Files for Datenspuren 24

This commit is contained in:
Stefan Bethke 2024-09-20 17:29:51 +02:00
parent 1893beda4d
commit 7e080b7976
12 changed files with 118549 additions and 7 deletions

View file

@ -233,14 +233,14 @@ def enqueue_job(event):
if platform.system() == 'Darwin':
copyfile(args.project+'intro.scpt', ascript_doc)
run('osascript {ascript_path} {scriptpath}',
scriptpath=script_doc,
ascript_path=ascript_doc)
# run('osascript {ascript_path} {scriptpath}',
# scriptpath=script_doc,
# ascript_path=ascript_doc)
# run('osascript {ascript_path} {jobpath} {scriptpath}',
# jobpath=work_doc,
# scriptpath=script_doc,
# ascript_path=ascript_doc)
run('osascript {ascript_path} {jobpath} {scriptpath}',
jobpath=work_doc,
scriptpath=script_doc,
ascript_path=ascript_doc)
run(r'/Applications/Adobe\ After\ Effects\ 2024/aerender -project {jobpath} -comp "intro" -mp -output {locationpath}',
jobpath=work_doc,