Re: AVI files not listed on BRAVIA KDL-32EX700
Posted: Sun Dec 23, 2018 5:21 am
Yeah the trouble is i do not have much time to look into things like this nowadays. I suspect that issue came along around build 6.8 or the earlier 7.x.x builds. People do upgrade for upgrades sake. Using Mencoder as you say works perfect (Its what i set to the top of my video engines). If you want FFMPEG to also (well as close as it can for now) work again on your bravia then alter the following line in the Sony-BraviaEX.conf file.zoomcns wrote: ↑Sun Dec 23, 2018 4:17 amYeah that's been a problem for a longer while already, but I either just *shrug*, or select mencoder, which doesn't have this bug.Paradox wrote: ↑Sat Dec 22, 2018 2:45 pm FFMPEG will now be broken for some bravia devices it seems FFMPEG newer versions also now have an issue where fractional percents for input width and height will not work properly. So my work on getting that line working in the renderer conf file is now reundant :sigh:
Can you EMPTY your Media libabry and try an AVI file which is not 4:3 or 16:9 (Ie something that should have black bars top and bottom like a 2.35:1 or 2.40:1 aspect ration movie) using FFMPEG as the video engine and see what happens. I suspect now it shifts the video to the top of the screen and doubles the black bar size at the bottom. Thats what it does on mine now.
Alter from this...
Code: Select all
OverrideFFmpegVideoFilter = pad=max(iw*1.01\\,ih*1.01*(16/9)):ow/(16/9):(ow-iw)/16:(oh-ih)/16, setdar=4/3
Code: Select all
OverrideFFmpegVideoFilter = pad=max(iw*1.00\\,ih*1.00*(16/9)):ow/(16/9):(ow-iw)/16:(oh-ih)/16, setdar=4/3
Code: Select all
OverrideFFmpegVideoFilter = pad=max(iw\\,ih*16/9):max(ih\\,iw/16*9):(ow-iw)/4:(oh-ih)/4, setdar=4/3

Also as i think i told you elsewhere (may of been another user appologie if it was not you), sometimes with UMS if you come across a version that works just stick to that version, especially if you have an older model of TV. There are sooooo many components that make up UMS from all the profiles, the playback/transcode apps, the java code etc etc that one issue fixed often means something else gets broken somewhere. The latest releases do not fix the issues mentioned here (MAY fix the AVI displaying problem, personally i doubt it but not the not displaying all MP4 and it also has the previous 1.01 FFMPEG code above).
FFMPEG is useful to have and will often playback the very odd MP4 and MKV file where sound goes out of sync when using MENCODER or playing it with MENCODER results in almost slow motion like playback (you have probably came across one of them now and again

I wish i had more time than i do i rebuild UMS from ground up ripping out everything and just making a 100% solid build for Sony and their highly annoying DLNA implementations.