Re: [Pythonmac-SIG] Play Quicktime mov

2005-10-12 Thread has
Corrie Tse wrote: >Basically all i want to do is play a mov file from a >specific time code. Using appscript to control the front movie in QuickTime Player: #!/usr/bin/env pythonw from appscript import * starttime = 30 # seconds m

[Pythonmac-SIG] Quicktime Module

2005-10-12 Thread michael ferraro
Hello I was about to start some development using PyOpenGL to load textures from a Quicktime movie and was wondering if there have been any recent developments on the Quicktime module or should I use the existing Carbon.Qt and Carbon Quicktime modules include with Python 2.4.1 for Macos 10.4 Tha

Re: [Pythonmac-SIG] Quicktime Module

2005-10-12 Thread Andrew Straw
I have some code that worked once upon a time (Mac OS X 10.2, I think) to do just that. It may be a decent place to start: http://visionegg.org/cgi-bin/viewcvs.cgi/trunk/visionegg/src/QuickTime.py?rev=1280&view=markup http://visionegg.org/cgi-bin/viewcvs.cgi/trunk/visionegg/swig_src/gl_qt.c?rev=