Hi,
You need to have the change in the Bravia profile perform year 2012

. The Insert under 2011 brings nothing.
<OnlineTranscoding>
<Video targetContainer="mpegts" forceInheritance="true"> <!-- do not transcode to ac3 -->
<Matches container="mp4" />
<Matches container="flv" vCodec="h264" aCodec="aac" /> Added in yellow
<Matches container="applehttp" vCodec="h264" />
</Video>
<Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384" DAR="16:9" forceInheritance="true"> remove
<Matches container="asf" /> <!-- to support mms:// streams -->
<Matches container="flv" />
</Video>
</OnlineTranscoding>
HardSubsTranscoding>
<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3" maxVBitrate="17000" aBitrate="384" DAR="16:9" /> remove