Capture Windows screen with ffmpeg

后端 未结 7 1434
心在旅途
心在旅途 2021-01-30 01:06

The ffmpeg is cross-platform and very powerful software to handle video/audio or to stream it. On Linux ffmpeg can capture X11 screen with a command below:

ffmpe         


        
相关标签:
7条回答
  • 2021-01-30 01:47

    http://nerdlogger.com/2011/11/03/stream-your-windows-desktop-using-ffmpeg/

    explains how to do it.

    basically, install uscreencapture dshow filter, then ffmpeg -f dshow -i video="UScreenCapture" out.mp4

    0 讨论(0)
提交回复
热议问题