summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authormichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-04 16:48:41 +0000
committermichael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-11-04 16:48:41 +0000
commitaab1fef56f559be1a64a40809538ebafc0c15783 (patch)
treec577aa10263e19a25d489af1bd5a0fe72919059d /DOCS
parente9b116e2744dcaed5622b06bd6c178e19729f739 (diff)
downloadmpv-aab1fef56f559be1a64a40809538ebafc0c15783.tar.bz2
mpv-aab1fef56f559be1a64a40809538ebafc0c15783.tar.xz
forgotten lavc options ...
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11381 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/en/mplayer.157
1 files changed, 56 insertions, 1 deletions
diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1
index 75a1240872..3fa0bd76c7 100644
--- a/DOCS/man/en/mplayer.1
+++ b/DOCS/man/en/mplayer.1
@@ -2133,6 +2133,38 @@ error resilience:
.br
4: very agressive
.REss
+.IPs debug=<value>
+debug:
+.RSss
+.br
+0: disabled
+.br
+1: picture info
+.br
+2: rate control
+.br
+4: bitstream
+.br
+8: MB type
+.br
+16: QP
+.br
+32: Motion vector
+.br
+0x0040: Motion vector vissualization (use -noslices)
+.br
+0x0080: MB skip
+.br
+0x0100: startcode
+.br
+0x0200: PTS
+.br
+0x0400: error resilience
+.br
+0x0800: memory management control operations (H264)
+.br
+0x1000: bugs
+.REss
.IPs bug=<value>
manually work around encoder bugs:
.RSss
@@ -3667,6 +3699,9 @@ X1 (experimental)
.RE
.PD 1
.TP
+.B me_range=<0\-9999>
+motion estimation search range, note, 0 is unlimited and default
+.TP
.B mbd=<0\-2>
Macroblock decision algorithm (high quality mode), encode each macro
block in all modes and choose the best.
@@ -4088,6 +4123,9 @@ disabled (default)
sane range
.RE
.TP
+.B p_mask=<0.0\-1.0>
+inter MB masking (default: 0.0 (disabled))
+.TP
.B naq\ \ \ \
Normalize adaptive quantization (experimental).
When using adaptive quantization (*_mask), the average per-MB quantizer may no
@@ -4109,7 +4147,7 @@ for huffyuv, lossless jpeg and ffv1
.IPs 411P,YVU9
for lossless jpeg and ffv1
.IPs BGR32
-for lossless jpeg only
+for lossless jpeg and ffv1
.RE
.TP
.B pred
@@ -4153,6 +4191,17 @@ arithmetic coding (cabac)
.RE
.PD 1
.TP
+.B context
+(for ffv1)
+.PD 0
+.RSs
+.IPs 0
+small context model
+.IPs 1
+large context model
+.RE
+.PD 1
+.TP
.B qpel\ \ \
use quarter pel motion compensation
Tip: This seems only useful for high bitrate encodings.
@@ -4165,6 +4214,9 @@ comparison function for full pel motion estimation
.TP
.B subcmp=<0\-2000>
comparison function for sub pel motion estimation
+.TP
+.B mbcmp=<0\-2000>
+comparison function for the macroblock decission, only used if mbd=0
.PD 0
.RSs
.IPs "0 (SAD)"
@@ -4317,6 +4369,9 @@ Note: the h263 MMX quantizer cannot handle positive biases (set vfdct=1or2)
.br
Tip: a more positive bias (-32 \- -16 instead of -64) seems to improve the PSNR
.TP
+.B nr=<0\-100000>
+noise reduction, 0 is disabled
+.TP
.B inter_matrix=<comma separated matrix>
Use custom inter matrix. It needs a comma separated string of 64 integers.
.TP