summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTodd Kirby <doubleshot@pacbell.net>2005-06-18 01:52:24 +0000
committerMichael Niedermayer <michaelni@gmx.at>2005-06-18 01:52:24 +0000
commit8108551a5c4c4c9696582c73d000f94b12cd95a5 (patch)
tree2ec75876931d8d935492d183fbcac69db2fbe64d /doc
parentbb628dae442f85fc8814d7c60c744a409fa001ab (diff)
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')
-rw-r--r--doc/ffmpeg-doc.texi3
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