diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-07-08 13:03:39 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-07-14 14:51:18 +0200 |
commit | 7b521c52c41471fa682a90248632d0d0d7333e59 (patch) | |
tree | 1ab9c55510009626b2282fca024979cd5dadfacb /doc/ffmpeg.texi | |
parent | 3aba391fb5c362ac089677538e9743e594e2dc95 (diff) | |
download | ffmpeg-7b521c52c41471fa682a90248632d0d0d7333e59.tar.gz |
ffmpeg: add -progress option.
It allows to send program-friendly (easy to parse)
progress information to a file or an URL.
Diffstat (limited to 'doc/ffmpeg.texi')
-rw-r--r-- | doc/ffmpeg.texi | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 4d363270e3..c9b6514fed 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -353,6 +353,14 @@ Specify the preset for matching stream(s). @item -stats (@emph{global}) Print encoding progress/statistics. On by default. +@item -progress @var{url} (@emph{global}) +Send program-friendly progress information to @var{url}. + +Progress information is written approximately every second and at the end of +the encoding process. It is made of "@var{key}=@var{value}" lines. @var{key} +consists of only alphanumeric characters. The last key of a sequence of +progress information is always "progress". + @item -debug_ts (@emph{global}) Print timestamp information. It is off by default. This option is mostly useful for testing and debugging purposes, and the output |