mirror of
https://github.com/mikf/gallery-dl.git
synced 2024-11-22 18:53:21 +01:00
improve FFmpeg arguments for --ugoira-conv
This commit is contained in:
parent
b0f88c2ab5
commit
e7d0d98c88
@ -265,7 +265,8 @@ def build_parser():
|
||||
postprocessor.add_argument(
|
||||
"--ugoira-conv",
|
||||
action=ConfigConstAction, nargs=0,
|
||||
dest="postprocessors", const=({"name": "ugoira"},),
|
||||
dest="postprocessors", const=({"name": "ugoira", "ffmpeg-args": (
|
||||
"-c:v", "libvpx", "-crf", "4", "-b:v", "5000k", "-an")},),
|
||||
help="Convert Pixiv Ugoira to WebM (requires FFmpeg)",
|
||||
)
|
||||
postprocessor.add_argument(
|
||||
|
Loading…
Reference in New Issue
Block a user