From ef6b8e079671a9ea867c11d7f4908698df68799d Mon Sep 17 00:00:00 2001 From: Setsugennoao <41454651+Setsugennoao@users.noreply.github.com> Date: Sun, 15 Oct 2023 18:43:36 +0200 Subject: [PATCH] Update placebo deband defaults to match mpv --- vsdeband/placebo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vsdeband/placebo.py b/vsdeband/placebo.py index b895f64..70284a0 100644 --- a/vsdeband/placebo.py +++ b/vsdeband/placebo.py @@ -74,7 +74,7 @@ class Placebo(Debander): @inject_self def deband( # type: ignore[override] - self, clip: vs.VideoNode, radius: float = 16.0, thr: float | list[float] = 4.0, + self, clip: vs.VideoNode, radius: float = 16.0, thr: float | list[float] = 3.0, iterations: int = 4, grain: float | list[float] = 0.0, dither: PlaceboDither = PlaceboDither.DEFAULT ) -> vs.VideoNode: """