@mnschu: The
<Matches container="avi" /> command I gave in the previous post should transcode all those AVI files for which you are having trouble. If you want to get more specific then you can do so, but as you state, probably not appropriate for a generic 2013 profile. If you do want to do so, have a read about fourcc's here at
http://www.fourcc.org/codecs.php, and using those codes modify the profile to match your TV - you probably want something along the lines of:
- Code:
<Matches container="avi" vCodec="mpeg4" vFourCC="xvid" />
<Matches container="avi" vCodec="msmpeg4" vFourCC="xvid" />
for starters, which will transcode XVID's (the most common type of AVI you will come across that your TV doesn't support). You can also add all the MP4x codes to cater for some of the other AVI's that weren't working, but these are pretty uncommon formats.
wrt, audio out of sync. Not sure, you could try passing the audio through (ie. remove the
targetACodec="ac3" aBitrate="384" in the transcoding command).
@TheXman: afaik, High_10 is not supported by any Panasonic TV. To transcode it add the line:
- Code:
<Matches container="*" vCodec="h264" profile="high_10" />
above the line
<Matches container="*" vCodec="h264" profile="high" levelGreaterThan="4.1" />
Confirm this works and I'll add it to the profile... however note that your PI will not have anywhere near the grunt to transcode this type of file.