Changes between Version 3 and Version 4 of DirectShow
- Timestamp:
- 12/18/2012 10:56:18 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DirectShow
v3 v4 67 67 See [http://ffmpeg.org/ffmpeg.html#dshow here] for a list of more dshow options you can specify, for instance you can decrease latency on audio devices, specify a video by "index" if 2 have the same name displayed, etc. 68 68 69 == !AviSynth == 69 == !TroubleShooting == 70 71 If you have a video capture card (ex: !BlackMagic), it may not work (yet) out of the box with !FFmpeg, as it lacks crossbar support. The work around currently is to install the AmerecTV software, which presents the capture card as directshow devices, then input the AmerecTV devices into your FFmpeg instance. See [http://www.ffsplit.com/forums/showthread.php?422-Filter-How-to-use-a-capture-card-with-AmarecTV here]. 72 73 = Related = 74 75 == !AviSynth Input == 70 76 71 77 FFmpeg can also take !DirectShow input by creating an avisynth file (.avs file) that itself gets input from a graphedit file, which graphedit file exposes a pin of your capture source or any filter really, ex ("yo.avs"): 72 78 73 79 {{{DirectShowSource?("push2.GRF", fps=35, audio=False, framecount=1000000)}}} 80 81 = ffdshow tryouts = 82 83 ffdshow tryouts is a separate project that basically wraps FFmpeg's core source (libavcodec, etc.) and then presents them as filter wrappers that your normal Windows applications can use for decoding video, etc. It's not related to "ffmpeg.exe" directly, at all.


