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



_______________________________________________
Numpy-discussion mailing list
[email protected]
http://projects.scipy.org/mailman/listinfo/numpy-discussion

Reply via email to