Page 1 of 1

Re: Config : PC + Sony KDL-32EX500 to transcode MKV correctl

PostPosted: Thu Apr 03, 2014 6:26 pm
by Illico
Read the _FAQ_ at the end of the first post:
viewtopic.php?f=11&t=2396
Try to use a custom profile :
  Code:
   <Profile id="sonymkv" name="Sony Bravia TV (2010) - MKV*" extendsProfileId="sony2010">
      <Transcoding>
         <!-- Transcode MKV/h264 -->
         <!-- remove DAR option on next line for U.S. model -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true">
            <Matches container="matroska" vCodec="h264" />
         </Video>
      </Transcoding>
   </Profile>