FAQ  •  Register  •  Login

Transcoding only Audio DTS to ac3.

<<

kuche

Serviio newbie

Posts: 1

Joined: Thu Aug 09, 2012 9:46 pm

Post Thu Aug 09, 2012 9:55 pm

Transcoding only Audio DTS to ac3.

Hi,

i want to transcode all movie with DTS AudioCodec to ac3. The video-Codec should not be touched, cause my TV can play every Video-Format and the CPU-Powerusage would be too high.
I already wrote a profile, but i think it's not doing what it should do.
Here my work till now:

  Code:
<Profile id="150" name="Grundig " extendsProfile="1">
<Detection>
<HttpHeaders>
<X-AV-Client-Info>.*Grundig*.</X-AV-Client-Info>
</HttpHeaders>
<UPnPSearch>
<ModelName> Grundig </ModelName>
</UPnPSearch>
</Detection>
<Transcoding>
<Video targetContainer="mpegts" targetACodec="ac3">
<Mathces container="matroska" />
</Video>
</Transcoding>
</Profile>


The audio transcoding works, but i think it does also video transcoding, what i don't want it to do.

Thanks for any help.
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Fri Aug 10, 2012 5:38 am

Re: Transcoding only Audio DTS to ac3.

kuche wrote:The audio transcoding works, but i think it does also video transcoding, what i don't want it to do.


Replace:
<Mathces container="matroska" />
by
<Matches container="*" aCodec="dca" />

-> All files with DTS audio will be remuxed to MPEGTS container, video codec copy and audio ac3 transcoded.
There is a syntax error Mathces vs Matches on your example.
Illico
Sony 2010 KDL-46EX501 | BDP-S373 | SMP-N100 | Windows 8-i7 | Network DD HD-CE1.5TLU2 | Livebox2-UHD86 | ServiiDroid | ServiiGo | BubbleUPnP
Serviio beta tester - Moderator
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Aug 10, 2012 10:09 am

Re: Transcoding only Audio DTS to ac3.

Also Detection is wrong (based on Sony, will be different for Grundig), so you can remove it (not that it'll help you with transcoding)
<<

brianmel

Serviio newbie

Posts: 2

Joined: Wed Aug 15, 2012 7:07 pm

Post Wed Aug 15, 2012 7:22 pm

Re: Transcoding only Audio DTS to ac3.

Hi, I have a samsung lcd series 5 d550 tv, and I saw that the profile in serviio is for led tv.
Therefore it doesnt decode .dts files, and i want to add that to the profile.
I really dont know if my tv support ac3, and i haven't a HT so i prefer transcode to mp3
How it have to be?
  Code:
<Video targetContainer="mpegts" targetACodec="mp3" aBitrate="192" forceStereo="true">
           <Matches container="*" aCodec="dca" />
</Video>
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Aug 15, 2012 8:07 pm

Re: Transcoding only Audio DTS to ac3.

Try the B series profile, it transcodes DTS to AC3

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 58 guests

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