HI i using DirectShow + VC++ to capture a video from camera.
I m gettign it live ,,
but a problm in saving it in ASF format ..
CAn any one send me code .
thanx
Printable View
HI i using DirectShow + VC++ to capture a video from camera.
I m gettign it live ,,
but a problm in saving it in ASF format ..
CAn any one send me code .
thanx
try download from
www.viscomsoft.com/products/videocap
From your Capture filter, you need to add a renderer filter that will create a Windows Media Advanced Streaming filters (ASF) stream.
You'il find the WM ASF Writer in the list of Directshow filters. That's it!
Try that in the GraphEdit tools (included with DirectX SDK). You will save time ;)
Michel.