vhq and vrc_strategy lavc options documented, spelling.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11383 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2003-11-04 19:00:40 +00:00
parent 6fffc78edc
commit 3f203760ee
2 changed files with 12 additions and 8 deletions

View File

@ -2151,7 +2151,7 @@ debug:
.br .br
32: Motion vector 32: Motion vector
.br .br
0x0040: Motion vector vissualization (use -noslices) 0x0040: Motion vector visualization (use -noslices)
.br .br
0x0080: MB skip 0x0080: MB skip
.br .br
@ -3284,7 +3284,7 @@ encode to uncompressed PCM
.IPs "\-oac mp3lame" .IPs "\-oac mp3lame"
encode to MP3 (using Lame) encode to MP3 (using Lame)
.IPs "\-oac lavc" .IPs "\-oac lavc"
encode with a libavcodec codecs encode with a libavcodec codec
.RE .RE
.PD 1 .PD 1
. .
@ -3583,7 +3583,7 @@ IMA Adaptive PCM (4bits per sample, 4:1 compression)
Audio bitrate in kBit (default 224). Audio bitrate in kBit (default 224).
.TP .TP
.B atag=<value> .B atag=<value>
Use the specified windows audio format tag (e.g. atag=0x55). Use the specified Windows audio format tag (e.g. atag=0x55).
.TP .TP
.B vcodec=<value> .B vcodec=<value>
use the specified codec (default: mpeg4): use the specified codec (default: mpeg4):
@ -3593,7 +3593,7 @@ use the specified codec (default: mpeg4):
Motion JPEG Motion JPEG
.IPs ljpeg .IPs ljpeg
Lossless JPEG Lossless JPEG
.IPs h263 .IPs h263\
H263 H263
.IPs h263p .IPs h263p
H263 Plus H263 Plus
@ -3717,6 +3717,9 @@ select the MB mode which has the best rate distortion
.RE .RE
.PD 1 .PD 1
.TP .TP
.B vhq
Same as mbd=1, kept for compatibility reasons.
.TP
.B v4mv\ \ \ .B v4mv\ \ \
Allow 4 motion vectors per macroblock (slightly better quality). Allow 4 motion vectors per macroblock (slightly better quality).
(default: disabled) (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 Note: vratetol should not be too large during the second pass or there might
be problems if vrc_(min|max)rate is used. be problems if vrc_(min|max)rate is used.
.TP .TP
.B vrc_strategy
Dummy, reserved for future use.
.TP
.B vb_qfactor=<-31.0\-31.0> .B vb_qfactor=<-31.0\-31.0>
quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25) quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25)
.TP .TP
@ -4216,7 +4222,7 @@ comparison function for full pel motion estimation
comparison function for sub pel motion estimation comparison function for sub pel motion estimation
.TP .TP
.B mbcmp=<0\-2000> .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 .PD 0
.RSs .RSs
.IPs "0 (SAD)" .IPs "0 (SAD)"

View File

@ -72,9 +72,7 @@ DOCS:
- documentation.html - documentation.html
- enhance the FAQ - enhance the FAQ
- man page HTML version - man page HTML version
- document missing lavcopts (vhq, lmin, lmax, vrc_strategy, vqmod_amp, - document missing lavcopts (vqmod_amp, vqmod_freq, vrc_buf_aggressivity)
vqmod_freq, vrc_buf_aggressivity, p_mask, debug, mbcmp, me_range,
aic, context,)
- document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200, - document missing divx4opts (everything in #if ENCORE_MAJOR_VERSION >= 5200,
vbrdebug) vbrdebug)