Page 1 of 1

Trancode only audio from mkv

PostPosted: Wed Nov 05, 2014 11:59 am
by Laire
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

Re: Trancode only audio from mkv

PostPosted: Wed Nov 05, 2014 3:47 pm
by Illico
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)