mirror of
https://github.com/k4yt3x/video2x.git
synced 2026-02-15 09:44:46 +08:00
added Gifski settings, added config filter for ffmpeg
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user