How to create video from Memory?
Hello,
i am getting frames from a videocamera which i can't use with DirectShow
directly.
So i've got each frame in a buffer of unsigned char.
Is it possible to send these frames to the AVI Mux Filter and then to the
Filewriter Filter, so that a video is written on the hd?
I want something like that: Memory -> AVI File
Thanks for your help
.
Relevant Pages
- Re: Fastest way to draw filtered video
... But I'm way too far from DirectShow. ... stretching. ... >> So I've got my video frames ready for rendering. ... (microsoft.public.win32.programmer.gdi) - Re: Similar Libraries to SGI dMedia Tools?
... the DirectShow APIs. ... Alessandro Angeli wrote: ... allows you to read frames from AVI files and write ... allows you to read frames from WMV files and write ... (microsoft.public.windowsmedia.sdk) - Re: Bitmap ops/JPEG compress/decompress on Graphics Accelerator?
... frames which are about 4KB per frame. ... DirectX instead of Windows but, even then, it was a separate ... your experience with DirectShow I'll believe you instead ... needed to take the brightened bitmaps and send them on to ... (microsoft.public.win32.programmer.directx.video) - Re: Extract a video frame
... I need help to extract video frames via directshow to bitmap objects. ... (microsoft.public.win32.programmer.directx.video) - Fast direct frame access - vfw vs ds vs riff - newbie
... random access to the individual frames of an avi file, the raw, uncompressed ... frames, mostly mjpeg, 1920x1080 pixel). ... Currently I use the vfw api for this, but i'm curious whether directshow is ... directly access and parse the avi as a riff file. ... (microsoft.public.win32.programmer.directx.video) |
|