CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2004
    Posts
    10

    capturing video in ASF format

    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

  2. #2
    Join Date
    May 2003
    Posts
    30

    asf/wmv


  3. #3
    Join Date
    Jun 2002
    Location
    Terrebonne, Quebec, Canada
    Posts
    67
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured