Sony Bravia KDL-W5500
Re: Sony Bravia KDL-W5500
I had added it in the previous UMS version but I had to remove it , I a not 100% sure but I think that the image was stretched.
I have downgraded to UMS V6.5.0 ad I have added the 2 magic lines to the 6.5.0 profil and I will check this evening if something has changed.
NB: each time, ! do a "clean" install.
I have downgraded to UMS V6.5.0 ad I have added the 2 magic lines to the 6.5.0 profil and I will check this evening if something has changed.
NB: each time, ! do a "clean" install.
Re: Sony Bravia KDL-W5500
If you get problems playing files, try removing this line and see if they play.
I don't even know what it's supposed to do.. i don't see any effect on the video, it's still stretched and a "bonus" is some files won't play when this is enabled.
My experience with this Bravia and UMS has been pretty solid.
I basically just run it out the box, except adding the KeepAspectRatioTranscoding = true, KeepAspectRatio = true which is most definitely removes any stretched images. I never have that problem.
Code: Select all
OverrideFFmpegVideoFilter = scale=1280:720,setdar=4/3,pad=1280:720
My experience with this Bravia and UMS has been pretty solid.
I basically just run it out the box, except adding the KeepAspectRatioTranscoding = true, KeepAspectRatio = true which is most definitely removes any stretched images. I never have that problem.
Re: Sony Bravia KDL-W5500
I have restored UMS V6.5.0. The profile contains:
It is the one that I used before the upgrade.
So my issue is not due to the new UMS version .
and I have the same issue : the image is stretched and no subtitle. The file is a MKV file with Embedded subtitle. It plays fine with vlc. I have checked with mkvmerge and I don't see any issue:
See attached.
I also tried to set the subtitle as "forced" with mkvmerge but it has not changed anything.
I have also attached the UMS subtitle configuration.
I have only 1 MKV file with Embedded subtitle, so I cannot compare.
Code: Select all
OverrideVideoFilter = scale=1280:720,setdar=4/3,pad=1280:720
KeepAspectRatio = true
MaxVideoBitrateMbps = 30
So my issue is not due to the new UMS version .
and I have the same issue : the image is stretched and no subtitle. The file is a MKV file with Embedded subtitle. It plays fine with vlc. I have checked with mkvmerge and I don't see any issue:
See attached.
I also tried to set the subtitle as "forced" with mkvmerge but it has not changed anything.
I have also attached the UMS subtitle configuration.
I have only 1 MKV file with Embedded subtitle, so I cannot compare.
- Attachments
-
- ums.PNG (19.88 KiB) Viewed 13034 times
-
- mkvmerge.png (15.17 KiB) Viewed 13034 times
Re: Sony Bravia KDL-W5500
And you are editing the correct .conf? (it's Sony-Bravia5500.conf , not Sony-BraviaW.conf)
Have you tried the config I attached in my first post?
About subtitles, eng, off; means; if the spoken language is english language then show no subtitles. Is that what you want?
Could be you should set it to
personally I would remove the
Have you tried the config I attached in my first post?
About subtitles, eng, off; means; if the spoken language is english language then show no subtitles. Is that what you want?
Could be you should set it to
Code: Select all
fre,off;*,fre;*,eng;*,und
personally I would remove the
Code: Select all
OverrideVideoFilter = scale=1280:720,setdar=4/3,pad=1280:720
Re: Sony Bravia KDL-W5500
OMG, you are right, the clean install has also reset the subtitles settings.
As suggested, I have changed them with and the subtitles have reappeared.
Thanks a lot to this forum and to the people who read, understand and answer
This week end, I will upgrade to the last UMS version, I will reapply the subtitles settings and I will remove the statement
I will let you know.
Thanks
Gilles
As suggested, I have changed them with
Code: Select all
fre,off;*,fre;*,eng;*,und
Thanks a lot to this forum and to the people who read, understand and answer

This week end, I will upgrade to the last UMS version, I will reapply the subtitles settings and I will remove the statement
Code: Select all
OverrideVideoFilter = scale=1280:720,setdar=4/3,pad=1280:720
Thanks
Gilles
Re: Sony Bravia KDL-W5500
Well i'm happy to help =)
Re: Sony Bravia KDL-W5500
So, I have upgraded to V6.5.3. I have amended the profile with :
and I have removed :
Until now, I have no more issue, and I am very happy.
Thanks a lot
Gilles
Code: Select all
KeepAspectRatio = true
MaxVideoBitrateMbps = 30
Code: Select all
OverrideVideoFilter = scale=1280:720,setdar=4/3,pad=1280:720
Until now, I have no more issue, and I am very happy.
Thanks a lot
Gilles
Re: Sony Bravia KDL-W5500
Btw i can recommend using mencoder as transocing engine. I'm having a lot of trouble with ffmpeg (audio disappear, frame freeze, A/V out of sync) - mencoder plays it without any problems.