Page 1 of 1

Help modifying xbox one profile

PostPosted: Fri Mar 25, 2016 10:24 pm
by Nukem
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

PostPosted: 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>


Here is the picture of the file, so You see where it belongs to --> http://kuvapilvi.fi/k/ywMP.jpg

I hope this helps you to figure out how to do it.

Re: Help modifying xbox one profile

PostPosted: Sun Jun 19, 2016 8:48 am
by Janiporo
It should be something like this:

  Code:
<!-- transcode DTS to AC3 -->
 <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="320" >
 <Matches container="*" vCodec="h264" aCodec="dts" />
 </Video>


Or it should say even "dts-hd" in place of dts.