From 400619de2f4098a74eac9d683c1e23ebfe131696 Mon Sep 17 00:00:00 2001 From: Adrien Beudin Date: Tue, 3 May 2016 09:44:17 +0200 Subject: [PATCH] fix support libav --- prosopopee/prosopopee.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prosopopee/prosopopee.py b/prosopopee/prosopopee.py index 4a05f0a..61972b8 100644 --- a/prosopopee/prosopopee.py +++ b/prosopopee/prosopopee.py @@ -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)