Question

The Mac's OS X iMovie has built-in share options (like YouTube, iTunes, MobileMe, etc.). I currently develop a video-oriented content management system, and I would like to add "share" functionality to iMovie for my CMS, even if the installation is painful or 'hacky'. There does not seem to be an API, but maybe there is? Or maybe the menus are scripted and hidden in plain sight? Or???

  • iMovie '08 (7.1.4 585)
  • OS X (10.5.6)
Was it helpful?

Solution

iMovie '08 (and iMovie '09) does not allow third party plugins. I believe the last version of iMovie that allowed third party plugins was iMovie HD.

OTHER TIPS

There appears to be a plugin folder inside the iMovie bundle called RADPlugins. I would suggest using something like class-dump on them and see what it is they are doing. You might be able to get your code into iMovie that way. Be warned however that you would be using completely undocumented APIs so every new release of iMovie could (will) break your plugin.

I have produced a plugin for the Mac OS X Mail app for some years now, and every release has broken something ;)

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top