MoviePlayer class
Opened this issue · 0 comments
jamesbowman commented
Make a MoviePlayer class, so you can do:
with open("fun-1500.avi", "rb") as f:
mp = MoviePlayer(f)
mp.play()
Modeled on:
https://github.com/jamesbowman/gd2-lib/blob/master/GD2.h#L1398-L1490