Is there a documented way to use QC to roll your own video FX for
iMovie?
I wrote a plugin that did this...
Here's the problem:
iMovie SDK uses Carbon/Quickdraw/C++
QC uses Cocoa/Objective C
So I had to write a great deal of code that bridges the two
technologies. There was very little documentations that I could
find for doing this, so I just figured it out as I went along.