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 ...
Search found 5 matches
- Sun Nov 06, 2016 5:50 am
- Forum: Media Renderers
- Topic: Sony Bravia KDL-W5500
- Replies: 28
- Views: 58289
- Fri Nov 04, 2016 10:57 am
- Forum: Media Renderers
- Topic: Sony Bravia KDL-W5500
- Replies: 28
- Views: 58289
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 ...
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 ...
- Fri Nov 04, 2016 8:34 am
- Forum: Media Renderers
- Topic: Sony Bravia KDL-W5500
- Replies: 28
- Views: 58289
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 ...
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 ...
- Tue Nov 01, 2016 6:25 am
- Forum: Media Renderers
- Topic: Sony Bravia KDL-W5500
- Replies: 28
- Views: 58289
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 ...
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 ...
- Tue Nov 01, 2016 3:44 am
- Forum: Media Renderers
- Topic: Sony Bravia KDL-W5500
- Replies: 28
- Views: 58289
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 ...
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 ...