added Gifski settings, added config filter for ffmpeg

This commit is contained in:
k4yt3x
2020-05-14 20:17:10 -04:00
parent 99abb4f6df
commit 0882f44e1f
4 changed files with 44 additions and 4 deletions

View File

@@ -257,7 +257,7 @@ class Ffmpeg:
value = self.ffmpeg_settings[phase][key]
# null or None means that leave this option out (keep default)
if value is None or value is False or isinstance(value, dict):
if value is None or value is False or isinstance(value, dict) or value == '':
continue
# if the value is a list, append the same argument and all values