[MBS] QTKitMovieMBS.FrameImageAtTime is very slow

2013-07-26 Thread Michael Diehr
I'm updating my code from Carbon to Cocoa, and finding a dramatic slowdown when using QTKitMovieMBS to get a movie frame, as opposed to EditableMovie.Picture With this code: while currentTime <= maxTime #if TargetCocoa dim p as picture dim qttime as QTKitTimeMBS = new QTKi

Re: [MBS] QTKitMovieMBS on thread

2013-07-26 Thread Christian Schmitz
Am 26.07.2013 um 20:34 schrieb Michael Diehr : > Is it possible to create one QTKitMovieMBS in the main thread, but then, in a > thread, change which movie file the movie points to? In other words, I want > to process a bunch of different movies inside a thread and I'm wondering if I > can ju

[MBS] QTKitMovieMBS on thread

2013-07-26 Thread Michael Diehr
Is it possible to create one QTKitMovieMBS in the main thread, but then, in a thread, change which movie file the movie points to? In other words, I want to process a bunch of different movies inside a thread and I'm wondering if I can just create one movie object outside the thread, then re-us