From d80fc3aa4571cb2cdfc5e2fec6eb34b22466efaf Mon Sep 17 00:00:00 2001 From: rguyom Date: Sun, 3 Nov 2002 14:49:45 +0000 Subject: [PATCH] 1) "-ovc divx4" doesn't encode using XViD anymore 2) added options and defaults to "-xvidencopts" following ve_xvid.c modifications git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8083 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/mplayer.1 | 46 ++++++++++++++++++++-------------------------- 1 file changed, 20 insertions(+), 26 deletions(-) diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1 index da0bc05305..3dbdaf31e6 100644 --- a/DOCS/mplayer.1 +++ b/DOCS/mplayer.1 @@ -2311,7 +2311,7 @@ Use \-ovc help to get a list of available codecs. .IPs "\-ovc copy" no encoding, just streamcopy .IPs "\-ovc divx4" -encode to DivX4/\:DivX5 or XviD +encode to DivX4/\:DivX5 .IPs "\-ovc rawrgb" encode to uncompressed RGB24 .IPs "\-ovc lavc" @@ -2350,41 +2350,35 @@ If encoding to XviD, you can specify its parameters here. Available options are: . .RSs -.IPs mode= -specify the mode to be used for encoding -.RSss -help: show this help -.br -cbr: constant bit rate (default) -.br -2pass-1: first pass of two pass mode -.br -2pass-2: second pass of two pass mode -.br -fixedquant: fixed quantizer mode -.REss +.IPs pass=<1|2> +specify the pass in 2pass mode .IPs quality=<0\-6> -specify the encoding quality +specify the encoding quality (default=6) .IPs br= -sets the bitrate to be used in bits/\:seconds +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 rc_reaction_delay_factor= specify how fast the rate control reacts, lower values are faster .IPs rc_averaging_period= period to reach the required average .IPs rc_buffer= size of the rate control buffer -.IPs max_quantizer= -maximum quantizer .IPs min_quantizer= -minimum quantizer +minimum quantizer (default=2) +.IPs max_quantizer= +maximum quantizer (default=31) .IPs min_key_interval= -minimum interval between key frames (2pass only) +minimum interval between key frames (2pass only, default=0) .IPs max_key_interval= -maximum interval between key frames -.IPs (no)debug -save or don't save debug messages in xvid.dbg (default: on) -.IPs statsfile= -filename for the statistics of the first pass (1/\:2pass mode only) +maximum interval between key frames (default=10*fps) +.IPs mpeg_quant +use MPEG quantizers instead of H.263 (default=off) +.IPs lumi_mask +use a lumimasking algorithm (default=off) +.IPs debug +save per-frame statistics in xvid.dbg (default=off) +.br +this is *not* the 2pass control file .IPs keyframe_boost= (2pass mode only) .IPs kfthreshold= @@ -2392,7 +2386,7 @@ filename for the statistics of the first pass (1/\:2pass mode only) .IPs kfreduction= (2pass mode only) .IPs fixed_quant=<1\-31> -specify the quantizer (fixed quantizer mode only) +switch to fixed quantizer mode and specify the quantizer to be used .RE