Skip to content

Commit

Permalink
Enhancing chroma and luma blur
Browse files Browse the repository at this point in the history
  • Loading branch information
rgm89git committed Sep 16, 2022
1 parent 8b74d2f commit 3629e33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions DotCrawlPlusPlus.avsi
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function dcpp_preset(clip C, string "preset",
\ (preset=="bigdot3") ? 0.0
\ : (preset=="bigdot2") ? 0.0
\ : (preset=="bigdot1") ? 0.0
\ : (preset=="betacam") ? 0.1
\ : (preset=="betacam") ? 0.2
\ : (preset=="heavy") ? 1.0
\ : (preset=="strong") ? 0.5
\ : (preset=="mild") ? 0.0
Expand All @@ -162,7 +162,7 @@ function dcpp_preset(clip C, string "preset",
\ (preset=="bigdot3") ? 0.0
\ : (preset=="bigdot2") ? 0.0
\ : (preset=="bigdot1") ? 0.0
\ : (preset=="betacam") ? 0.05
\ : (preset=="betacam") ? 0.4
\ : (preset=="heavy") ? 0.5
\ : (preset=="strong") ? 0.0
\ : (preset=="mild") ? 0.0
Expand Down

0 comments on commit 3629e33

Please sign in to comment.