# HG changeset patch # User diego # Date 1067972440 0 # Node ID f11f62f1242a771f3a61d1b3f22e6a67aecf5e11 # Parent 056f74ca4d6b57f490a93c4197506a51efab27a7 vhq and vrc_strategy lavc options documented, spelling. diff -r 056f74ca4d6b -r f11f62f1242a DOCS/man/en/mplayer.1 --- a/DOCS/man/en/mplayer.1 Tue Nov 04 18:56:06 2003 +0000 +++ b/DOCS/man/en/mplayer.1 Tue Nov 04 19:00:40 2003 +0000 @@ -2151,7 +2151,7 @@ .br 32: Motion vector .br -0x0040: Motion vector vissualization (use -noslices) +0x0040: Motion vector visualization (use -noslices) .br 0x0080: MB skip .br @@ -3284,7 +3284,7 @@ .IPs "\-oac mp3lame" encode to MP3 (using Lame) .IPs "\-oac lavc" -encode with a libavcodec codecs +encode with a libavcodec codec .RE .PD 1 . @@ -3583,7 +3583,7 @@ Audio bitrate in kBit (default 224). .TP .B atag= -Use the specified windows audio format tag (e.g. atag=0x55). +Use the specified Windows audio format tag (e.g. atag=0x55). .TP .B vcodec= use the specified codec (default: mpeg4): @@ -3593,7 +3593,7 @@ Motion JPEG .IPs ljpeg Lossless JPEG -.IPs h263 +.IPs h263\ H263 .IPs h263p H263 Plus @@ -3717,6 +3717,9 @@ .RE .PD 1 .TP +.B vhq +Same as mbd=1, kept for compatibility reasons. +.TP .B v4mv\ \ \ Allow 4 motion vectors per macroblock (slightly better quality). (default: disabled) @@ -3814,6 +3817,9 @@ Note: vratetol should not be too large during the second pass or there might be problems if vrc_(min|max)rate is used. .TP +.B vrc_strategy +Dummy, reserved for future use. +.TP .B vb_qfactor=<-31.0\-31.0> quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25) .TP @@ -4216,7 +4222,7 @@ comparison function for sub pel motion estimation .TP .B mbcmp=<0\-2000> -comparison function for the macroblock decission, only used if mbd=0 +comparison function for the macroblock decision, only used if mbd=0 .PD 0 .RSs .IPs "0 (SAD)" diff -r 056f74ca4d6b -r f11f62f1242a DOCS/tech/TODO --- a/DOCS/tech/TODO Tue Nov 04 18:56:06 2003 +0000 +++ b/DOCS/tech/TODO Tue Nov 04 19:00:40 2003 +0000 @@ -72,9 +72,7 @@ - documentation.html - enhance the FAQ - man page HTML version -- document missing lavcopts (vhq, lmin, lmax, vrc_strategy, vqmod_amp, - vqmod_freq, vrc_buf_aggressivity, p_mask, debug, mbcmp, me_range, - aic, context,) +- document missing lavcopts (vqmod_amp, vqmod_freq, vrc_buf_aggressivity) - document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200, vbrdebug)