fix support libav

This commit is contained in:
Adrien Beudin 2016-05-03 09:44:17 +02:00
parent 803ef27c58
commit 400619de2f

View File

@ -61,7 +61,7 @@ class Video(object):
"preselect": "-vpre %s" % options["preselect"],
"resize": "-vf scale=-1:%s" % options.get("resize"),
"bitrate": "-b %s" % options["bitrate"],
"format": "-f %s" % options["format"]
"format": "-f %s" % options["format"],
"binary": "%s" % options["binary"]
}
warning("Generation", source)