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.
If you went back to the original message and followed the rest of the
thread, he was actually looking for an official, documented way of
creating iMovie effects purely using QC compositions. Apple has
packaged a few inside iMovie 6's bundle, but his attempts to make
some of his own only result in crashes.