cytopia / ffscreencast

ffscreencast - ffmpeg screencast/desktop-recording with video overlay and multi monitor support
MIT License
1.78k stars 78 forks source link

Record particular monitor #30

Open jscolaire opened 4 years ago

jscolaire commented 4 years ago

Hi,

First, thanks for your great job. As improve, is it possible record a particular monitor? Mi linux box only has a screen with two monitors.

With parameter --sargs="-vide_size NxN" I can modify the size of video, if I combine last option with -i :0.0+N,N to select monitor, ffscreencast crash cause of param -i :0.0 autogenerated by script.

Thanks,

belden commented 2 months ago

@jscolaire could you try https://github.com/cytopia/ffscreencast/pull/38 and see whether that works for you?