From 3629e33fb4ad733895287399799c0e45d28bffc9 Mon Sep 17 00:00:00 2001 From: RGM Date: Fri, 16 Sep 2022 19:30:43 -0300 Subject: [PATCH] Enhancing chroma and luma blur --- DotCrawlPlusPlus.avsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DotCrawlPlusPlus.avsi b/DotCrawlPlusPlus.avsi index 07a6b9a..e128e52 100644 --- a/DotCrawlPlusPlus.avsi +++ b/DotCrawlPlusPlus.avsi @@ -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 @@ -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