Changes between Version 54 and Version 55 of DirectShow


Ignore:
Timestamp:
Oct 11, 2023, 3:25:29 PM (3 years ago)
Author:
Roger Pack
Comment:

more note

Legend:

Unmodified
Added
Removed
Modified
  • DirectShow

    v54 v55  
    3636
    3737
    38 Example to use audio and video dshow device as an input:
     38Example to use audio and video dshow device as an input (keeps them synchronized):
    3939
    4040{{{
     
    4242}}}
    4343
     44or
     45
     46
     47{{{
     48c:\> ffmpeg -f dshow -i "video=Integrated Camera:audio=Microphone name here" out.mp4
     49}}}
    4450
    4551You can also pass the device certain parameters that it needs, for instance a webcam might allow you to capture it in 1024x768 at up to max 5 fps, or allow you to capture at 640x480 at 30 fps.