summaryrefslogtreecommitdiffstats
path: root/DOCS/man/en
diff options
context:
space:
mode:
authorlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-05 02:09:50 +0000
committerlorenm <lorenm@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-05 02:09:50 +0000
commita18abf1c4ac4bc1095b12830e30db1fdf1c5037e (patch)
tree566aab6208b8fd762469bd75c839c91c24443394 /DOCS/man/en
parent0594cd07a09664f9af6340cedc2f0fe52e70aa61 (diff)
downloadmpv-a18abf1c4ac4bc1095b12830e30db1fdf1c5037e.tar.bz2
mpv-a18abf1c4ac4bc1095b12830e30db1fdf1c5037e.tar.xz
document new x264 options through r579. (ssim, interlaced, deadzone_intra/inter)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20061 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/man/en')
-rw-r--r--DOCS/man/en/mplayer.123
1 files changed, 21 insertions, 2 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index ee6977b91d..81db24e32f 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -9263,8 +9263,7 @@ higher values force it to vary more smoothly.
.
.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 @@ enabled during all mode decisions (slow, requires subq>=6)
.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 @@ Some players, such as the Sony PSP, require the use of this option.
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 @@ For all other purposes, please use either the 'Global' PSNR, or the per-frame
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