diff options
author | Tobias Rapp <t.rapp@noa-audio.com> | 2015-10-20 15:34:36 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2015-10-21 22:11:33 +0200 |
commit | 18e8fac531cb4b7db3d6d36b222c99e3e8968cfe (patch) | |
tree | c126709a019119bf660232a76cfc15c507a1bd72 /doc/filters.texi | |
parent | 98da061461f5490bd6346869b84a49dc451f57c7 (diff) | |
download | ffmpeg-18e8fac531cb4b7db3d6d36b222c99e3e8968cfe.tar.gz |
avfilter/vf_ssim: Add support for writing stats to stdout
Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 486398d31c..6a1596eef4 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -10226,7 +10226,8 @@ The description of the accepted parameters follows. @table @option @item stats_file, f If specified the filter will use the named file to save the SSIM of -each individual frame. +each individual frame. When filename equals "-" the data is sent to +standard output. @end table The file printed if @var{stats_file} is selected, contains a sequence of |