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

Read the _FAQ_ at the end of the first post:
viewtopic.php?f=11&t=2396
Try to use a custom profile :
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>