Hello,Is there a way to read frames of a movie in python? Ideally, something as simple as:
for frame in movie('mymovie.mov'):
pass
where frame is either a 2-D list, or a numpy array? The movie format
can be anything, because I can probably convert things, but most
convenient would be avi, mov, and flv (for youtube videos).
thanks,
Brian Blais
--
Brian Blais
[EMAIL PROTECTED]
http://web.bryant.edu/~bblais
-- http://mail.python.org/mailman/listinfo/python-list
