From 3f203760eebf8808375d50bb349fe0f0511eff3a Mon Sep 17 00:00:00 2001 From: diego Date: Tue, 4 Nov 2003 19:00:40 +0000 Subject: [PATCH] vhq and vrc_strategy lavc options documented, spelling. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11383 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 16 +++++++++++----- DOCS/tech/TODO | 4 +--- 2 files changed, 12 insertions(+), 8 deletions(-) diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 3fa0bd76c7..003f7655ec 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -2151,7 +2151,7 @@ debug: .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 @@ encode to uncompressed PCM .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 @@ IMA Adaptive PCM (4bits per sample, 4:1 compression) 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 @@ use the specified codec (default: mpeg4): Motion JPEG .IPs ljpeg Lossless JPEG -.IPs h263 +.IPs h263\ H263 .IPs h263p H263 Plus @@ -3717,6 +3717,9 @@ select the MB mode which has the best rate distortion .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 @@ For MPEG1/2 this also sets the vbv buffer size, use 327 for VCD, 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 full pel motion estimation 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 --git a/DOCS/tech/TODO b/DOCS/tech/TODO index f4ae8a2c79..3c07542cf5 100644 --- a/DOCS/tech/TODO +++ b/DOCS/tech/TODO @@ -72,9 +72,7 @@ DOCS: - 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)