Skip to content

Commit

Permalink
mpeg2stinx: update default limit strength
Browse files Browse the repository at this point in the history
  • Loading branch information
emotion3459 committed Jan 26, 2025
1 parent 46a42b1 commit b40307e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vsdenoise/deblock.py
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,7 @@ def deblock_qed(

def mpeg2stinx(
clip: vs.VideoNode, bobber: VSFunction | None = None,
radius: int | tuple[int, int] = 2, limit: float | None = None
radius: int | tuple[int, int] = 2, limit: float | None = 1.0
) -> vs.VideoNode:
"""
This filter is designed to eliminate certain combing-like compression artifacts that show up all too often
Expand Down

0 comments on commit b40307e

Please sign in to comment.