Added removegrain ffmpeg filter denoiser. All right, I think that's enough denoisers :).

modularize
Sofus Albert Høgsbro Rose 2016-06-27 01:34:04 -04:00
parent 91663f92e5
commit 5742812bc2
1 changed files with 1 additions and 1 deletions

View File

@ -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