Re: Python module for making Quicktime or mpeg movies from images

2007-10-15 Thread has
On 16 Oct, 00:55, jeremito <[EMAIL PROTECTED]> wrote: > > > -QuickTimePlayer is standard on OS X and its scripting interface > > (which you can access from Python via appscript, and is fully usable > > even in unpaid mode) includes an 'open image sequence' command. > > I have used this, but I want

Re: Python module for making Quicktime or mpeg movies from images

2007-10-15 Thread jeremito
On Oct 13, 5:30 am, has <[EMAIL PROTECTED]> wrote: > On 12 Oct, 20:53, jeremito <[EMAIL PROTECTED]> wrote: > > > I actually found NodeBox in my googling. This seems to be a stand > > alone application. I need to be able to convert my images to a movie > > from my code I wrote myself. > > Some Mac

Re: Python module for making Quicktime or mpeg movies from images

2007-10-15 Thread Hyuga
On Oct 12, 3:53 pm, jeremito <[EMAIL PROTECTED]> wrote: > > NodeBox; nodebox.org > > > GUI application that creates either PDFs or Quicktime vids from python > > code. Unix/Linux/MacOS. > > I actually found NodeBox in my googling. This seems to be a stand > alone application. I need to be able to

Re: Python module for making Quicktime or mpeg movies from images

2007-10-13 Thread Diez B. Roggisch
>- The Mac version of Python includes wrappers for a number of Carbon > APIs, including QuickTime. One for brave souls only; QT's C APIs are > notoriously complex, AMEN. I tried to work with that stuff, and it was close to a totally failure & desaster... Diez -- http://mail.python.org/mailman/

Re: Python module for making Quicktime or mpeg movies from images

2007-10-13 Thread has
On 12 Oct, 20:53, jeremito <[EMAIL PROTECTED]> wrote: > I actually found NodeBox in my googling. This seems to be a stand > alone application. I need to be able to convert my images to a movie > from my code I wrote myself. Some Mac-specific options: - QuickTime Player is standard on OS X and

Re: Python module for making Quicktime or mpeg movies from images

2007-10-12 Thread jeremito
On Oct 12, 10:37 am, TYR <[EMAIL PROTECTED]> wrote: > On Oct 11, 4:17 pm, Tim Golden <[EMAIL PROTECTED]> wrote: > > > > > jeremito wrote: > > > On Oct 11, 10:43 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > > >> jeremito wrote: > > >>> My Python script makes a bunch of images that I want to u

Re: Python module for making Quicktime or mpeg movies from images

2007-10-12 Thread Daniel Fetchinson
> My Python script makes a bunch of images that I want to use as frames > in a movie. I've tried searching for a module that will take these > images and put them together in a Quicktime or mpeg movie, but haven't > found anything. My images are currently pdfs, but I could make them > into just a

Re: Python module for making Quicktime or mpeg movies from images

2007-10-12 Thread TYR
On Oct 11, 4:17 pm, Tim Golden <[EMAIL PROTECTED]> wrote: > jeremito wrote: > > On Oct 11, 10:43 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > >> jeremito wrote: > >>> My Python script makes a bunch of images that I want to use as frames > >>> in a movie. I've tried searching for a module th

Re: Python module for making Quicktime or mpeg movies from images

2007-10-11 Thread Tim Golden
jeremito wrote: > On Oct 11, 10:43 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: >> jeremito wrote: >>> My Python script makes a bunch of images that I want to use as frames >>> in a movie. I've tried searching for a module that will take these >>> images and put them together in a Quicktime o

Re: Python module for making Quicktime or mpeg movies from images

2007-10-11 Thread jeremito
On Oct 11, 10:43 am, "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote: > jeremito wrote: > > My Python script makes a bunch of images that I want to use as frames > > in a movie. I've tried searching for a module that will take these > > images and put them together in a Quicktime or mpeg movie, but h

Re: Python module for making Quicktime or mpeg movies from images

2007-10-11 Thread Diez B. Roggisch
jeremito wrote: > My Python script makes a bunch of images that I want to use as frames > in a movie. I've tried searching for a module that will take these > images and put them together in a Quicktime or mpeg movie, but haven't > found anything. My images are currently pdfs, but I could make t

Python module for making Quicktime or mpeg movies from images

2007-10-11 Thread jeremito
My Python script makes a bunch of images that I want to use as frames in a movie. I've tried searching for a module that will take these images and put them together in a Quicktime or mpeg movie, but haven't found anything. My images are currently pdfs, but I could make them into just about anyth