Bravia KDL-32EX725 1080p video aspec ratio

Discuss media renderers like Xbox 360, TVs, smartphones, etc.
Post Reply
TigoTas
Posts: 8
Joined: Tue Sep 09, 2014 1:27 pm

Bravia KDL-32EX725 1080p video aspec ratio

Post by TigoTas »

When streaming to my Bravia KDL-32EX725, all 1080p formats will be stretched and distorted, with two thick top and bottom black bars, along with reduced scale subtitles.
This only happens with this model (as far as I have experienced), for whenever I stream to my Bravia KDL-32W655A, it will fit nicely. 720p formats will do great with both TV's. Is there a way I can fix the aspect ratio on the first one for the HDvideos?

Thanks in advance
Attachments
ums_dbg.zip
(28.44 KiB) Downloaded 452 times
TigoTas
User avatar
squadjot
Moderator
Posts: 652
Joined: Fri Jun 01, 2012 4:24 am

Re: Bravia KDL-32EX725 1080p video aspec ratio

Post by squadjot »

You can try add:

Code: Select all

KeepAspectRatio = true
To the Renderer config
ExSport
Posts: 595
Joined: Wed Oct 10, 2012 1:57 am

Re: Bravia KDL-32EX725 1080p video aspec ratio

Post by ExSport »

Adding it is useless without commenting these two lines in conflict:
OverrideFFmpegVideoFilter = pad=max(iw\\,ih*16/9):max(ih\\,iw/16*9):(ow-iw)/2:(oh-ih)/2, setdar=4/3
CustomMencoderOptions = -vf softskip,expand=::::1:16/9:2,scale=1283:720
Post Reply