-
“Execute AppleScript on output” not working in Compressor 3.5.3 & Mountain Lion?
I’m trying to get a post-transcode Applescript action to be triggered by Compressor upon output, but no matter what I do, my script doesn’t seem to be executed.
For debugging purposes, I’m using the simplest possible script:
on open (thefiles)
beep
beep
beep
end openThe script was saved as an Application, as suggested in the Compressor documentation.
The checkbox next to the “Execute AppleScript on output” option is checked, and the test script does work as expected when I drop a file onto it via the Finder. But Compressor seems to completely ignore the script execution, and I don’t see any relevant error messages in the Console, so I have no idea why this isn’t working?
Any ideas what I’m missing here? Could this be an incompatibility between Compressor 3.5.3 and Mountain Lion (running 10.8.2)?