Created
August 2, 2017 05:04
-
-
Save tenomoto/23bcecaf88e6dedfad032daa2a010e87 to your computer and use it in GitHub Desktop.
Applescript to create mov from image sequence
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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