/ Published in: Bash
http://www.commandlinefu.com/commands/view/148/capture-video-of-a-linux-desktop
http://www.wikihow.com/Record-Your-Desktop-Using-FFmpeg-on-Ubuntu-Linux
http://www.wikihow.com/Record-Your-Desktop-Using-FFmpeg-on-Ubuntu-Linux
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
ffmpeg -f alsa -ac 2 -i hw:0,0 -f x11grab -s 1366x744 -r 25 -i :0.0 -sameq output.mkv