On 24/08/19 13:29, Albretch Mueller wrote:
How can I make a video from what is displayed on the screen using ffmpeg, aconv or whatever?
ffmpeg -f x11grab -s 1280x720 -r 25 -i :0.0 screencast.mp4
On 24/08/19 13:29, Albretch Mueller wrote:
How can I make a video from what is displayed on the screen using ffmpeg, aconv or whatever?
ffmpeg -f x11grab -s 1280x720 -r 25 -i :0.0 screencast.mp4