-
Notifications
You must be signed in to change notification settings - Fork 37
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
Thumbnails have wrong colors for Dolby Vision files #84
Comments
Same with HDR. Thumbnails look washed out. |
vo_lavc lacks the full support for HDR. Nothing we could do here. |
I wonder if the thumbnail can automatically use the default video renderer as well. |
It never used renderer. Just decoding and encoding. |
The only way that I know of which would let us do tonemapped thumbnails would be to take screenshots. |
Found a good compromise in 6c99377. It's enabled for videos with ffmpeg needs to be compiled with ffmpeg wizards, is there a way to approximate DV tonemapping too, without a GPU? libplacebo can be used but I don't think |
ffmpeg‘s tonemapping values doesn't fully match mpv’s ones. |
Currently property |
Yup, and nothing that can be done about that. This commit falls back to hable if you configured an unsupported tonemapping algorithm.
Have you tried it? |
I’m talking about mpv. It returns hable because there is no |
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
This comment was marked as duplicate.
Please try it, I beg you.
So that's irrelevant since bt2390 is not supported in ffmpeg. |
No,
which was what I’m talking about. |
no. and prop |
Now resolves auto when possible, and allows runtime changes. |
Very cool, will play around with it. |
It does work but it's slow, to the point of not being useful for generating thumbnails on the fly, at 1-2 full seconds between seeks. Couldn't get hwmap/hwupload/hwdownload to work, either because I don't know how to do it or because it's impossible. Sticking to the wrong-but-not-too-slow tonemap filter for now. |
With Dolby Vision files you have to use
--vo=gpu-next
to get proper colors. However, thumbnails are not color corrected like the actual video, so you get the purple and green hues in the thumbnail.Reference: mpv-player/mpv#7326
The text was updated successfully, but these errors were encountered: