From 65b98b277f3f53fcf72059e275fb4ebd3174d0b7 Mon Sep 17 00:00:00 2001 From: v0tti Date: Fri, 31 Aug 2018 16:42:10 +0100 Subject: [PATCH] HD for .mov --- renderlib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renderlib.py b/renderlib.py index 5a82b52..d816462 100644 --- a/renderlib.py +++ b/renderlib.py @@ -152,7 +152,7 @@ def rendertask(task): # write the generated svg-text into the output-file fp.write( etree.tostring(svg, encoding='unicode') ) - if task.outfile.endswith('.ts'): + if task.outfile.endswith('.ts') or task.outfile.endswith('.mov'): width = 1920 height = 1080 else: