Panasonic SA-BTT500 / .avi forced aspect ratio 4:3
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?
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?