The Xbox one Media player currently does not support DTS audio playback. i wanted to set up serviio to transcode the audio track into a compatible 5.1 output like AC3. any help would be appreciated!
Re: Help modifying xbox one profile
Posted: Sat Jun 18, 2016 9:59 pm
by Janiporo
Here is how to transcode AAC 5.1 to AC3 5.1 in Sony BDP-Sx100 profile:
Code:
<!-- transcode all surround audio types to ac3 --> <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="320" > <Matches container="*" vCodec="h264" aCodec="aac" /> </Video>