Linux - How to capture video in linux machine, Ffmpeg command to capture video
How to capture video in linux machine
The below ffmpeg command is used to capture video in linux machine.
ffmpeg -f x11grab -s `xdpyinfo | grep 'dimensions:'|awk '{print $2}'` -r 25 -i :0.0 -sameq /tmp/out.mpg > /root/howto/capture_screen_video_ffmpeg
The topic on Linux - How to capture video in linux machine is posted by - Math
Hope you have enjoyed, Linux - How to capture video in linux machineThanks for your time