[MPlayer-DOCS] r20061 - trunk/DOCS/man/en/mplayer.1

lorenm subversion at mplayerhq.hu
Thu Oct 5 04:09:50 CEST 2006


Author: lorenm
Date: Thu Oct  5 04:09:50 2006
New Revision: 20061

Modified:
   trunk/DOCS/man/en/mplayer.1

Log:
document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)


Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	(original)
+++ trunk/DOCS/man/en/mplayer.1	Thu Oct  5 04:09:50 2006
@@ -9263,8 +9263,7 @@
 .
 .TP
 .B zones=<zone0>[/<zone1>[/...]]
-User specified quality for specific parts (ending, credits, ...)
-(ABR or two pass).
+User specified quality for specific parts (ending, credits, ...).
 Each zone is <start-frame>,<end-frame>,<option> where option may be
 .PD 0
 .RSs
@@ -9453,6 +9452,16 @@
 .PD 1
 .
 .TP
+.B deadzone_inter=<0\-32>
+Set the size of the inter luma quantization deadzone for non-trellis
+quantization (default: 21).
+.
+.TP
+.B deadzone_intra=<0\-32>
+Set the size of the intra luma quantization deadzone for non-trellis
+quantization (default: 11).
+.
+.TP
 .B (no)fast_pskip
 Performs early skip detection in P-frames (default: enabled).
 This usually improves speed at no cost, but it can sometimes produce
@@ -9557,6 +9566,10 @@
 The default behavior causes SPS and PPS to repeat prior to each IDR frame.
 .
 .TP
+.B (no)interlaced
+Treat the video content as interlaced.
+.
+.TP
 .B log=<-1\-3>
 Adjust the amount of logging info printed to the screen.
 .PD 0
@@ -9586,6 +9599,12 @@
 PSNRs printed by log=3.
 .
 .TP
+.B (no)ssim
+Print the Structural Similarity Metric results.
+This is an alternative to PSNR, and may be better correlated with the
+perceived quality of the compressed video.
+.
+.TP
 .B (no)visualize
 Enable x264 visualizations during encoding.
 If the x264 on your system supports it, a new window will be opened during



More information about the MPlayer-DOCS mailing list