use h264 directly

This commit is contained in:
Peter Körner 2019-11-16 19:40:25 +01:00
parent ab0ca08ec6
commit 08ed9de8ad
3 changed files with 2 additions and 1 deletions

View file

@ -131,7 +131,7 @@ def enqueue_job(event):
fp.write(xmlstr)
compressor_info = run_output(
'/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath apple-prores-4444.cmprstng -locationpath {locationpath}',
'/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath hd1080p.compressorsetting -locationpath {locationpath}',
batchname=describe_event(event),
jobpath=work_doc,
locationpath=intermediate_clip)