diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-23 12:42:37 +0900 |
| commit | 07d294425a98ee5d1e22d03e2b24ae2c76e487c0 (patch) | |
| tree | a6818f0d64438c5fdb88b00a35d944f80c056213 /mac/.config/mpv/script-opts/blur_edges.conf | |
| parent | 6fc28cdb3529ca8ee864cb5c41674cb0a4af72a1 (diff) | |
updates
Diffstat (limited to 'mac/.config/mpv/script-opts/blur_edges.conf')
| -rw-r--r-- | mac/.config/mpv/script-opts/blur_edges.conf | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/mac/.config/mpv/script-opts/blur_edges.conf b/mac/.config/mpv/script-opts/blur_edges.conf new file mode 100644 index 0000000..b69ce99 --- /dev/null +++ b/mac/.config/mpv/script-opts/blur_edges.conf @@ -0,0 +1,26 @@ +# whether the script is active by default +active=yes + +# which black bars to replace with blur +# can be "all", "horizontal" or "vertical" +mode=all + +# intensity of the blur +# see the ffmpeg filter doc https://ffmpeg.org/ffmpeg-filters.html#boxblur +# tl;dr higher means blurrier +blur_radius=10 +blur_power=10 + +# the minimum size of the black bars for the effect to apply +minimum_black_bar_size=3 + +# if the aspect ratio of the video changes, we need to reapply the filter +# since this can happen very quickly, wait a short delay before doing it +reapply_delay=0.5 + +# until recently, resuming files that had the script active would unselect the video +# if your mpv version is more recent than feb 2 2018, you can set this to yes +watch_later_fix=no + +# only apply the blur effect when mpv is set to fullscreen +only_fullscreen=yes |
