Re: Rotating a QTMovie doesn't work the way it used to

2008-11-11 Thread Peter Maurer
I don't know anything about the old QuickTime APIs. But I would suggest the new way to do this is use Core Animation. Thanks for the suggestion! I wasn't too keen on using layers for this, and fortunately, it turned out that I can still rotate single QuickTime tracks successfully. And I gue

Re: Rotating a QTMovie doesn't work the way it used to

2008-10-22 Thread E. Wing
> So does anyone know whether this is a problem that's specific for > dealing with QuickTime movies from a cocoa app? Or is there a more > elegant way of rotating movies? > I don't know anything about the old QuickTime APIs. But I would suggest the new way to do this is use Core Animation. You mig

Rotating a QTMovie doesn't work the way it used to

2008-10-22 Thread Peter Maurer
Hi, I have a QTMovie in a QTMovieView that I'm trying to rotate (during display) via the following code: -- Movie theMovie = [myQTMovie quickTimeMovie]; long theAngle = 90; // using 90 degrees as an example -- rotating by 180 degrees doesn't work either MatrixRecord theMovieMatrix; GetMo