comparison DOCS/man/en/mplayer.1 @ 24926:ae9f53550c7f

another round of '-' escapes
author diego
date Sat, 03 Nov 2007 14:15:54 +0000
parents a0544b2c4b7d
children c0f76c08044a
comparison
equal deleted inserted replaced
24925:a0544b2c4b7d 24926:ae9f53550c7f
585 [mpeg4] 585 [mpeg4]
586 profile-desc="MPEG4 encoding" 586 profile-desc="MPEG4 encoding"
587 ovc=lacv=yes 587 ovc=lacv=yes
588 lavcopts=vcodec=mpeg4:vbitrate=1200 588 lavcopts=vcodec=mpeg4:vbitrate=1200
589 589
590 [mpeg4-hq] 590 [mpeg4\-hq]
591 profile-desc="HQ MPEG4 encoding" 591 profile-desc="HQ MPEG4 encoding"
592 profile=mpeg4 592 profile=mpeg4
593 lavcopts=mbd=2:trell=yes:v4mv=yes 593 lavcopts=mbd=2:trell=yes:v4mv=yes
594 .fi 594 .fi
595 . 595 .
5405 .br 5405 .br
5406 \-2: Calculate w/h using the other dimension and the prescaled aspect ratio. 5406 \-2: Calculate w/h using the other dimension and the prescaled aspect ratio.
5407 .br 5407 .br
5408 \-3: Calculate w/h using the other dimension and the original aspect ratio. 5408 \-3: Calculate w/h using the other dimension and the original aspect ratio.
5409 .br 5409 .br
5410 \-(n+8): Like -n above, but rounding the dimension to the closest multiple of 16. 5410 \-(n+8): Like \-n above, but rounding the dimension to the closest multiple of 16.
5411 .REss 5411 .REss
5412 .IPs <ilaced> 5412 .IPs <ilaced>
5413 Toggle interlaced scaling. 5413 Toggle interlaced scaling.
5414 .RSss 5414 .RSss
5415 0: off (default) 5415 0: off (default)
5733 .PD 0 5733 .PD 0
5734 .RSs 5734 .RSs
5735 .IPs "\-vf pp=hb/vb/dr/al" 5735 .IPs "\-vf pp=hb/vb/dr/al"
5736 horizontal and vertical deblocking, deringing and automatic 5736 horizontal and vertical deblocking, deringing and automatic
5737 brightness/\:contrast 5737 brightness/\:contrast
5738 .IPs "\-vf pp=de/-al" 5738 .IPs "\-vf pp=de/\-al"
5739 default filters without brightness/\:contrast correction 5739 default filters without brightness/\:contrast correction
5740 .IPs "\-vf pp=default/tmpnoise:1:2:3" 5740 .IPs "\-vf pp=default/tmpnoise:1:2:3"
5741 Enable default filters & temporal denoiser. 5741 Enable default filters & temporal denoiser.
5742 .IPs "\-vf pp=hb:y/vb:a" 5742 .IPs "\-vf pp=hb:y/vb:a"
5743 Horizontal deblocking on luminance only, and switch vertical deblocking 5743 Horizontal deblocking on luminance only, and switch vertical deblocking
7965 I/B-frame quantizer = P-frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset 7965 I/B-frame quantizer = P-frame quantizer * v{b|i}_qfactor + v{b|i}_qoffset
7966 .br 7966 .br
7967 else 7967 else
7968 .br 7968 .br
7969 do normal ratecontrol (do not lock to next P-frame quantizer) and 7969 do normal ratecontrol (do not lock to next P-frame quantizer) and
7970 set q= -q * v{b|i}_qfactor + v{b|i}_qoffset 7970 set q= \-q * v{b|i}_qfactor + v{b|i}_qoffset
7971 .br 7971 .br
7972 .I HINT: 7972 .I HINT:
7973 To do constant quantizer encoding with different quantizers for 7973 To do constant quantizer encoding with different quantizers for
7974 I/P- and B-frames you can use: 7974 I/P- and B-frames you can use:
7975 lmin= <ip_quant>:lmax= <ip_quant>:vb_qfactor= <b_quant/\:ip_quant>. 7975 lmin= <ip_quant>:lmax= <ip_quant>:vb_qfactor= <b_quant/\:ip_quant>.