Skip to content
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

[Exoplayer] Disable Dolby Vision profile 7 and fallback to HDR. #2700

Open
vegedb opened this issue Apr 25, 2023 · 6 comments
Open

[Exoplayer] Disable Dolby Vision profile 7 and fallback to HDR. #2700

vegedb opened this issue Apr 25, 2023 · 6 comments
Labels
enhancement New feature or request playback Issue related to media playback

Comments

@vegedb
Copy link

vegedb commented Apr 25, 2023

Describe the feature you'd like

JustPlayer, based on exoplayer, added an option to disable dolby vision so it falls back to HDR.
They implemented this last year.
moneytoo/Player#392

99.99% of android boxes CANNOT play dolby profile 7. Adding an option to disable it and use the fallback HDR is the only logical option.

@vegedb vegedb added the enhancement New feature or request label Apr 25, 2023
@nielsvanvelzen nielsvanvelzen added the playback Issue related to media playback label Apr 25, 2023
@Moxh3
Copy link

Moxh3 commented May 31, 2023

Or you could use libdovi (https://github.com/quietvoid/dovi_tool/) to covert Profile 7 to 8.1 (which is supported on a lot of android devices) in realtime, which is a better solution than just dropping DV.

@rbjtech-github
Copy link

This is the default behavior anyway as designed by the Dolby profile - if the device cannot playback DV7, then it will fallback to HDR10. Not sure what you are asking for here, why would I want to disable Dolby Vision 7 on a device that supports it ? (such as the Shield)

@Eddez02
Copy link

Eddez02 commented Dec 1, 2023

I would also like to be able to disable it. In my case the Shield supports Dolby Vision 7 but my AVR dosent and because of this the video does not fallback to HDR 10.

I would also think the same issue would occur if you had a TV not supporting Dolby Vision but a streaming device that does not.

@daniel-sousa-me
Copy link

I am having this issue. How do I use dovi_tool on the fly? Do I have to convert my files before playing?

@d13g0m0nt3s
Copy link

Hi, I support this request or the possibility of disable Dolby vision or HDR10+ in videos that have both options.

For me is for the specific case of the Fire stick 4k Max, the videos with both options show a black screen. It is a known bug of that Fire stick but it seems that Amazon does nothing about it.

The only possible solution at the moment is what Kodi developers have done in the beta version of Kodi 21 okega, adding an option that allows you to deactivate one or both options.

The change adds a setting under the Videos/Processing section, where users can choose which HDR type should be allowed.
By default, the video bitstream is kept intact, so all metadata is kept.

If you don't want HDR10+, uncheck HDR10+.
If you don't want Dolby Vision, uncheck it.

Regards

@firas2txen
Copy link

Are there any news regarding this? I also wish to have an option for this.
I got massive DV issues on my Sony TV and I think the only fast way to fix this is simpli disable DV.
Somehow this can't be done on the device, so disabling DV in Jellyfin would be great.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request playback Issue related to media playback
Projects
None yet
Development

No branches or pull requests

8 participants