Page 1 of 1

Sony w8 and divx

PostPosted: Sat Nov 16, 2013 8:35 pm
by coltrane81
Hi.

I've got a sony kdl47w807a tv and i've discovered that the tv can't play any divx file, only xvid are allowed.

So i added some lines to the sony 2013 profile, that i found at the top of the forum, i think that also w9 series can't read divx natively, infact i suggest that the code will be added to the next beta of the profile...


An alternative is to change the fourCC of the single avi files manually, in this way every files will be played without transcode.

  Code:
<!-- Transcode DivX files!! -->
         <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="320">
            <Matches container="avi" vCodec="mpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
            <Matches container="avi" vCodec="msmpeg4" vFourCC="div3,div4,div5,divx,dm4v,dx50" />
         </Video>