Re: Sony Bravia KDL-W5500
Posted: Tue Nov 01, 2016 6:25 am
KeepAspectRatioTranscoding = true and KeepAspectRatio = true are OK for padding correctly.squadjot wrote:Funny, as long i keep KeepAspectRatio = true in the config i never have any problemsm2840 wrote:For those who have a Sony Bravia KDL 40w5500 this is the setting I use in Sony-Bravia5500.conf to pad with ffmpeg:
OverrideFFmpegVideoFilter = scale=iw*sar:ih, pad=max(iw*1.09\\,ih*1.09*(16/9)):ow/(16/9):(ow-iw)/2:(oh-ih)/2
This command does the padding (horizontal or vertical bars) and also compensate the Bravia's overscan.
The factor 1.09 is to compensate overscan by 9% (in width and height).
I am currently using UMS 6.5.1
My suggestion is to compensate Overscan in the particular TV set.
See Sony-Bravia5500.conf file attached