diff options
author | Todd Kirby <doubleshot@pacbell.net> | 2005-06-18 01:52:24 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2005-06-18 01:52:24 +0000 |
commit | 8108551a5c4c4c9696582c73d000f94b12cd95a5 (patch) | |
tree | 2ec75876931d8d935492d183fbcac69db2fbe64d /doc/ffmpeg-doc.texi | |
parent | bb628dae442f85fc8814d7c60c744a409fa001ab (diff) | |
download | ffmpeg-8108551a5c4c4c9696582c73d000f94b12cd95a5.tar.gz |
Animated GIF looping patch by (Todd Kirby // ffmpeg.php gmail com)
Originally committed as revision 4383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index c0771eb8d1..31e73ef6d5 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -498,6 +498,9 @@ read input at native frame rate. Mainly used to simulate a grab device. @item -loop loop over the input stream. Currently it works only for image streams. This option is used for ffserver automatic testing. +@item -loop_output number_of_times +Repeatedly loop output for formats that support looping such as animated gif +(Zero will loop the output infinitely) @end table @node FFmpeg formula evaluator |