From 5742812bc2a8837c724461d05d344e7730b75c08 Mon Sep 17 00:00:00 2001 From: Sofus Rose Date: Mon, 27 Jun 2016 01:34:04 -0400 Subject: [PATCH] Added removegrain ffmpeg filter denoiser. All right, I think that's enough denoisers :). --- convmlv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convmlv.sh b/convmlv.sh index 717598f..3f86254 100755 --- a/convmlv.sh +++ b/convmlv.sh @@ -1711,7 +1711,7 @@ for ARG in "${FILE_ARGS_ITER[@]}"; do #Go through FILE_ARGS_ITER array, copied f echo -e "\n" -#FFMPEG Filter Application: Temporal Denoising, 3D LUTs, Deshake, hqdn Denoising so far. See construction of $V_FILTERS in PREPARATION. +#FFMPEG Filter Application: Temporal Denoising, 3D LUTs, Deshake, hqdn Denoising, removegrain denoising so far. See construction of $V_FILTERS in PREPARATION. if [[ $FFMPEG_FILTERS == true ]]; then tmpFiltered=${TMP}/filtered mkdir $tmpFiltered