diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2007-04-25 13:55:11 +0000 |
---|---|---|
committer | Benoit Fouet <benoit.fouet@free.fr> | 2007-04-25 13:55:11 +0000 |
commit | b60d13799d5fb03ebc54713b1000aec450981ddf (patch) | |
tree | b6394b0c4d2f60e25e07879f54cbe355c533ecda /doc/ffmpeg-doc.texi | |
parent | 4bd0c2b1d504721987501f408994086cc690f7e4 (diff) | |
download | ffmpeg-b60d13799d5fb03ebc54713b1000aec450981ddf.tar.gz |
add a vstats_file command line option
patch by Stefano Sabatini stefano sabatini-lala poste it
Originally committed as revision 8810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index b72e7a0f58..2d6ad5485d 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -585,6 +585,8 @@ The alternative is to deinterlace the input stream with Calculate PSNR of compressed frames. @item -vstats Dump video coding statistics to @file{vstats_HHMMSS.log}. +@item -vstats_file file +Dump video coding statistics to @var{file}. @item -vhook module Insert video processing @var{module}. @var{module} contains the module name and its parameters separated by spaces. |