diff options
author | Alexandra Hájková <alexandra.khirnova@gmail.com> | 2015-10-09 22:11:56 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2015-10-13 09:41:02 +0200 |
commit | 16b0c929621f84983b83b9735ce973acb12723bc (patch) | |
tree | c68a05e8279576d6c84bab7f6b76717e4ebb2971 /doc/avconv.texi | |
parent | 11c5f438ff83da5040e85bfa6299f56b321d32ef (diff) | |
download | ffmpeg-16b0c929621f84983b83b9735ce973acb12723bc.tar.gz |
avconv: Add loop option.
Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 2433ede9d8..8e87fd671e 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -253,6 +253,9 @@ Overwrite output files without asking. @item -n (@emph{global}) Immediately exit when output files already exist. +@item -loop @var{number} (@emph{input}) +Set number of times input stream shall be looped. + @item -c[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream}) @itemx -codec[:@var{stream_specifier}] @var{codec} (@emph{input/output,per-stream}) Select an encoder (when used before an output file) or a decoder (when used |