comparison DOCS/man/en/mplayer.1 @ 11382:f11f62f1242a

vhq and vrc_strategy lavc options documented, spelling.
author diego
date Tue, 04 Nov 2003 19:00:40 +0000
parents 45196162f12d
children d83dedaff4d4
comparison
equal deleted inserted replaced
11381:056f74ca4d6b 11382:f11f62f1242a
2149 .br 2149 .br
2150 16: QP 2150 16: QP
2151 .br 2151 .br
2152 32: Motion vector 2152 32: Motion vector
2153 .br 2153 .br
2154 0x0040: Motion vector vissualization (use -noslices) 2154 0x0040: Motion vector visualization (use -noslices)
2155 .br 2155 .br
2156 0x0080: MB skip 2156 0x0080: MB skip
2157 .br 2157 .br
2158 0x0100: startcode 2158 0x0100: startcode
2159 .br 2159 .br
3282 .IPs "\-oac pcm" 3282 .IPs "\-oac pcm"
3283 encode to uncompressed PCM 3283 encode to uncompressed PCM
3284 .IPs "\-oac mp3lame" 3284 .IPs "\-oac mp3lame"
3285 encode to MP3 (using Lame) 3285 encode to MP3 (using Lame)
3286 .IPs "\-oac lavc" 3286 .IPs "\-oac lavc"
3287 encode with a libavcodec codecs 3287 encode with a libavcodec codec
3288 .RE 3288 .RE
3289 .PD 1 3289 .PD 1
3290 . 3290 .
3291 .TP 3291 .TP
3292 .B \-of <format> (BETA CODE!) 3292 .B \-of <format> (BETA CODE!)
3581 .TP 3581 .TP
3582 .B abitrate=<value> 3582 .B abitrate=<value>
3583 Audio bitrate in kBit (default 224). 3583 Audio bitrate in kBit (default 224).
3584 .TP 3584 .TP
3585 .B atag=<value> 3585 .B atag=<value>
3586 Use the specified windows audio format tag (e.g. atag=0x55). 3586 Use the specified Windows audio format tag (e.g. atag=0x55).
3587 .TP 3587 .TP
3588 .B vcodec=<value> 3588 .B vcodec=<value>
3589 use the specified codec (default: mpeg4): 3589 use the specified codec (default: mpeg4):
3590 .PD 0 3590 .PD 0
3591 .RSs 3591 .RSs
3592 .IPs mjpeg 3592 .IPs mjpeg
3593 Motion JPEG 3593 Motion JPEG
3594 .IPs ljpeg 3594 .IPs ljpeg
3595 Lossless JPEG 3595 Lossless JPEG
3596 .IPs h263 3596 .IPs h263\
3597 H263 3597 H263
3598 .IPs h263p 3598 .IPs h263p
3599 H263 Plus 3599 H263 Plus
3600 .IPs mpeg4 3600 .IPs mpeg4
3601 DivX 4/\:5 3601 DivX 4/\:5
3715 .IPs 2 3715 .IPs 2
3716 select the MB mode which has the best rate distortion 3716 select the MB mode which has the best rate distortion
3717 .RE 3717 .RE
3718 .PD 1 3718 .PD 1
3719 .TP 3719 .TP
3720 .B vhq
3721 Same as mbd=1, kept for compatibility reasons.
3722 .TP
3720 .B v4mv\ \ \ 3723 .B v4mv\ \ \
3721 Allow 4 motion vectors per macroblock (slightly better quality). 3724 Allow 4 motion vectors per macroblock (slightly better quality).
3722 (default: disabled) 3725 (default: disabled)
3723 .TP 3726 .TP
3724 .B keyint=<0\-300> 3727 .B keyint=<0\-300>
3811 buffer size in kbit (pass\ 1/\:2). 3814 buffer size in kbit (pass\ 1/\:2).
3812 For MPEG1/2 this also sets the vbv buffer size, use 327 for VCD, 3815 For MPEG1/2 this also sets the vbv buffer size, use 327 for VCD,
3813 917 for SVCD and 1835 for DVD. 3816 917 for SVCD and 1835 for DVD.
3814 Note: vratetol should not be too large during the second pass or there might 3817 Note: vratetol should not be too large during the second pass or there might
3815 be problems if vrc_(min|max)rate is used. 3818 be problems if vrc_(min|max)rate is used.
3819 .TP
3820 .B vrc_strategy
3821 Dummy, reserved for future use.
3816 .TP 3822 .TP
3817 .B vb_qfactor=<-31.0\-31.0> 3823 .B vb_qfactor=<-31.0\-31.0>
3818 quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25) 3824 quantizer factor between B and non B frames (pass\ 1/\:2) (default: 1.25)
3819 .TP 3825 .TP
3820 .B vi_qfactor=<-31.0\-31.0> 3826 .B vi_qfactor=<-31.0\-31.0>
4214 .TP 4220 .TP
4215 .B subcmp=<0\-2000> 4221 .B subcmp=<0\-2000>
4216 comparison function for sub pel motion estimation 4222 comparison function for sub pel motion estimation
4217 .TP 4223 .TP
4218 .B mbcmp=<0\-2000> 4224 .B mbcmp=<0\-2000>
4219 comparison function for the macroblock decission, only used if mbd=0 4225 comparison function for the macroblock decision, only used if mbd=0
4220 .PD 0 4226 .PD 0
4221 .RSs 4227 .RSs
4222 .IPs "0 (SAD)" 4228 .IPs "0 (SAD)"
4223 sum of absolute differences, fast (default) 4229 sum of absolute differences, fast (default)
4224 .IPs "1 (SSE)" 4230 .IPs "1 (SSE)"