-
-
Notifications
You must be signed in to change notification settings - Fork 204
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
Video player does not take into account dynamic metadata on #727
Comments
I confirm. I tried the samples in question and there is a problem with the dynamic mets. Finally we end up with a simple HDR10 with the DV logo. |
With a DV profile 5, CMV 4: Tracy indicates the presence of Dolby Vision streams at 24 fps but the player does not switch to Dolby Vision mode. |
Yes exactly. |
我刚更新了iOS和tvos的Testflight。你们可以在试下 DV profile 5, CMV 4 。看下是否可以点亮Dolby Vision |
你对这个流执行下 ffmpeg -i 看下他返回的信息是什么 |
|
@kingslay nothing changes ... |
@FaiChou I think your problem has nothing to do with the subject. You must have a hacked DV file. I have already had this kind of problem with releases in profile 05.06 in bt.1886. |
@FaiChou 我更新了下testflight。你在试下,看下会不会还有这个颜色不对的情况 |
是的,颜色正常了。软件解码手机发烫严重。这只能希望下个版本ffmpeg支持了。 另外,tf的代码都是同步在Demo中吗? |
tf的代码没有同步到demo里面 |
@cdguy 我发现你发给我的profile 8 播放的颜色也会不对。 在你的iOS 设备上不会颜色不对吗? |
Description
When playing Dolby Vision streams, the player does not take into account the dynamic metadata that are present in the stream. Several tests were carried out on Tracy with video samples to test the different layers and revealed the problem:
With a DV profile 8, CMV 4 and 2.9: The player switches to Dolby Vision but does not take into account flow dynamics metadata.
With a DV profile 5, CMV 4: Tracy indicates the presence of Dolby Vision streams at 24 fps but the player does not switch to Dolby Vision mode.
With a profile 5, CMV 2.9: The player switches to Dolby Vision but does not take into account flow dynamics metadata.
Expected behavior with video streams
The video should change its contrast/brightness.
I will send you in private the video file links
Thank you in advance!
The text was updated successfully, but these errors were encountered: