-
Notifications
You must be signed in to change notification settings - Fork 189
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
Is it possible to add a way to switch between HDR10+ and DolbyVision ? #166
Comments
I don't pretend to know the ins and outs of DolbyVision and HDR but I do know on other players, these discs/remuxes with Dolby Vision will fall back to HDR10+ on TVs that don't support DV. It seems JustPlayer doesn't honour this though and if it sees a DolbyVision file and a non-DV TV is just sets the display to SDR and everything is really washed out. I'm seeing this on the Lord of the Rings UHD remuxes. Discs/remuxes with just HDR10+ playback correctly with my TV displaying in HDR but DV files don't engage HDR as they should. |
Is that with Dolby Vision Profile 7? Based on these findings, I mapped DV profile 7 to HEVC to allow playback of these files on my device (phone with HDR10). I have no idea if the playback is SDR or HDR and even less idea if has any effect on DV (as I don't have any such equipment). Could you try installing Just Player from F-Droid (which lacks such mapping) to see if it behaves any different? |
Hi moneytoo, yes proile 7. Here's the MediaInfo for the video track on Lord of the Rings:
I've removed the "proper" version of Just Player and installed the F-Droid version, same behaviour though. HDR10+ discs (which just read "SMPTE ST 2086, HDR10 compatible" in MediaInfo) switch to HDR just fine but all three LOTR movies which use DV do not and as a result are very washed out. I should have mentioned before, I'm on a Shield 2019 Pro and Samsung QE65Q7FN. edit: No idea if this helps but Kodi can handle these different types of DV/HDR so I went searching for key terms in their code and found this page: https://github.com/xbmc/xbmc/blob/master/xbmc/cores/VideoPlayer/DVDCodecs/Video/DVDVideoCodecAndroidMediaCodec.cpp When they come across DV content, they seem to label it as "video/dolby-vision" and format name "amc-dvhe" with "video/hevc" only being assigned if neither DV type is detected. |
I don't think I will be able to anything about this as I don't have any knowledge about Dolby Vison as well as don't have any DV capable hardware. Just Player can only be as good as ExoPlayer (& used hardware). |
hope you dont mind but i referenced this issue over on the exoplayer github |
Hello,
There is some videos which contain HDR10+ and DolbyVision format in the same file (like Wonder Woman 1984),
is there a way to choose between the 2 formats ?
Thks
The text was updated successfully, but these errors were encountered: