From 08ed9de8adbf63911dc2f542901b3c455ab408a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ko=CC=88rner?= Date: Sat, 16 Nov 2019 19:40:25 +0100 Subject: [PATCH] use h264 directly --- ...-prores-4444.cmprstng => apple-prores-4444.compressorsetting | 0 hd1080p.compressorsetting | 1 + make-apple-motion.py | 2 +- 3 files changed, 2 insertions(+), 1 deletion(-) rename apple-prores-4444.cmprstng => apple-prores-4444.compressorsetting (100%) create mode 100644 hd1080p.compressorsetting diff --git a/apple-prores-4444.cmprstng b/apple-prores-4444.compressorsetting similarity index 100% rename from apple-prores-4444.cmprstng rename to apple-prores-4444.compressorsetting diff --git a/hd1080p.compressorsetting b/hd1080p.compressorsetting new file mode 100644 index 0000000..18e2258 --- /dev/null +++ b/hd1080p.compressorsetting @@ -0,0 +1 @@ +393216HD%201080p%20f%C3%BCr%20den%20Upload%20auf%20Video-Portale%20wie%20z.%C2%A0B.%20f%C3%BCr%20YouTube%20oder%20Vimeo.HD1080WebShareNameHD1080WebShareDescmovyesyesyes1noyesno48000.000000 2 16 48000 N 6619138 Naac 1271128000-100.0000001 3 1 0 N 0 1 0 00nono-1000no0avc1applno1875000050yes0yes0nono \ No newline at end of file diff --git a/make-apple-motion.py b/make-apple-motion.py index 3513619..8b9c096 100755 --- a/make-apple-motion.py +++ b/make-apple-motion.py @@ -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)