A set of color conversion shaders for mpv-player (gpu-next).
R | G | B |
---|---|---|
![]() |
![]() |
![]() |
For more detailed information, please visit the wiki.
- Download hdr-toys.zip, extract it.
- Copy the
shaders
,scripts
, andhdr-toys.conf
files to your mpv config folder. - Add
include=~~/hdr-toys.conf
to yourmpv.conf
.
-
Shader not working or looks incorrect.
This set of shaders is specifically designed for use with vo=gpu-next. Make sure NOT to set
target-peak
,icc-profile
, or similar options inmpv.conf
.For a complete configuration example, check out natural-harmonia-gropius/mpv-config.
If you've confirmed these settings and the problem persists, please submit an issue.
-
UI/OSD looks washed out.
To ensure the video input meets the standards, I use a little trick by setting
target-prim
andtarget-trc
to match the input values. As a side effect, the OSD appears washed out, I currently have no solution. -
I'm not using BT.709 display.
Replace all
gamut-mapping/*
lines inhdr-toys.conf
withgamut-mapping/clip.glsl
. Then modify the#define to *
inclip.glsl
to match your display. -
What does hdr-toys.js do?
this provides a way to indirectly pass the necessary information using the glsl-shader-opts.
- the number of frames for 1/3 second, for reduce flickering.
-
I don't use mpv, can I use these shaders?
These shaders use mpv .hook syntax, which requires
libplacebo
for execution. ffmpeg and VLC should be able to use. In theory, porting to other shader like languages is very feasible.