diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-12 20:40:29 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-27 15:26:35 +0200 |
commit | 5aa3fcec3509da8fb202fb5fa4d0a560326c41c0 (patch) | |
tree | 57db6067c069523b90b3565c5be7adf854c7ccd1 /doc/avconv.texi | |
parent | 908f12f342341785bf0458e88a06d97a1af90339 (diff) | |
download | ffmpeg-5aa3fcec3509da8fb202fb5fa4d0a560326c41c0.tar.gz |
doc/avconv: document -timelimit.
Diffstat (limited to 'doc/avconv.texi')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index dc6701e8ea..2cfed01b13 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -647,6 +647,8 @@ Show benchmarking information at the end of an encode. Shows CPU time used and maximum memory consumption. Maximum memory consumption is not supported on all systems, it will usually display as 0 if not supported. +@item -timelimit @var{duration} (@emph{global}) +Exit after avconv has been running for @var{duration} seconds. @item -dump (@emph{global}) Dump each input packet. @item -hex (@emph{global}) |