Skip to content

Commit

Permalink
Update placebo deband defaults to match mpv
Browse files Browse the repository at this point in the history
  • Loading branch information
Setsugennoao committed Oct 15, 2023
1 parent fbe1538 commit ef6b8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdeband/placebo.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
"""
Expand Down

0 comments on commit ef6b8e0

Please sign in to comment.