Muxman MXP files - Audio Stream
ver 0.18
The Audio Stream contains some attributes common to the audio stream along with the list of files that will comprise one audio stream in the segment.
Each Audio Play can be the entire audio file, or just a portion of the file as specified by Start and Run Length.
Item=Audio Stream
{
	Stream Number=int
	Language=lang_code
	Language Extension=int
	Delay=int
	Type=hexint
	Frame Size=int
	Item=Audio Play
	{
		File=*.ac3 | *.dts | *.mpa | *.m2a | *.wav | *.vob
		Size=int
		VobID=int	 \
		CellID=int	  \
		Story=int	   \ 
		Angle=int	   / vob files only
		Stream=hexint	  /
		Substream=hexint /
		Start=hh:mm:ss:ff
		Run Length=hh:mm:ss:ff
	}
	[Item=Audio Play ...]
}
Stream Number must be in the range of 1 to 8.
Language=lang_code according to ISO 639, for unspecified omit the statement
Language Extension is 0=not specified, 1=normal, 2=for visually impaired,3=director comments, 4=alternate director comments
Delay may range from -300 to +300 and is in milliseconds
Type and Frame Size are not required, if specified they may be used to verify the file list. Otherwise they are determined by the contents of the first file.
Size is not required, if present it may be used to verify that the referenced file has not been modified.
VobID and CellID specifies the starting cell of a vob file. Start is relative to this cell, but is not constrained to this cell.
Story specifies the zero-based (0 to 7) story to demultiplex from vob. If both Story and VobID are specified the vob must contain the story or results are unpredictable.
Angle specifies the zero-based (0 to 8) angle to demultiplex from vob. Adding 16 to the angle number will restrict demultiplexing to angle/story blocks only. If both Angle and VobID are specified the vob must contain the angle or results are unpredictable.
Start and Run Length are non-drop timecode as appropriate for the segment, as determined by the video.
Stream specifies the stream number (c0 to c7) of an mpeg audio stream, or the stream ordinal (0 to 7).
Substream specifies the DVD private stream extension substream number (ac3: 80 to 87, dts: 88 to 8f, lpcm: a0 to a7) or the stream ordinal (0 to 7).
Muxman home page MXP documentation index DVD-Video info home
Copyright © 2005 - 2012 MPUCoder, all rights reserved.