Created
February 9, 2010 10:43
-
-
Save yoko/299086 to your computer and use it in GitHub Desktop.
Import Flash Video to iTunes
This file contains 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
on run {input, parameters} | |
repeat with f in input | |
try | |
tell application "Finder" to set file type of file f to "MooV" | |
end try | |
end repeat | |
tell application "iTunes" to add input | |
return input | |
end run |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment