-
-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dolby Vision no longer detected #621
Comments
This is the commit that broke it: https://github.com/kingslay/KSPlayer/commits/develop before this commit, HDR10 content was always displayed in DV, and now on the contrary after this commit, all content is displayed in HDR10 |
#615 ? I don't understand, isn't HDR HLG just for live streams ? |
可以提供下url吗? |
I will send you a few DV movies link via e-mail |
@kingslay looking at your last commit, I don’t know if it might help: |
是的,这个其实跟interlaced没有关系,只是因为现在interlaced的逻辑,我们已经真正实现了。所以我顺便把interlaced 的逻辑从MEOptions移到KSOptions。这样所以这个库的人都能用到了。一些实验的功能,我会先在MEOptions实验。等打磨好了。在放到KSOptions。其实这个改动的核心点是 override func updateVideo(refreshRate: Float, isDovi: Bool, formatDescription: CMFormatDescription?) { |
* 'develop' of github.com:kingslay/KSPlayer: fix kingslay#602 fix kingslay#604 fix kingslay#618 fix kingslay#621
A Dolby Vision stream I was playing with TracyPlayer version 36 now plays in HDR10. However, this stream is actually in DV
The text was updated successfully, but these errors were encountered: