[MPlayer-DOCS] r28245 - in trunk: DOCS/man/en/mplayer.1 cfg-common-opts.h cfg-common.h libmpdemux/demux_ts.c

nicodvb subversion at mplayerhq.hu
Sun Jan 4 14:12:52 CET 2009


Author: nicodvb
Date: Sun Jan  4 14:12:51 2009
New Revision: 28245

Log:
added support for manual audio substream selection out of 0xFD PES streams (Blueray, multistream in the same pid)

Modified:
   trunk/DOCS/man/en/mplayer.1

Changes in other areas also in this revision:
Modified:
   trunk/cfg-common-opts.h
   trunk/cfg-common.h
   trunk/libmpdemux/demux_ts.c

Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1	Sun Jan  4 14:08:13 2009	(r28244)
+++ trunk/DOCS/man/en/mplayer.1	Sun Jan  4 14:12:51 2009	(r28245)
@@ -1166,6 +1166,16 @@ When playing an MPEG-TS stream, MPlayer/
 (if present) with the chosen audio stream.
 .
 .TP
+.B \-ausid <ID> (also see \-alang)
+Select audio substream channel.
+Currently the valid range is 0x55..0x75 and applies only to MPEG-TS when handled
+by the native demuxer (not by libavformat).
+The format type may not be correctly identified because of how this information
+(or lack thereof) is embedded in the stream, but it will demux correctly the
+audio streams when multiple substreams are present.
+MPlayer prints the available substream IDs when run with \-identify.
+.
+.TP
 .B \-alang <language code[,language code,...]> (also see \-aid)
 Specify a priority list of audio languages to use.
 Different container formats employ different language codes.



More information about the MPlayer-DOCS mailing list