add a 'whitelist' to '--ugoira-conv' (#382)
This commit is contained in:
@@ -307,7 +307,8 @@ def build_parser():
|
|||||||
"--ugoira-conv",
|
"--ugoira-conv",
|
||||||
dest="postprocessors",
|
dest="postprocessors",
|
||||||
action="append_const", const={"name": "ugoira", "ffmpeg-args": (
|
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)",
|
help="Convert Pixiv Ugoira to WebM (requires FFmpeg)",
|
||||||
)
|
)
|
||||||
postprocessor.add_argument(
|
postprocessor.add_argument(
|
||||||
|
|||||||
Reference in New Issue
Block a user