[MBS] QTMovieExporterMBS questions (MBS REALbasic Plugin Mailinglist archive)
Back to the thread list
Previous thread: [MBS] ATS Server Notifications
Next thread: [MBS] Mutlipart emailMessage
| [MBS] QTMovieExporterMBS questions |
| Date: 01.06.05 22:06 (Wed, 1 Jun 2005 23:06:55 +0200) |
| From: Michael Gerbes |
|
Hi list !
1. I'd like to give my users the choice to choose whether they want to export to a QuickTime Movie, or a DV Stream or ... (like the Export Dialog in QuickTime Player Pro) However it seems the QTMovieExporterMBS allows me only to open one movie exporter component at a time. 2. OS 10.4.1 / QuickTime 7.0.1 / MBS 5.2 I use this: dim q as new QTMovieExporterMBS q.progress k call q.openExporter("dvc!","appl") call q.ConvertMovieToFile(em,DesktopFolder.child ("test.dv"),"dvc!","TVOD",2) In the appearing dialog box there is the settings pulldown menu with common settings like DV PAL 44,1k, DV PAL 48k and so on. However when I choose one of them it has no effect on the settings in the option page or the exported movie. Thanks, Michael :-) _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list <email address removed> http://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info |
| Re: [MBS] QTMovieExporterMBS questions |
| Date: 04.06.05 22:53 (Sat, 4 Jun 2005 23:53:11 +0200) |
| From: Christian Schmitz |
|
Michael Gerbes <<email address removed>> wrote:
> Hi list ! > > 1. I'd like to give my users the choice to choose whether they want > to export to a QuickTime Movie, or a DV Stream or ... (like the > Export Dialog in QuickTime Player Pro) > However it seems the QTMovieExporterMBS allows me only to open one > movie exporter component at a time. In the next version you can do that. (5.3pr3 and newer) You don't open a movie Exporter and you pass "" for type&creator on those parameters on ConvertMovieToFile. > call q.ConvertMovieToFile(em,DesktopFolder.child > ("test.dv"),"dvc!","TVOD",2) > > In the appearing dialog box there is the settings pulldown menu with > common settings like DV PAL 44,1k, DV PAL 48k and so on. > However when I choose one of them it has no effect on the settings in > the option page or the exported movie. But does it work, if you don't open the exporter? Mfg Christian |
| Re: [MBS] QTMovieExporterMBS questions |
| Date: 05.06.05 10:32 (Sun, 5 Jun 2005 11:32:53 +0200) |
| From: Michael Gerbes |
|
Am 04.06.2005 um 23:53 schrieb Christian Schmitz: > Michael Gerbes <<email address removed>> wrote: > >> 1. I'd like to give my users the choice to choose whether they want >> to export to a QuickTime Movie, or a DV Stream or ... (like the >> Export Dialog in QuickTime Player Pro) >> However it seems the QTMovieExporterMBS allows me only to open one >> movie exporter component at a time. > > In the next version you can do that. (5.3pr3 and newer) > > You don't open a movie Exporter and you pass "" for type&creator on > those parameters on ConvertMovieToFile. Great :-) >> In the appearing dialog box there is the settings pulldown menu with >> common settings like DV PAL 44,1k, DV PAL 48k and so on. >> However when I choose one of them it has no effect on the settings in >> the option page or the exported movie. > > But does it work, if you don't open the exporter? So instead of: dim q as new QTMovieExporterMBS q.progress 1 call q.openExporter("dvc!","appl") call q.ConvertMovieToFile(em,DesktopFolder.child ("test.dv"),"dvc!","TVOD",2) I do : dim q as new QTMovieExporterMBS q.progress s call q.ConvertMovieToFile(em,DesktopFolder.child ("test.dv"),"dvc!","TVOD",2) Yes, then it works. Sorry, I thought I always had to open an exporter first... Thanks! Michael :-) _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list <email address removed> http://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info |
Links
MBS REAL studio Chart Plugins - Pfarrgemeinde Messdiener Nickenich