Bug 505297

Summary: There is no HDR support.
Product: [Frameworks and Libraries] MpvQt Reporter: laichiaheng
Component: GeneralAssignee: george fb <georgefb899>
Status: REPORTED ---    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description laichiaheng 2025-06-07 03:56:27 UTC
***
If you're not sure this is actually a bug, instead post about it at https://discuss.kde.org

If you're reporting a crash, attach a backtrace with debug symbols; see https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports

Please remove this comment after reading and before submitting - thanks!
***

SUMMARY

The Smart Video Wallpaper Reborn has been experiencing to use MpvQt as backend to play live wallpapers recently, and it works as expected except HDR.

MPV player has had fully HDR support since v0.40.0, we can achieve it by appending "vo=dmabuf_wayland", or "vo=gpu-next" with "target-colorspace-hint=auto", however, none of these works in MpvQt, the video looks plain and washout in Smart Video Wallpaper Reborn with MpvQt plugin.

STEPS TO REPRODUCE
1. create ~/.config/mpvqt/mpvqt.conf
2. append "vo=dmabuf_wayland"
3. restart the plasma shell

OBSERVED RESULT
The video looks plane and washout.

EXPECTED RESULT
It should look like how it looks in MPV player.

SOFTWARE/OS VERSIONS
Windows: 
macOS: 
(available in the Info Center app, or by running `kinfo` in a terminal window)
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 6.3.91
KDE Frameworks Version: 6.14.0
Qt Version: 6.9.0

ADDITIONAL INFORMATION