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

avfilter: add relative luminance mode to tonemap_opencl and tonemap_cuda #418

Merged
merged 5 commits into from
Jul 24, 2024

Conversation

gnattu
Copy link
Member

@gnattu gnattu commented Jul 18, 2024

This add a new mode which tonemap based on calculated relative luminance to OpenCL and CUDA tonemap filters as mentioned in #416. This mode does not crush blacks that much like the max mode and does not distorts the colors that heavily like the rgb mode. This mode has generally good perceptual quality but some color might appears thinner than max mode.

Changes

Issues

@gnattu gnattu requested a review from a team July 18, 2024 01:09
@gnattu gnattu force-pushed the add-relative-luminance-tonemap branch from 029b58e to 22bb706 Compare July 24, 2024 12:09
Copy link
Member

@nyanmisaka nyanmisaka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It seems that the names of our local ffmpeg folders are different. I am in jellyfin-ffmpeg and you are in FFmpeg, which causes the patch header generated by quilt to be changed.

@nyanmisaka nyanmisaka merged commit b1b8c3e into jellyfin Jul 24, 2024
27 checks passed
@nyanmisaka nyanmisaka deleted the add-relative-luminance-tonemap branch July 24, 2024 14:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants