[Pythonmac-SIG] Extracting frames from Quicktime movies?

Dinu Gherman gherman at darwin.in-berlin.de
Thu Feb 19 04:15:19 EST 2004


Jack Jansen:

> Jack steps out of Guido's time machine, and points Dinu at
> plat-mac/videoreader.py in any 2.3 distribution.

Heck... After sniffing into it I get basically this show-stopper
code (used in videoreader.py):

   >>> path = "mymovie.mov"
   >>> from Carbon import QuickTime
   >>> fd = Qt.OpenMovieFile(path, 0)Traceback (most recent call last):
     File "<stdin>", line 1, in ?
   MacOS.Error: (-2020, 'movieToolboxUninitialized')

I'm using a vanilla Python 2.3.3 configure/make build. Is it
a framework build that would help?

Dinu
--
Dinu C. Gherman - http://python.net/~gherman
......................................................................
"The best way to predict the future is to invent it." (Alan Kay)




More information about the Pythonmac-SIG mailing list