mirror of https://git.ffmpeg.org/ffmpeg.git
doc/avconv: document -timelimit.
This commit is contained in:
parent
908f12f342
commit
5aa3fcec35
|
@ -647,6 +647,8 @@ Show benchmarking information at the end of an encode.
|
||||||
Shows CPU time used and maximum memory consumption.
|
Shows CPU time used and maximum memory consumption.
|
||||||
Maximum memory consumption is not supported on all systems,
|
Maximum memory consumption is not supported on all systems,
|
||||||
it will usually display as 0 if not supported.
|
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})
|
@item -dump (@emph{global})
|
||||||
Dump each input packet.
|
Dump each input packet.
|
||||||
@item -hex (@emph{global})
|
@item -hex (@emph{global})
|
||||||
|
|
Loading…
Reference in New Issue