Search found 5 matches

by m2840
Sun Nov 06, 2016 5:50 am
Forum: Media Renderers
Topic: Sony Bravia KDL-W5500
Replies: 28
Views: 51861

Re: Sony Bravia KDL-W5500

This is my final (let´s hope :-)) post about displaying video on Sony Bravia KDL-40W5500. Here is the filter: OverrideFFmpegVideoFilter = scale='if(gt(iw,1760)+gt(ih,990), (iw*0.91)*sar, iw*sar)':'if(gt(iw,1760)+gt(ih,990), (ih*0.91), ih)', pad=max(iw*1.09\\,ih*1.09*(16/9)):ow/(16/9):(ow-iw)/2:(oh-i...
by m2840
Fri Nov 04, 2016 10:57 am
Forum: Media Renderers
Topic: Sony Bravia KDL-W5500
Replies: 28
Views: 51861

Re: Sony Bravia KDL-W5500

Hi squadjot, I have no problems with the code. But I guess the downscaling must use some CPU. Are you using KeepAspectRatioTranscoding = true and KeepAspectRatio = true in addition to the filter, or are you testing only with the filter? It's curious. If I use KeepAspectRatioTranscoding = true and Ke...
by m2840
Fri Nov 04, 2016 8:34 am
Forum: Media Renderers
Topic: Sony Bravia KDL-W5500
Replies: 28
Views: 51861

Re: Sony Bravia KDL-W5500

Ups! You are right. I have tested only with low definitions. Fortunately, after some hard work :-) I have a solution: OverrideFFmpegVideoFilter = scale=(iw*0.91)*sar:(ih*0.91), pad='if(gt(iw,1760)+gt(ih,990), max(iw\\,ih*(16/9)), max(iw*1.09\\,ih*1.09*(16/9)))':ow/(16/9):(ow-iw)/2:(oh-ih)/2 If video...
by m2840
Tue Nov 01, 2016 6:25 am
Forum: Media Renderers
Topic: Sony Bravia KDL-W5500
Replies: 28
Views: 51861

Re: Sony Bravia KDL-W5500

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 compen...
by m2840
Tue Nov 01, 2016 3:44 am
Forum: Media Renderers
Topic: Sony Bravia KDL-W5500
Replies: 28
Views: 51861

Re: Sony Bravia KDL-W5500

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 compens...