diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst index a468fabba3..fc7122cb5b 100644 --- a/DOCS/man/mpv.rst +++ b/DOCS/man/mpv.rst @@ -844,6 +844,14 @@ and unintuitive behavior. profile-cond=width >= 1280 hue=-50 + Make only videos containing "youtube" or "youtu.be" in their path brighter: + + :: + + [youtube] + profile-cond=path:find('youtu%.?be') + gamma=20 + If you want the profile to be reverted if the condition goes to false again, you can set ``profile-restore``: