summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-22 08:23:20 +0000
committerrguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-22 08:23:20 +0000
commita4113d89b459edd16d534234194ca49c680b85d1 (patch)
tree6b39835031936a674ced30fdf536228ed9515b58
parent4534c5de2cdf44271cb218191aa09a5f79b68a5e (diff)
downloadmpv-a4113d89b459edd16d534234194ca49c680b85d1.tar.bz2
mpv-a4113d89b459edd16d534234194ca49c680b85d1.tar.xz
xvidencopts:
- document quant_range, hintedme and hintfile options - no more {min,max}_[{i,p}]quantizer options - add a note about buggy options git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8249 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--DOCS/mplayer.124
1 files changed, 12 insertions, 12 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 98623cdd02..fae1b43eb2 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -2528,6 +2528,8 @@ This overrides what is read from the DVD or the .ifo file.
.B \-xvidencopts <option1:option2:...>
If encoding to XviD, you can specify its parameters here.
.br
+There's three modes available : constant bitrate (CBR), fixed quantizer and 2pass.
+.br
Available options are:
.
.RSs
@@ -2544,18 +2546,12 @@ specify how fast the rate control reacts, lower values are faster
period to reach the required average
.IPs rc_buffer=<value>
size of the rate control buffer
-.IPs min_quantizer=<1-31>
-minimum quantizer (default=2)
-.IPs max_quantizer=<1-31>
-maximum quantizer (default=31)
-.IPs min_iquantizer=<1-31>
-.IPs min_pquantizer=<1-31>
-minimum quantizer for I & P frames (2pass only, default=2)
-.IPs max_iquantizer=<1-31>
-.IPs max_pquantizer=<1-31>
-maximum quantizer for I & P frames (2pass only, default=31)
+.IPs quant_range=<1-31>-<1-31>[/<1-31>-<1-31>]
+min & max quantizer for all frames (default=2-31, CBR mode)
+.br
+min & max quantizer for I/P frames (default=2-31/2-31, 2pass mode)
.IPs min_key_interval=<value>
-minimum interval between key frames (2pass only, default=0)
+minimum interval between key frames (default=0, 2pass only)
.IPs max_key_interval=<value>
maximum interval between key frames (default=10*fps)
.IPs mpeg_quant
@@ -2563,7 +2559,11 @@ use MPEG quantizers instead of H.263 (default=off)
.IPs mod_quant
decide whether to use MPEG or H.263 quantizers on a frame-by-frame basis. (default=off, 2pass mode only)
.IPs lumi_mask
-use a lumimasking algorithm (default=off)
+use a lumimasking algorithm (default=off, seems buggy)
+.IPs hintedme
+save Motion Estimation vectors to a file during the first pass and reuse this file during the second (default=off, 2pass mode only, seems buggy)
+.IPs hintfile
+specify the temporary file to be used by the 'hintedme' option (default= ./xvid_hint_me.dat, 2pass mode only)
.IPs debug
save per-frame statistics in xvid.dbg (default=off)
.br