-
-
Notifications
You must be signed in to change notification settings - Fork 200
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
HLG output as Dolby Vision instead of HDR #615
Comments
also use this for the mail subjet: HLG output as Dolby Vision instead of HDR #615 |
@edge261 你可以发一个一分钟的视频片段到github。这样我就可以测试了。目前视频是输出为dolbyVision,你是想要视频能够输出为HDR10吗? |
你可以简单的改下代码把var dynamicRange: DynamicRange { 这个函数返回值改成是.hdr10 进行测试,看下效果怎么样。看是否符合你的预期。 |
@kingslay I sent a link to your email, please check. I don't know how to rip a clip so I prefer to send it... And yes, it should output HDR10, since that's tvOS implementation. |
Well, I believe it was done on one of the apps that uses KSplayer because I reported it directly and it fixed it. However, it would be good to have that fixed for all the apps that uses this library so everyone gets the correct implementation instead of a per-app basis. |
* 'develop' of github.com:kingslay/KSPlayer: fix kingslay#616 fix kingslay#615 fix kingslay#617 fix yuv422p10le colours kingslay#613 fix kingslay#609
Describe the bug
As the title mentions.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should output HDR instead of DV, because that's the treatment tvOS gives to HLG content... (different from the DV profile that uses HLG metadata)
Screenshots
https://github.com/kingslay/KSPlayer/assets/79731301/ec7cd1be-58ca-4743-98ae-e0f246487f20
Platform (please complete the following information):
I can send a link to @kingslay of the kind of stream I mention, so he can see which parameters are needed to identify HLG.
The text was updated successfully, but these errors were encountered: