HD for .mov
This commit is contained in:
parent
c7ab8c338e
commit
65b98b277f
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue