comparison DOCS/man/en/mplayer.1 @ 16328:5be9151b6d35

Missing parts of the force codecs/demuxers documentation
author reimar
date Wed, 31 Aug 2005 16:23:07 +0000
parents efbfac98cab1
children 85c97906137d
comparison
equal deleted inserted replaced
16327:6c2a8a87d540 16328:5be9151b6d35
783 Plays a Matroska file in Japanese. 783 Plays a Matroska file in Japanese.
784 .RE 784 .RE
785 .PD 1 785 .PD 1
786 . 786 .
787 .TP 787 .TP
788 .B \-audio-demuxer <name> (\-audiofile only) 788 .B \-audio-demuxer <[+]name> (\-audiofile only)
789 Force audio demuxer type for \-audiofile. 789 Force audio demuxer type for \-audiofile.
790 Use a '+' before the name to force it, this will skip some checks! 790 Use a '+' before the name to force it, this will skip some checks!
791 Give the demuxer name as printed by \-audio-demuxer help. 791 Give the demuxer name as printed by \-audio-demuxer help.
792 For backward compatibility it also accepts the demuxer ID as defined in 792 For backward compatibility it also accepts the demuxer ID as defined in
793 libmpdemux/\:demuxer.h. 793 libmpdemux/\:demuxer.h.
922 .I NOTE: 922 .I NOTE:
923 When used with MEncoder, this is not guaranteed to work correctly 923 When used with MEncoder, this is not guaranteed to work correctly
924 with \-ovc copy. 924 with \-ovc copy.
925 . 925 .
926 .TP 926 .TP
927 .B \-demuxer <name> 927 .B \-demuxer <[+]name>
928 Force demuxer type. 928 Force demuxer type.
929 Use a '+' before the name to force it, this will skip some checks!
929 Give the demuxer name as printed by \-demuxer help. 930 Give the demuxer name as printed by \-demuxer help.
930 For backward compatibility it also accepts the demuxer ID as defined in 931 For backward compatibility it also accepts the demuxer ID as defined in
931 libmpdemux/\:demuxer.h. 932 libmpdemux/\:demuxer.h.
932 \-demuxer audio or \-demuxer 17 forces MP3. 933 \-demuxer audio or \-demuxer 17 forces MP3.
933 . 934 .
1582 Currently subtitles are grayscale so this value is equivalente to the 1583 Currently subtitles are grayscale so this value is equivalente to the
1583 intensity of the color. 1584 intensity of the color.
1584 255 means white and 0 black. 1585 255 means white and 0 black.
1585 . 1586 .
1586 .TP 1587 .TP
1587 .B \-sub-demuxer <name> (\-subfile only) (BETA CODE) 1588 .B \-sub-demuxer <[+]name> (\-subfile only) (BETA CODE)
1588 Force subtitle demuxer type for \-subfile. 1589 Force subtitle demuxer type for \-subfile.
1590 Use a '+' before the name to force it, this will skip some checks!
1589 Give the demuxer name as printed by \-sub-demuxer help. 1591 Give the demuxer name as printed by \-sub-demuxer help.
1590 For backward compatibility it also accepts the demuxer ID as defined in 1592 For backward compatibility it also accepts the demuxer ID as defined in
1591 libmpdemux/\:demuxer.h. 1593 libmpdemux/\:demuxer.h.
1592 . 1594 .
1593 .TP 1595 .TP
3537 Some \-sws options are tunable. 3539 Some \-sws options are tunable.
3538 The description of the scale video filter has further information. 3540 The description of the scale video filter has further information.
3539 .RE 3541 .RE
3540 . 3542 .
3541 .TP 3543 .TP
3542 .B \-vc <[-]codec1,[-]codec2,...[,]> 3544 .B \-vc <[-|+]codec1,[-|+]codec2,...[,]>
3543 Specify a priority list of video codecs to be used, according to their codec 3545 Specify a priority list of video codecs to be used, according to their codec
3544 name in codecs.conf. 3546 name in codecs.conf.
3545 Use a '-' before the codec name to omit it. 3547 Use a '-' before the codec name to omit it.
3546 Use a '+' before the codec name to force it, this will likely crash! 3548 Use a '+' before the codec name to force it, this will likely crash!
3547 If the list has a trailing ',' MPlayer will fall back on codecs not 3549 If the list has a trailing ',' MPlayer will fall back on codecs not