summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2007-04-25 09:32:45 +0000
committerBenoit Fouet <benoit.fouet@free.fr>2007-04-25 09:32:45 +0000
commitf801d8aa868ac6af5116900882f71e68e7f9ec61 (patch)
tree89a56226dd6ed2a66ee6ed5f0674a005472d125b /doc
parent2f954ef23887cff76e6b183355c4b7a90824d15f (diff)
add a vstats_file command line option
patch by Stefano Sabatini stefano sabatini-lala poste it Originally committed as revision 8807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg-doc.texi2
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.