Panasonic WTW60 & avi

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
crack00r
Posts: 7
Joined: Fri Sep 13, 2013 7:45 pm

Panasonic WTW60 & avi

Post by crack00r »

Hi, i have a big problem with avis, they have always on the right side, no end

Anyone know some help?
Attachments
IMG_20140831_082849.jpg
IMG_20140831_082849.jpg (2.5 MiB) Viewed 9598 times
crack00r
Posts: 7
Joined: Fri Sep 13, 2013 7:45 pm

Re: Panasonic WTW60 & avi

Post by crack00r »

Rly, nobody knows help?
crack00r
Posts: 7
Joined: Fri Sep 13, 2013 7:45 pm

Re: Panasonic WTW60 & avi

Post by crack00r »

rly nobody know this problem?!
It only happen on my panasonic...
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Panasonic WTW60 & avi

Post by valib »

I have the same problem with some videos. You can set in the Panasonic.conf

Code: Select all

RescaleByRenderer=false
to avoid that problem. But it is CPU demanding. In that case you can also set

Code: Select all

MaxVideoWidth=1280
MaxVideoHeight=720
to reduce the CPU workload.
User avatar
SubJunk
Lead Developer
Posts: 3797
Joined: Sun May 27, 2012 4:12 pm

Re: Panasonic WTW60 & avi

Post by SubJunk »

Hi crack00r, if it's still happening with the latest version can you please make logs by following the link in my signature?
User avatar
valib
Developer
Posts: 699
Joined: Fri Feb 08, 2013 3:11 am

Re: Panasonic WTW60 & avi

Post by valib »

I made some test and it seems to me that Panasonic TVs have a problem with the 4:3 aspect ratio padded to 16:9 for resolution 640x480. When the

Code: Select all

KeepAspectRatio = true
and resolution is 640x480 it shows the video like crack00r send. For lower resolution like 512x384 or 320x240 it works correctly. So the only fix for now is to set

Code: Select all

KeepAspectRatio = false
crack00r
Posts: 7
Joined: Fri Sep 13, 2013 7:45 pm

Re: Panasonic WTW60 & avi

Post by crack00r »

Same here, maybe they fix it in next rls :)
User avatar
SubJunk
Lead Developer
Posts: 3797
Joined: Sun May 27, 2012 4:12 pm

Re: Panasonic WTW60 & avi

Post by SubJunk »

This is fixed in 4.2.0 which will be released soon :)
Post Reply