diff --git a/docs/static/tutorials/mpv/portable_config/input.conf b/docs/static/tutorials/mpv/portable_config/input.conf index 0d3bf46c3..93fc5d55b 100644 --- a/docs/static/tutorials/mpv/portable_config/input.conf +++ b/docs/static/tutorials/mpv/portable_config/input.conf @@ -1,5 +1,2 @@ -# deband by pressing SHIFT + d -D cycle deband - # restyle subtitles by pressing k k cycle_values sub-ass-override "force" "no" diff --git a/docs/static/tutorials/mpv/portable_config/mpv.conf b/docs/static/tutorials/mpv/portable_config/mpv.conf index 15fa90731..0d7b47f3c 100644 --- a/docs/static/tutorials/mpv/portable_config/mpv.conf +++ b/docs/static/tutorials/mpv/portable_config/mpv.conf @@ -30,8 +30,6 @@ alang=jpn,ja #subs-with-matching-audio=forced ## Deband -# Set deband to "no" as we only need to enable it for specific cases -deband=no deband-iterations=4 deband-grain=48 diff --git a/docs/tutorials/mpv.md b/docs/tutorials/mpv.md index cd7f1e613..36033cc87 100644 --- a/docs/tutorials/mpv.md +++ b/docs/tutorials/mpv.md @@ -237,24 +237,14 @@ Color banding is a visual artifact that is typically seen in gradients, where th

Banding (left) vs. No banding (right)

-To enable debanding in mpv, apply the following changes to your config: +To enable debanding in mpv, you can simply press `b` (default). To increase the strength of debanding, you can add the following to your mpv.conf +++ `mpv.conf` -:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="32-36" language="properties"::: - -!!!warning -Your deband settings should be placed after your [`profile`](https://mpv.io/manual/master/#profiles) in order to prevent conflict. -!!! - -+++ `input.conf` - -:::code source="/static/tutorials/mpv/portable_config/input.conf" range="2-3" language="properties"::: +:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="32-34" language="properties"::: +++ -After applying your changes, debanding can be applied at any time by pressing `Shift` + `D`. - ### Scaling Scaling is the process of taking content that does not match your screen resolution and resizing it to fit your display. *See the [Playback Guide](/guides/playback/#scaling) for more information.* @@ -411,7 +401,7 @@ For instance, some seasonal releases may exhibit banding issues and use subjecti Add the following to the end of your `mpv.conf`: -:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="38-47" language="properties"::: +:::code source="/static/tutorials/mpv/portable_config/mpv.conf" range="36-45" language="properties"::: !!!warning Your auto profile(s) should be placed at the end of your `mpv.conf` in order to prevent conflict.