Re: [Tutor] Reading a video

2013-08-15 Thread Steven D'Aprano
On 15/08/13 23:54, Zoya Tavakkoli wrote: Hi How can read a video frame by frame in python? Of course! Videos are just binary files, and Python can read binary files. The hard part is writing code that understands the internal structure of a video. There are many video formats (ogv, mp4, mov,

Re: [Tutor] Reading a video

2013-08-15 Thread Alan Gauld
On 15/08/13 14:54, Zoya Tavakkoli wrote: How can read a video frame by frame in python? I'm not aware of anything that does it out of the box in the standard library(*) so you will likely need to use Google (or another equivalent) to find a third party module. But you will need to be much mor

[Tutor] Reading a video

2013-08-15 Thread Zoya Tavakkoli
Hi How can read a video frame by frame in python? Thanks Zoya ___ Tutor maillist - Tutor@python.org To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor