Sony BD Player with no DivX support
I have a Sony BDVN890W from Canada which supports XVid AVI's but not the DivX format. The player matches the "Sony BD Player / SMP" Profile which I modified to get the avi's to work. (I followed a previous post about disabling the avi media format profile). My question is about the transcoding matching - can you setup serviio so that the xvid avi's are served natively but the divx avi's are transcoded. This is the line that I add/remove and seems to affect both avi types:
<Transcoding>
...
<Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="17000" targetACodec="ac3" aBitrate="320">
...
<Matches container="avi" vCodec="mpeg4" /> <!-- can I say divx only? -->
