From e140a541de9b909d12009ecdf4eee0cfc1eb539c Mon Sep 17 00:00:00 2001 From: Ravencentric <78981416+Ravencentric@users.noreply.github.com> Date: Fri, 2 Aug 2024 09:29:48 +0530 Subject: [PATCH] fix(mpv): phrasing (#314) --- docs/tutorials/comparison.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/tutorials/comparison.md b/docs/tutorials/comparison.md index 1fb4d0d4b..106117500 100644 --- a/docs/tutorials/comparison.md +++ b/docs/tutorials/comparison.md @@ -241,7 +241,7 @@ clip3 = clip3[0:] For more advanced trimming such as chaining, splicing, and looping, see [Vapoursynth's docs](https://www.vapoursynth.com/doc/pythonreference.html#slicing-and-other-syntactic-sugar). !!! -==- :icon-paintbrush: Color & contrast (depth, tonemapping, range, gamma, frameprops, DRC) +==- :icon-paintbrush: Color & contrast (depth, debanding, tonemapping, range, gamma, frameprops, DRC) #### Depth @@ -256,8 +256,8 @@ clip3 = core.resize.Lanczos(clip3, format=vs.YUV444P16) #### Debanding -Sometimes you may want to compare debanding during playtime in MPV. This can be achieved in `vs-preview` by matching -MPV's deband settings. +Sometimes, you might want to compare mpv's real-time debanding. This can be achieved in `vs-preview` by matching +mpv's deband settings. ```py ## Convert clips to 32-bit for precision @@ -279,7 +279,7 @@ set_output(hiroshima_deband) ``` !!! -You can find the equivalent MPV profiles [here](/tutorials/mpv/#debanding). +You can find the equivalent mpv profiles [here](/tutorials/mpv/#debanding). !!! #### Tonemapping