1920x800 not correctly aspect ratio ( on Panasonic )
I have an Panasonic TX P50GT30 and a HTPC on this runs Serviio (Serviio is great)
and i have a problem
I have a *.mkv video its 1290x800 aspect ratio
if I register the following in the profiles.xml then this runs in the correct aspect ratio. the video with 1920x800
become logical black bars above and down.
<Video targetContainer="mpegts">
<Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.1" />
</Video>
However some other mkv videos do not run any longer (anyhow not all)
if I write this in my profile.xml than runnig all *.mkv video, but the files with 1920x800 no black bars have more and are stretched represented
<Video targetContainer="mpegts">
<Matches container="matroska" vCodec="h264" profile="high" levelGreaterThan="4.1" />
<Matches container="matroska" vCodec="h264" />
</Video>
as I get all formats correctly indicated ???
one file (video) has 1920x800; Format profile: High@L4.1 Display aspect ratio : 2.40:1
other one videos has 1920x1080 Format profile: High@L5.1 Display aspect ratio : 16:9
and 1920x1080 Format profile : High@L4.1 Display aspect ratio : 16:9
please help ...