FAQ  •  Register  •  Login

Help modifying xbox one profile

<<

Nukem

Serviio newbie

Posts: 1

Joined: Fri Mar 25, 2016 10:02 pm

Post Fri Mar 25, 2016 10:24 pm

Help modifying xbox one profile

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!
<<

Janiporo

Streaming enthusiast

Posts: 28

Joined: Mon Mar 19, 2012 2:05 pm

Post Sat Jun 18, 2016 9:59 pm

Re: Help modifying xbox one profile

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.
<<

Janiporo

Streaming enthusiast

Posts: 28

Joined: Mon Mar 19, 2012 2:05 pm

Post Sun Jun 19, 2016 8:48 am

Re: Help modifying xbox one profile

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.

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 25 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.