FAQ  •  Register  •  Login

humux hdr1000s doesnt suuport dts need help

<<

eddie1

Serviio newbie

Posts: 3

Joined: Thu Mar 28, 2013 7:09 pm

Post Thu Mar 28, 2013 7:19 pm

humux hdr1000s doesnt suuport dts need help

my hdr1000s will play any video codec but wont play dts audio can i change it to ac3 or something

can some nice person explain step to step and help with creating a profile i can use with my mkvs please im completely new to serviio so go easy please
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Thu Mar 28, 2013 7:24 pm

Re: humux hdr1000s doesnt suuport dts need help

what profile are you currently using for your device?
<<

eddie1

Serviio newbie

Posts: 3

Joined: Thu Mar 28, 2013 7:09 pm

Post Thu Mar 28, 2013 7:25 pm

Re: humux hdr1000s doesnt suuport dts need help

wdtv live
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Thu Mar 28, 2013 7:41 pm

Re: humux hdr1000s doesnt suuport dts need help

ok, you need to edit the wdtv profile to transcode DTS audio into AC3

open up profiles.xml in notepad (note you can find this in the config folder of your serviio install.

search for "wdtv" and find this section

<Transcoding>
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="flv" /> <!-- this is used by online content, assuming WDTV cannot play local flv either -->
<Matches container="matroska" vCodec="vp8" />
<Matches container="rm" />
</Video>
</Transcoding>


you need to add this to the profile.

<Audio targetContainer="ac3" forceInheritance="true">
<Matches container="adts" />
</Audio>


This should be the end result.

<Transcoding>
<Video targetContainer="mpeg">
<Matches container="wtv" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
<Matches container="flv" /> <!-- this is used by online content, assuming WDTV cannot play local flv either -->
<Matches container="matroska" vCodec="vp8" />
<Matches container="rm" />
</Video>
<Audio targetContainer="ac3" forceInheritance="true">
<Matches container="adts" />
</Audio>
</Transcoding>
<<

eddie1

Serviio newbie

Posts: 3

Joined: Thu Mar 28, 2013 7:09 pm

Post Thu Mar 28, 2013 7:45 pm

Re: humux hdr1000s doesnt suuport dts need help

thank you so much

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 27 guests

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