summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-03 06:53:01 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-03 06:53:01 +0000
commit9e88c30a9deb41c56fc6bac81c5ea8427f6a7b52 (patch)
treeda6add6146449e5b91970ae582c5512d65cd1ded /DOCS
parent628526bb40f014a1920c526e2b55bde9112c0309 (diff)
downloadmpv-9e88c30a9deb41c56fc6bac81c5ea8427f6a7b52.tar.bz2
mpv-9e88c30a9deb41c56fc6bac81c5ea8427f6a7b52.tar.xz
Actually do something useful with XVID_GLOBAL_EXTRASTATS / XVID_EXTRASTATS.
Now we can really compare XviD and libavcodec :) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9810 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/en/mplayer.18
1 files changed, 6 insertions, 2 deletions
diff --git a/DOCS/en/mplayer.1 b/DOCS/en/mplayer.1
index 7eb910c935..4e77d0daa1 100644
--- a/DOCS/en/mplayer.1
+++ b/DOCS/en/mplayer.1
@@ -3243,8 +3243,8 @@ subpel refinement quality (for qpel) (default: 8).
Note: This has a significant effect on the speed.
.IPs psnr
print the psnr (peak signal to noise ratio) for the whole video after encoding
-and store the per frame psnr in a file with a name like 'psnr_012345.log'.
-Return values are in dB (decibel), the higher the better.
+and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'.
+Returned values are in dB (decibel), the higher the better.
.IPs mpeg_quant
use MPEG quantizers instead of H.263.
(default: disabled) (i.e.\& use H.263 quantizers)
@@ -3463,6 +3463,10 @@ maximum number of B frames to put between I/P frames (default=0)
quantizer ratio between B and non B frames, 150=1.50 (default=150)
.IPs bquant_offset=<-1000\-1000>
quantizer offset between B and non B frames, 100=1.00 (default=100)
+.IPs psnr
+print the psnr (peak signal to noise ratio) for the whole video after encoding
+and store the per frame psnr in a file with a name like 'psnr_hhmmss.log'.
+Returned values are in dB (decibel), the higher the better.
.RE