The syntax for a desktop movie is
ffmpeg -f x11grab -r 100 -s 1200x500 -i :0.0 \
-vcodec libx264 -threads 3 output.mp4
I want to take a single snapshot instead of a video and save it in jgep
.
Which ffmpeg
command allow me to do so?
The syntax for a desktop movie is
ffmpeg -f x11grab -r 100 -s 1200x500 -i :0.0 \
-vcodec libx264 -threads 3 output.mp4
I want to take a single snapshot instead of a video and save it in jgep
.
Which ffmpeg
command allow me to do so?