Page 1 of 1

Panasonic SA-BTT500 / .avi forced aspect ratio 4:3

PostPosted: Thu Aug 28, 2014 6:44 pm
by Tyno
Hello,

after changing

Within the Panasonic BD Player profile change:

<Video targetContainer="mpegts" targetVCodec="mpeg2video" targetACodec="ac3">
to
<Video targetContainer="mpegts" targetVCodec="mpeg2video" DAR="16:9" targetACodec="ac3">

If after that, some of your other files are still having the issue try deleting the other two "video" sections - delete (or comment out):

Code:
<Video targetContainer="mpegts">
<Matches container="*" vCodec="mpeg2video" aCodec="ac3" />
<Matches container="*" vCodec="h264" aCodec="ac3" />
</Video>
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="*" vCodec="mpeg2video" />
<Matches container="*" vCodec="h264" />
</Video>

All .avi files are on the TV screen displayed in 4:3 aspect ratio Before the profile.xml change, they were diplayed correctly 16:9.

Please can you help me with it?

Re: Panasonic SA-BTT500 / .avi forced aspect ratio 4:3

PostPosted: Sat Aug 30, 2014 3:01 am
by DenyAll
One post on the same subject please - see viewtopic.php?f=7&t=17475&p=93991#p93991.