Skip to content

Instantly share code, notes, and snippets.

@tenomoto
Created August 2, 2017 05:04
Show Gist options
  • Save tenomoto/23bcecaf88e6dedfad032daa2a010e87 to your computer and use it in GitHub Desktop.
Save tenomoto/23bcecaf88e6dedfad032daa2a010e87 to your computer and use it in GitHub Desktop.
Applescript to create mov from image sequence
tell application "QuickTime Player 7"
activate
set firstFile to choose file with prompt "Choose first image"
open image sequence firstFile seconds per frame 2
-- open image sequence firstFile frames per second 2
save document 1 as self contained
end tell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment