Re: [MBS] QTKitMovieMBS.exportToFile usage

2013-06-27 Thread Christian Schmitz
Am 27.06.2013 um 21:21 schrieb Louis : > Hello Christian, > > Let's say I want to export h264 movies using the Qtkit, what parameters > should I use ? > > I tried something like exportToFile(f,e,"MooV","appl","") but it doesn't > work. For that, please run the "Exporter List.rbp" project file.

[MBS] QTKitMovieMBS.exportToFile usage

2013-06-27 Thread Louis
Hello Christian, Let's say I want to export h264 movies using the Qtkit, what parameters should I use ? I tried something like exportToFile(f,e,"MooV","appl","") but it doesn't work. Is the settings memoryblock parameter the same as those we can get using call q.SetupDialog(m) and then save and

Re: [MBS] imagemagick and delegates

2013-06-27 Thread Mr Lee Badham
Hi Christian, All seems to be ok on the PC side, but not the Mac. It's just trying to work out where the other files should go relative the the libmagick10.dylib file. Lee On 27 Jun 2013, at 13:10, Christian Schmitz wrote: > > Am 27.06.2013 um 10:27 schrieb Mr Lee Badham : > >> Hi, >> >> C

Re: [MBS] imagemagick and delegates

2013-06-27 Thread Christian Schmitz
Am 27.06.2013 um 10:27 schrieb Mr Lee Badham : > Hi, > > Can anyone help me with the folder structure need to get Imagemagick to run > using the delegates? Well, the important thing there is to have the environment variables setup right. If I remember correctly, there must be some set so Imag

Re: [MBS] imagemagick and delegates

2013-06-27 Thread Mr Lee Badham
I appear to be having a nice conversation with myself, lol So far selecting SOME eps files work. Most give a similar PostscriptDelegateFailed error. NO PDF files have worked so far. Lee On 27 Jun 2013, at 09:46, Mr Lee Badham wrote: > Sooo.. > > Putting all the xml files next to the framework

Re: [MBS] imagemagick and delegates

2013-06-27 Thread Mr Lee Badham
Sooo.. Putting all the xml files next to the framework and using ImageMagickQ16MBS.SetCurrentDirectory(libf.parent) get me closer, but still an error: PostscriptDelegateFailed `/var/folders/g0/1t1p8rss4wsd1jvtjhykgk3wgn/T/magick-NPhASCbQ' Lee On 27 Jun 2013, at 09:30, Mr Lee Badham wrote

Re: [MBS] imagemagick and delegates

2013-06-27 Thread Mr Lee Badham
Hi Further information… using the Imagemagick convert command line works. I have ghostscript installed and running the gs command converts the file. Lee On 27 Jun 2013, at 09:27, Mr Lee Badham wrote: > Hi, > > Can anyone help me with the folder structure need to get Imagemagick to run > usi

[MBS] imagemagick and delegates

2013-06-27 Thread Mr Lee Badham
Hi, Can anyone help me with the folder structure need to get Imagemagick to run using the delegates? Specifically, the folder structure and what to use in ImageMagickQ16MBS.SetCurrentDirectory() im.InitializeMagick() I've tried setting the paths to the executable and the frameworks fo