From 743ccc31b276efab9691e0d32acd09ae8ea57d94 Mon Sep 17 00:00:00 2001 From: Jorge Date: Tue, 29 Aug 2023 08:11:32 +0100 Subject: [PATCH 1/2] Fix typo at "Denoise Non-Linear Means.js" file strength was typed as strenght in the function parameters --- Scripts/Flow/Video/Video - Denoise Non-Linear Means.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Flow/Video/Video - Denoise Non-Linear Means.js b/Scripts/Flow/Video/Video - Denoise Non-Linear Means.js index cb08a99..cad4cc0 100644 --- a/Scripts/Flow/Video/Video - Denoise Non-Linear Means.js +++ b/Scripts/Flow/Video/Video - Denoise Non-Linear Means.js @@ -1,7 +1,7 @@ /** * Denoise frames using Non-Local Means algorithm. * @author Alexander von Schmidsfeld - * @revision 1 + * @revision 2 * @minimumVersion 1.0.0.0 * @param {string} Strength Set denoising strength. Default is 1.0. Must be in range [1.0, 30.0]. * @param {int} Patch Set patch size. Default is 5. Must be odd number in range [0, 99]. @@ -9,7 +9,7 @@ * @output Deblocked Video */ -function Script(strenght,patch,research) +function Script(strength,patch,research) { let ffmpeg = Variables.FfmpegBuilderModel; if(!ffmpeg) From 2c9e8286e3f6c3b613f870e386490f0bf0c21d80 Mon Sep 17 00:00:00 2001 From: Automated Date: Tue, 29 Aug 2023 21:51:06 +0000 Subject: [PATCH 2/2] Auto repo.json --- repo.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repo.json b/repo.json index bb998fe..e24f731 100644 --- a/repo.json +++ b/repo.json @@ -211,7 +211,7 @@ "Path": "Scripts/Flow/Video/Video - Denoise Non-Linear Means.js", "Name": "Video - Denoise Non-Linear Means", "Description": "Denoise frames using Non-Local Means algorithm.", - "Revision": 1, + "Revision": 2, "MinimumVersion": "1.0.0.0" }, {