In your case (for your TV), I think the best option is 60Hz and Sync Playback to Display. Although Adjust Refresh Rate is sometimes needed to pass HDR metadata through (need to switch the mode sometimes; even if it’s the same mode to trigger the data to be sent through). Improvements being made here though.
I want to use passthrough audio so that’s not an option. I also want to 1080p24 movies to play in 1080p24 instead of 2160p60 (by not using auto change refresh rate)…
I did a little experiment: I installed “Kodi Callbacks” service which lets you do stuff on events.
I created an event to run when a movie playback is started that runs this script:
#!/bin/bash
sleep 4
string=$(</sys/class/display/mode)
if [ $string = “2160p24hz” ]; then
echo “2160p60hz420”>/sys/class/display/mode
fi
so basically when I start a 2160p24 movie it switches display mode to 60hz 4:2:0
I think that’s good enough for me. Let me know @Pleomin if you want to try it and need assistance.
Yeah you’re absolutely right. It’s not harder than that
Hopefully there’ll be some update for the tv or kodi that fixes this but it’s better than nothing!
Thanks @sam_nazarko
Any news on a fix for this issue. I own an LG E6 and I’m thinking about buying this device. But an inability to correctly play back 4k files at native 24p is a dealbreaker for me. Currently using an Nvidia Shield and it can do this without issue
You can watch 4K content at the right Refresh Rate. There are however limitations with some LG OLED displays. There’s nothing we can do to resolve this as it’s not a Vero 4K issue.
If you’re able to watch 4K content on your Shield fine, then you won’t have issues with the Vero 4K. The only LG limitation seems to be in regard to HDR.
I dislike the shield because it doesn’t auto change resolution it’s upscaling is dreadful and I find it quite buggy. I am extremely interested in replacing it with one of your devices after reading the review on avforums because it can auto switch resolution and play files via Kodi at 24fps. However, I use Kodi on my Nvidia Shield and see no issue whatsoever with HDR content at 24fps on my oled tv.
I’m reading hear however that your device does have difficulty displaying HDR content at 24fps on LG Oleds. I just wanted to check if you were able to fix these issues. I don’t want to replace the shield tv with something which doesn’t display HDR content well on my tv. It’s sounding like you can’t fix the issues so I’m better sticking with what I’ve got?
If it works fine on your Shield, it will work fine on the Vero 4K. I was simply mentioning the limitations of HDMI 2.0a, both of which apply to Vero 4K and the NVIDIA Shield. I think the lines of this post have become a bit crossed. Can you play 24Hz 4K HDR on your Shield at the correct Refresh Rate?
There is indeed an occasional flicker when playing HDR content for some users, but it seems that this is not unique to LG OLED TVs or a limitation of them. I think I know what the problem is and will start a new post with a range of video playback improvements that I want to get in to the next update shortly.
Hi. Just to confirm that I do see this flicker in the bright areas of the picture. It’s fairly noticeable unfortunately. Looking forward to the playback improvements you’re working on in relation to this.
Add the following line: deb http://apt.osmc.tv jessie-devel main
Run the following commands to update: sudo apt-get update && sudo apt-get dist-upgrade && reboot
Your system should have have received the update.
Please see if the issue is resolved.
I also recommend you edit /etc/apt/sources.list again and remove the line that you added after updating. This will return you to the normal update channel.