fix support libav
This commit is contained in:
parent
803ef27c58
commit
400619de2f
@ -61,7 +61,7 @@ class Video(object):
|
|||||||
"preselect": "-vpre %s" % options["preselect"],
|
"preselect": "-vpre %s" % options["preselect"],
|
||||||
"resize": "-vf scale=-1:%s" % options.get("resize"),
|
"resize": "-vf scale=-1:%s" % options.get("resize"),
|
||||||
"bitrate": "-b %s" % options["bitrate"],
|
"bitrate": "-b %s" % options["bitrate"],
|
||||||
"format": "-f %s" % options["format"]
|
"format": "-f %s" % options["format"],
|
||||||
"binary": "%s" % options["binary"]
|
"binary": "%s" % options["binary"]
|
||||||
}
|
}
|
||||||
warning("Generation", source)
|
warning("Generation", source)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user