diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-09-02 17:31:14 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-09-11 17:30:04 +0200 |
commit | 0bc391281ad80d4eb365f3d8978637b07003e8dc (patch) | |
tree | ada64b9bf7db3b75433d1337f12094e212946a89 /doc | |
parent | d242d80e36eca6d6f123832ed280d39acb59e680 (diff) | |
download | ffmpeg-0bc391281ad80d4eb365f3d8978637b07003e8dc.tar.gz |
avconv: remove -psnr option.
It's redundant -- -flags +psnr does the same thing.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 1e3236ef4c..6daece4a56 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -550,8 +550,6 @@ Use this option if your input file is interlaced and you want to keep the interlaced format for minimum losses. The alternative is to deinterlace the input stream with @option{-deinterlace}, but deinterlacing introduces losses. -@item -psnr -Calculate PSNR of compressed frames. @item -vstats Dump video coding statistics to @file{vstats_HHMMSS.log}. @item -vstats_file @var{file} |