Changes between Version 48 and Version 49 of DirectShow
- Timestamp:
- May 30, 2016, 11:08:51 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DirectShow
v48 v49 136 136 Some capture devices have "multiple inputs" for this type of capture device, you'll want to specify the "input pin" of video you want, and "input pin" of audio you want. See [http://ffmpeg.org/ffmpeg-devices.html#dshow FFmpeg dshow input device documentation] 137 137 138 == 138 ==!Preview == 139 139 140 140 You can preview it using ffplay, ex: … … 145 145 To "preview while you record" however you'd need to use the "SDL out" filter or output to a jpeg file and read that with some other application (tricky though as you'd have to avoid conflicting with ffmpeg re-writing the same file, recommend rename it first or something). 146 146 147 == 147 ==!TroubleShooting == 148 148 149 149 email rogerdpack@gmail.com … … 160 160 161 161 = Related = 162 163 == screen capture == 164 165 For details on capturing the screen (which sometimes can use a dshow device) see [[Capture/Desktop#Windows]]. 162 166 163 167 == !AviSynth Input ==