Q: Compressor Command Line with Automator
Hello, I was wondering if anyone knows if it's possible to attach an automator action to a job when submitted via command line.
It seems like the only parameter that could possibly work is the -info <xml> parameter, but there is no documentation on what to put in this field.
If anyone can help it would be greatly appreciated.
I tried some things such as this, but I am not submitting what it wants, and it returns errors:
/Applications/Compressor.app/Contents/MacOS/Compressor -batchname "1" -jobpath "/VOLUMES/storage/RENDERME.motn" -settingpath "~/Library/Application Support/Compressor/Settings/MP4.cmprstng" -locationpath "/VOLUMES/storage/RENDERME.mp4" -info "<post-process><jobAction kind="automator" name="Automator" flags="1" job-count="1" default-title="" fileURL="file:///Users/user1/Desktop/dostuff.workflow" isWorkflow="true"/></post-process>"
Just rendering the file alone works fine:
/Applications/Compressor.app/Contents/MacOS/Compressor -batchname "1" -jobpath "/VOLUMES/storage/RENDERME.motn" -settingpath "~/Library/Application Support/Compressor/Settings/MP4.cmprstng" -locationpath "/VOLUMES/storage/RENDERME.mp4"
Thanks!
Posted on Dec 23, 2015 7:24 AM