Changes between Version 1 and Version 2 of How to grab the desktop (screen) with FFmpeg
- Timestamp:
- 10/27/2012 02:56:39 PM (8 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
How to grab the desktop (screen) with FFmpeg
v1 v2 26 26 ffmpeg -f dshow -i video="UScreenCapture":audio="Microphone" output.flv 27 27 }}} 28 If you want to capture the audio that is playing from your speakers, 29 you may also need to configure so-called "Stereo Mix" device. 28 30 29 31 You can list your devices with:


