comparison DOCS/man/en/mplayer.1 @ 19082:a2f20562aac3

Remove support for obsolete and non-free divx4/odivx libraries.
author diego
date Fri, 14 Jul 2006 17:14:16 +0000
parents bae8c4f93f10
children 75f61cd2ad01
comparison
equal deleted inserted replaced
19081:273bdef43012 19082:a2f20562aac3
3868 .B \-novideo 3868 .B \-novideo
3869 Do not play/\:encode video. 3869 Do not play/\:encode video.
3870 In many cases this will not work, use \-vc null \-vo null instead. 3870 In many cases this will not work, use \-vc null \-vo null instead.
3871 . 3871 .
3872 .TP 3872 .TP
3873 .B \-oldpp <quality> (OpenDivX only) (OBSOLETE)
3874 Use the OpenDivX postprocessing code instead of the internal one.
3875 Superseded by \-pp, the internal postprocessing offers better
3876 quality and performance.
3877 The valid range of \-oldpp values varies by codec, it is mostly
3878 0\-6, where 0=disable, 6=slowest/\:best.
3879 .
3880 .TP
3881 .B \-pp <quality> (also see \-vf pp) 3873 .B \-pp <quality> (also see \-vf pp)
3882 Set the DLL postprocess level. 3874 Set the DLL postprocess level.
3883 This option is no longer usable with \-vf pp. 3875 This option is no longer usable with \-vf pp.
3884 It only works with Win32 DirectShow DLLs with internal postprocessing routines. 3876 It only works with Win32 DirectShow DLLs with internal postprocessing routines.
3885 The valid range of \-pp values varies by codec, it is mostly 3877 The valid range of \-pp values varies by codec, it is mostly
3985 .I EXAMPLE: 3977 .I EXAMPLE:
3986 .PD 0 3978 .PD 0
3987 .RSs 3979 .RSs
3988 .IPs "\-vc divx" 3980 .IPs "\-vc divx"
3989 Force Win32/\:VfW DivX codec, no fallback. 3981 Force Win32/\:VfW DivX codec, no fallback.
3990 .IPs "\-vc divx4,"
3991 Try divx4linux codec first, then fall back on others.
3992 .IPs "\-vc -divxds,-divx," 3982 .IPs "\-vc -divxds,-divx,"
3993 Skip Win32 DivX codecs. 3983 Skip Win32 DivX codecs.
3994 .IPs "\-vc ffmpeg12,mpeg12," 3984 .IPs "\-vc ffmpeg12,mpeg12,"
3995 Try libavcodec's MPEG-1/2 codec, then libmpeg2, then others. 3985 Try libavcodec's MPEG-1/2 codec, then libmpeg2, then others.
3996 .RE 3986 .RE
6482 .I EXAMPLE: 6472 .I EXAMPLE:
6483 .PD 0 6473 .PD 0
6484 .RSs 6474 .RSs
6485 .IPs "\-ovc copy" 6475 .IPs "\-ovc copy"
6486 no encoding, just streamcopy 6476 no encoding, just streamcopy
6487 .IPs "\-ovc divx4"
6488 Encode to DivX4/\:DivX5.
6489 .IPs "\-ovc raw" 6477 .IPs "\-ovc raw"
6490 Encode to an arbitrary uncompressed format (use '\-vf format' to select). 6478 Encode to an arbitrary uncompressed format (use '\-vf format' to select).
6491 .IPs "\-ovc lavc" 6479 .IPs "\-ovc lavc"
6492 Encode with a libavcodec codec. 6480 Encode with a libavcodec codec.
6493 .RE 6481 .RE
6526 . 6514 .
6527 .TP 6515 .TP
6528 .B \-<codec>opts <option1[=value],option2,...> 6516 .B \-<codec>opts <option1[=value],option2,...>
6529 . 6517 .
6530 .PP 6518 .PP
6531 Where <codec> may be: lavc, xvidenc, divx4, lame, toolame, twolame, 6519 Where <codec> may be: lavc, xvidenc, lame, toolame, twolame,
6532 nuv, xvfw, faac, x264enc, mpeg, lavf. 6520 nuv, xvfw, faac, x264enc, mpeg, lavf.
6533 .
6534 .
6535 .SS divx4 (\-divx4opts)
6536 .
6537 DivX4 is obsolete and only supported for completeness.
6538 For details about DivX4 options, read the source, most options are not
6539 described here.
6540 .
6541 .TP
6542 .B help\ \ \
6543 get help
6544 .
6545 .TP
6546 .B br=<value>
6547 Specify bitrate.
6548 .RSs
6549 .IPs 4\-16000
6550 (in kbit)
6551 .IPs 16001\-24000000
6552 (in bit)
6553 .RE
6554 .
6555 .TP
6556 .B key=<value>
6557 maximum keyframe interval (in frames)
6558 .
6559 .TP
6560 .B deinterlace
6561 Enable deinterlacing (avoid it, DivX4 is buggy).
6562 .
6563 .TP
6564 .B q=<1\-5>
6565 quality (1\-fastest, 5\-best)
6566 .
6567 .TP
6568 .B min_quant=<1\-31>
6569 minimum quantizer
6570 .
6571 .TP
6572 .B max_quant=<1\-31>
6573 maximum quantizer
6574 .
6575 .TP
6576 .B rc_period=<value>
6577 rate control period
6578 .
6579 .TP
6580 .B rc_reaction_period=<value>
6581 rate control reaction period
6582 .
6583 .TP
6584 .B rc_reaction_ratio=<value>
6585 rate control reaction ratio
6586 .
6587 .TP
6588 .B crispness=<0\-100>
6589 Specify crispness/\:smoothness.
6590 .
6591 .TP
6592 .B pass=<1\-2>
6593 With this you can encode two pass DivX4 files.
6594 First encode with pass=1, then do another encode with the
6595 same parameters and pass=2.
6596 .
6597 .TP
6598 .B vbrpass=<0\-2>
6599 Override the pass argument and use the XviD VBR library instead of DivX4 VBR.
6600 Available options are:
6601 .PD 0
6602 .RSs
6603 .IPs 0
6604 one pass encoding (as in not putting pass on the command line)
6605 .IPs 1
6606 Analysis (first) pass of two pass encoding.
6607 The resulting AVI file can be directed to /dev/\:null.
6608 .IPs 2
6609 Final (second) pass of two pass encoding.
6610 .RE
6611 .PD 1
6612 . 6521 .
6613 . 6522 .
6614 .SS lame (\-lameopts) 6523 .SS lame (\-lameopts)
6615 . 6524 .
6616 .TP 6525 .TP