changeset 20055:64cbe416df38

document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
author lorenm
date Thu, 05 Oct 2006 02:09:50 +0000
parents 8760c8681eac
children 3447c96e9cbf
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 21 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Oct 05 02:03:10 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Oct 05 02:09:50 2006 +0000
@@ -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