CVS: main/DOCS/man/en mplayer.1,1.1075,1.1076
CVS change done by Reimar Döffinger CVS Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv23706/DOCS/man/en Modified Files: mplayer.1 Log Message: Allow forcing of demuxers and codecs by prepending '+' Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.1075 retrieving revision 1.1076 diff -u -r1.1075 -r1.1076 --- mplayer.1 23 Aug 2005 19:27:18 -0000 1.1075 +++ mplayer.1 30 Aug 2005 23:56:22 -0000 1.1076 @@ -787,6 +787,7 @@ .TP .B \-audio-demuxer <name> (\-audiofile only) Force audio demuxer type for \-audiofile. +Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-audio-demuxer help. For backward compatibility it also accepts the demuxer ID as defined in libmpdemux/\:demuxer.h. @@ -3136,10 +3137,11 @@ .SH "DECODING/\:FILTERING OPTIONS" . .TP -.B \-ac <[-]codec1,[-]codec2,...[,]> +.B \-ac <[-|+]codec1,[-|+]codec2,...[,]> Specify a priority list of audio codecs to be used, according to their codec name in codecs.conf. Use a '-' before the codec name to omit it. +Use a '+' before the codec name to force it, this will likely crash! If the list has a trailing ',' MPlayer will fall back on codecs not contained in the list. .br @@ -3541,6 +3543,7 @@ Specify a priority list of video codecs to be used, according to their codec name in codecs.conf. Use a '-' before the codec name to omit it. +Use a '+' before the codec name to force it, this will likely crash! If the list has a trailing ',' MPlayer will fall back on codecs not contained in the list. .br
On Wed, 31 Aug 2005 01:56:26 +0200 (CEST) syncmail@mplayerhq.hu (Reimar Döffinger CVS) wrote:
CVS change done by Reimar Döffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv23706/DOCS/man/en
Modified Files: mplayer.1 Log Message: Allow forcing of demuxers and codecs by prepending '+'
Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.1075 retrieving revision 1.1076 diff -u -r1.1075 -r1.1076 --- mplayer.1 23 Aug 2005 19:27:18 -0000 1.1075 +++ mplayer.1 30 Aug 2005 23:56:22 -0000 1.1076 @@ -787,6 +787,7 @@ .TP .B \-audio-demuxer <name> (\-audiofile only) Force audio demuxer type for \-audiofile. +Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-audio-demuxer help.
so the line: .B \-audio-demuxer <name> (\-audiofile only) should not be: .B \-audio-demuxer <[+]name> (\-audiofile only) ????
On Wed, Aug 31, 2005 at 01:56:26AM +0200, Reimar Dצffinger CVS wrote:
CVS change done by Reimar Dצffinger CVS
Update of /cvsroot/mplayer/main/DOCS/man/en In directory mail:/var2/tmp/cvs-serv23706/DOCS/man/en
Modified Files: mplayer.1 Log Message: Allow forcing of demuxers and codecs by prepending '+'
Index: mplayer.1 =================================================================== RCS file: /cvsroot/mplayer/main/DOCS/man/en/mplayer.1,v retrieving revision 1.1075 retrieving revision 1.1076 diff -u -r1.1075 -r1.1076 --- mplayer.1 23 Aug 2005 19:27:18 -0000 1.1075 +++ mplayer.1 30 Aug 2005 23:56:22 -0000 1.1076 @@ -787,6 +787,7 @@ .TP .B \-audio-demuxer <name> (\-audiofile only) Force audio demuxer type for \-audiofile. +Use a '+' before the name to force it, this will skip some checks! Give the demuxer name as printed by \-audio-demuxer help. For backward compatibility it also accepts the demuxer ID as defined in libmpdemux/\:demuxer.h.
Shouldn't this be mentioned for -demuxer too? - ods15
Hi, On Wed, Aug 31, 2005 at 06:56:19PM +0300, Oded Shimon wrote:
Shouldn't this be mentioned for -demuxer too?
Guess I messed that up quite a bit. Committed the missing parts. Greetings, Reimar Döffinger
participants (4)
-
Oded Shimon -
Paul TT -
Reimar Döffinger -
syncmail@mplayerhq.hu