Changes between Version 55 and Version 56 of DirectShow
- Timestamp:
- Jul 22, 2024, 5:53:19 PM (22 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DirectShow
v55 v56 9 9 10 10 {{{ 11 c:\> ffmpeg - list_devices true -f dshow-i dummy11 c:\> ffmpeg -f dshow -list_devices true -i dummy 12 12 ffmpeg version N-45279-g6b86dd5... --enable-runtime-cpudetect 13 13 libavutil 51. 74.100 / 51. 74.100 … … 33 33 }}} 34 34 35 Note: "Integrate Camera" is the device name used as an input to dshow and it may differ on other hardware. Tou must always use the device name listed on your hardware. Screen capture recorder is a third party downloadable dshow capture source, here as an example.35 Note: "Integrated Camera" is the device name used as an input to dshow and it may differ on other hardware. You must always use the device name listed on your hardware. Screen capture recorder is a third party downloadable dshow capture source, here as an example. See also gdigrab screen capture. 36 36 37 37
