On Mon, Feb 27, 2017 at 12:53 PM, Carl Eugen Hoyos <[email protected]> wrote:
> 2017-02-27 12:40 GMT+01:00 Martin Ždila <[email protected]>: > > 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 _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
