diff --git a/apple-prores-4444.cmprstng b/apple-prores-4444.cmprstng
new file mode 100644
index 0000000..2dde419
--- /dev/null
+++ b/apple-prores-4444.cmprstng
@@ -0,0 +1,51 @@
+
+
+ 327680
+ QuickTime-Film%20mit%20Apple%20ProRes%204444%20und%20Durchreichen%20von%20Audio.
+
+ proRes4444NoAlphaDescription
+
+
+ mov
+ yes
+
+
+ yes
+ yes
+
+ no
+ no
+ no
+ 48000.000000 2 16 48000 N 6619138 Y
+ NONE
+ no
+
+
+
+
+
+ 0.000000
+
+ 1 3 1 0 N 0 100 0 0
+ 0
+ no
+ no
+
+ no
+ ap4h
+ appl
+
+
+
+ 0
+ 0
+ 0
+
+
+ yes
+ 0
+ yes
+ no
+
+
+
diff --git a/make-apple-motion.py b/make-apple-motion.py
index 86fc613..8b0cc0e 100755
--- a/make-apple-motion.py
+++ b/make-apple-motion.py
@@ -116,10 +116,9 @@ def enqueue_job(event):
fp.write(xmlstr)
compressor_info = run_output(
- '/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath {home}/Library/Application\ Support/Compressor/Settings/Apple\ ProRes\ 4444.cmprstng -locationpath {locationpath}',
+ '/Applications/Compressor.app/Contents/MacOS/Compressor -batchname {batchname} -jobpath {jobpath} -settingpath apple-prores-4444.cmprstng -locationpath {locationpath}',
batchname=describe_event(event),
jobpath=work_doc,
- home=os.getenv('HOME'),
locationpath=intermediate_clip)
match = re.search("", compressor_info)