Changes between Version 10 and Version 11 of DirectShow
- Timestamp:
- 01/05/2013 04:53:20 PM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DirectShow
v10 v11 78 78 If you have a video capture card (ex: !AverMedia, possibly some !BlackMagic, though it may be a separate unrelated problem, and also some !BlackMagic cards don't have the right inputs set up ask on the forum), it may not work (yet) out of the box with FFmpeg, as it lacks crossbar support presently. The work around currently is to install the AmerecTV software, which presents the capture card as directshow devices, then input the AmerecTV directshow devices into your FFmpeg. See [http://www.ffsplit.com/forums/showthread.php?422-Filter-How-to-use-a-capture-card-with-AmarecTV here]. 79 79 80 == Using !DirectShow with libav* == 81 82 Basically, you can accept input dshow input into you program that uses, see [[Using libav*]] to know what libav does. See http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=15&t=274&p=902&hilit=dictionary#p902 83 84 85 === How to programmatically enumerate devices === 86 87 FFmpeg doesnt' provide a native way to do this yet, but you can lookup the devices yourself, or just parse ffmepg's standard out: 88 89 http://ffmpeg.zeranoe.com/forum/viewtopic.php?f=15&t=651&p=2963&hilit=enumerate#p2963 80 90 81 91 = Related =


