Re: [Pythonmac-SIG] python and quicktime

2006-06-09 Thread Christopher Barker
Noah Gift wrote: >It would be great if I could make a > command line tool that I could script against on any platform This was just posted to the PIL mailing list -- perhaps it could be helpful to you: """ http://yourmachines.org/tutorials/mgpy.html this uses PIL, ffmpeg, aggdraw, PyGame,

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Noah Gift
Thanks you both for answering me!  It would be great if I could make a command line tool that I could script against on any platform, but I am very lazy and it appears that using pyobjc and QTKit is quickest solution.  The PIL library does seem very interesting as well.  It seems to do "Shake" type

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Ronald Oussoren
On 8-jun-2006, at 16:24, Kent Quirk wrote: > Noah Gift wrote: >> I am new to python and was interested in writing some python code >> that >> converts image sequences, for example tiff, into Quicktime movies, >> for >> example animation codec. Can anyone point me in the right direction >> to

Re: [Pythonmac-SIG] python and quicktime

2006-06-08 Thread Kent Quirk
Noah Gift wrote: > I am new to python and was interested in writing some python code that > converts image sequences, for example tiff, into Quicktime movies, for > example animation codec. Can anyone point me in the right direction > to begin my research? It would be nice to not use pyobjc as

[Pythonmac-SIG] python and quicktime

2006-06-08 Thread Noah Gift
Hi, I am new to python and was interested in writing some python code that converts image sequences, for example tiff, into Quicktime movies, for example animation codec.  Can anyone point me in the right direction to begin my research?  It would be nice to not use pyobjc as I am trying to focus o