summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-06-19 17:10:48 +0200
committerAnton Khirnov <anton@khirnov.net>2022-07-28 16:37:16 +0200
commit1a378b8274a3a4625d3ea95ce108ef597c752ff2 (patch)
tree0b0f3f10ef1014a39a230431ce750ae3039ed38f /doc
parent1eae0ee02ee74dc1833e9610a1574fe25cc7a2f0 (diff)
fftools/ffmpeg: deprecate -psnr
It is entirely redundant with -flags +psnr.
Diffstat (limited to 'doc')
-rw-r--r--doc/ffmpeg.texi3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi
index 0e657b0138..974d1c108f 100644
--- a/doc/ffmpeg.texi
+++ b/doc/ffmpeg.texi
@@ -992,7 +992,8 @@ to keep the interlaced format for minimum losses.
The alternative is to deinterlace the input stream by use of a filter
such as @code{yadif} or @code{bwdif}, but deinterlacing introduces losses.
@item -psnr
-Calculate PSNR of compressed frames.
+Calculate PSNR of compressed frames. This option is deprecated, pass the
+PSNR flag to the encoder instead, using @code{-flags +psnr}.
@item -vstats
Dump video coding statistics to @file{vstats_HHMMSS.log}.
@item -vstats_file @var{file}