>> I'd like to generate a slideshow from two images then save the resulting >> movie as h264 compressed. > > Mac or Win? Mac and Win ideally, but my test is for Mac only at the moment.
>> e = m.SaveMBS(f, true, true) >> >> m = nil > > This movie does play fine? Yes. >> mm=f.OpenAsMovie Although when I open it mm is nil... > On Windows you need to use OpenAsMovieMBS, I think. Ok. Will try that. > >> if q.ExportToFile(mm, d) then >> MsgBox "OK" >> else >> MsgBox "Failed" >> end if > > This gives failed? Yes. > I don't see you using OpenExporter function and doing settings!? That's cause I wanted to isolate each problem and from your instructions in another email, I think I can handle that part fine. But it's more like : - the movie I open once it has been saved is nil - I would like to avoid generating a file in between as much as possible. If I could for example deal with the movie in memory and only export to h264, that would be my ideal situation. Louis _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
