Create a Movie From a Sequence of Images Using QuickTime and AppleScript

I was doing some troubleshooting on Animated Mandelbrot and ran across this neat AppleScript. Given a sequence of images it will create a MOV file using QuickTime.

tell application "QuickTime Player"
	activate
	open image sequence "/Users/jon/Desktop/debug/1.jpg" frames per second 24
end tell
1 comment… add one
  • j guitar May 14, 2012 Link Reply

    Hey, I need an applescript to turn an image sequence in a folder into a QT file. I tried this… but I can’t get it to work. Syntax Error: Expected end of line, but found identifier.

    Any thoughts?

    Is there a way to have the script target the content of a folder you drop onto the Applescript.app?

    Thanks,
    Jay

Leave a Comment

Time limit is exhausted. Please reload CAPTCHA.