FAQ  •  Register  •  Login

Trancode only audio from mkv

<<

Laire

Serviio newbie

Posts: 17

Joined: Sat Oct 18, 2014 9:25 am

Post Wed Nov 05, 2014 11:59 am

Trancode only audio from mkv

Hello,

how have to look a profil in the profile file, when i just want to trancode the audio stream from a mkv file from dts to ac3 or stereo?

Greetings
<<

Illico

User avatar

DLNA master

Posts: 4646

Joined: Fri Jul 23, 2010 8:08 am

Location: France

Post Wed Nov 05, 2014 3:47 pm

Re: Trancode only audio from mkv

Something like that :
  Code:
      <Transcoding>
         <Video targetContainer="mpegts" targetACodec="ac3" aBitrate="384">
            <Matches container="matroska"  aCodec="dca"/>
            <Matches container="matroska"  aCodec="dts-hd"/>
            <Matches container="matroska"  aCodec="truehd"/>
         </Video>
      </Transcoding>


When you enable transcode (video or audio or both), container should be modified to mpegts.
Available target are
asf, mpeg (MPEG2PS), mpegts (MPEG2TS), applehttp (HLS)

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 30 guests

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