[FFmpeg-user] Set loop/iterations for generated GIF images
Clément Bœsch
ubitux at gmail.com
Wed Jun 26 17:20:54 CEST 2013
On Tue, Jun 25, 2013 at 04:22:01PM -0400, Eugene Dzhurinsky wrote:
> Hello!
>
> Can you please tell me - what are the command-line options to set the loop
> (0/1) and iterations number for animated GIF creation?
>
% ./ffmpeg -v 0 -h muxer=gif
Muxer gif [GIF Animation]:
Common extensions: gif.
Mime type: image/gif.
Default video codec: gif.
GIF muxer AVOptions:
-loop <int> E..... Number of times to loop the output. (from 0 to 65535)
-final_delay <int> E..... Force delay (in ms) after the last frame (from -1 to 65535)
so ./ffmpeg -i ... -loop 123 out.gif should do the trick.
--
Clément B.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 490 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-user/attachments/20130626/429ff5bc/attachment.asc>
More information about the ffmpeg-user
mailing list