diff options
author | rguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-15 18:35:11 +0000 |
---|---|---|
committer | rguyom <rguyom@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2002-12-15 18:35:11 +0000 |
commit | c69f138c486a09e5b1a916c5780ac9422947bad0 (patch) | |
tree | 7f74a101718feff6a308c0334896f4a70d73786c /DOCS/mplayer.1 | |
parent | 11a077036ac7d87f1e269ec69f967d08338211a0 (diff) |
Support the latest development code from XViD dev-api-3 CVS
branch. Still compatible (at compile time) with the stable XViD code.
Adds :
- GMC, global motion compensation (gmc)
- quarter pixel motion estimation (qpel)
- B frames (max_bframes, bquant_ratio, bquant_offset)
- half-resolution U&V encoding (reduced)
- ?? (me_colour)
Based on a patch by Marco "elcabesa" Belli <elcabesa at inwind dot it>.
Also :
* renamed option "br" to "bitrate".
* renamed option "quality" to "me_quality" and defaults to 4 (fast and
still not that bad).
* added option "4mv", was previously silently included in quality 4, 5
and 6.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8463 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/mplayer.1')
-rw-r--r-- | DOCS/mplayer.1 | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index 9dc2082756..5d4189fcd4 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -2531,11 +2531,15 @@ Available options are: .RSs .IPs pass=<1|2> specify the pass in 2pass mode -.IPs quality=<0\-6> -specify the encoding quality (default=6) -.IPs br=<value> +.IPs bitrate=<value> sets the bitrate to be used in kbits/\:second if <16000 or in bits/\:second if >16000 (CBR or 2pass mode, default=687 kbits/s) +.IPs fixed_quant=<1\-31> +switch to fixed quantizer mode and specify the quantizer to be used +.IPs me_quality=<0\-6> +specify the motion detection quality (default=4) +.IPs 4mv +use 4 motion vectors per macro-block, might gives better compression at the cost of a slower encoding (default=off) .IPs rc_reaction_delay_factor=<value> specify how fast the rate control reacts, lower values are faster .IPs rc_averaging_period=<value> @@ -2570,8 +2574,6 @@ this is *not* the 2pass control file (default=10, 2pass mode only) .IPs kfreduction=<0-100> (default=30, 2pass mode only) -.IPs fixed_quant=<1\-31> -switch to fixed quantizer mode and specify the quantizer to be used .RE |