Changes between Version 6 and Version 7 of DirectShow
- Timestamp:
- 12/18/2012 11:03:46 PM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DirectShow
v6 v7 81 81 == !AviSynth Input == 82 82 83 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") :83 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") with this content: 84 84 85 {{{ DirectShowSource?("push2.GRF", fps=35, audio=False, framecount=1000000)}}}85 {{{!DirectShowSource("push2.GRF", fps=35, audio=False, framecount=1000000)}}} 86 86 87 87 = ffdshow tryouts =


