On Mon, Dec 12, 2011 at 10:38 AM, Peter Enerccio <[email protected]> wrote: > Ah, I mean about the decoding the frame. > Here is my code so far: http://paste.pocoo.org/show/519833/ > It works, albeit somewhat slower than the original. > I have also troubles with avi files, they report 0/0 on the frame rate, > which is really jarring...
Well, if you're just trying to detect when it has finished playing, then after line 118 in your file check to see if res == 0. ~ Nathan -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en.
