I'm building a QT app, that requires me to add together several DV movies
files, plus black inbetween and compress to MP4 (web deliverable).
What i'm wondering is, can i make an XML file that points to each file (from
PHP). So i don't have to run an applescript to do all of this? The
applescript will just open the XML file in QT and compress.
Spot(1) => Black => Spot(2) => Black => Spot(n) => Black.
Can anyone suggest if this is an appropriate way to go, or if there are
better ways to tackle this.