add a 'whitelist' to '--ugoira-conv' (#382)

deviantart-rewrite
Mike Fährmann 5 years ago
parent e661a1ce19
commit 2cbbc3dec4
No known key found for this signature in database
GPG Key ID: 5680CA389D365A88

@ -307,7 +307,8 @@ def build_parser():
"--ugoira-conv",
dest="postprocessors",
action="append_const", const={"name": "ugoira", "ffmpeg-args": (
"-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an")},
"-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an"),
"whitelist": ("pixiv", "danbooru")},
help="Convert Pixiv Ugoira to WebM (requires FFmpeg)",
)
postprocessor.add_argument(

Loading…
Cancel
Save