[FFmpeg-user] ffmpeg stuck grabbing the screen

Martin Ždila m.zdila at gmail.com
Mon Feb 27 14:29:16 EET 2017


On Mon, Feb 27, 2017 at 12:53 PM, Carl Eugen Hoyos <ceffmpeg at gmail.com>
wrote:

> 2017-02-27 12:40 GMT+01:00 Martin Ždila <m.zdila at gmail.com>:
>
> Does the following work?
> $ ffmpeg -video_size 320x340 -framerate 25 -f x11grab -i :0 -vframes 1
> out.jpg
>

Yes, it works. Even this:

ffmpeg -y -video_size 320x340 -framerate 25 -f x11grab -i :0 -vframes 20
out%03d.jpg

But not this:

ffmpeg -y -video_size 320x340 -framerate 25 -f x11grab -i :0 -vframes 50
out%03d.jpg

-- 
Martin Ždila


More information about the ffmpeg-user mailing list