Skip to content

Instantly share code, notes, and snippets.

@yoko
Created February 9, 2010 10:43
Show Gist options
  • Select an option

  • Save yoko/299086 to your computer and use it in GitHub Desktop.

Select an option

Save yoko/299086 to your computer and use it in GitHub Desktop.
Import Flash Video to iTunes
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