Capture Windows screen with ffmpeg

后端 未结 7 1436
心在旅途
心在旅途 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

提交回复
热议问题