HD for .mov

This commit is contained in:
v0tti 2018-08-31 16:42:10 +01:00
parent c7ab8c338e
commit 65b98b277f

View file

@ -152,7 +152,7 @@ def rendertask(task):
# write the generated svg-text into the output-file # write the generated svg-text into the output-file
fp.write( etree.tostring(svg, encoding='unicode') ) fp.write( etree.tostring(svg, encoding='unicode') )
if task.outfile.endswith('.ts'): if task.outfile.endswith('.ts') or task.outfile.endswith('.mov'):
width = 1920 width = 1920
height = 1080 height = 1080
else: else: