pysmk
Python Smacker video decoder
PySMK is a video decoder written in Cython. It uses PyGame for video and audio.
Download: pysmk-0.1.tar.bz2
Documentation
pysmk.SMKReader(file): return SMKReaderReads the header and first frame of the Smacker video contained in file.
file - any file-like object
pysmk.SMKReader.next(): return NoneAdvances SMKReader to next frame.
Integer of number of frames.
Float of frames per second.
pygame.Surface of current frame.
List of pygame.mixer.Sound's representing audio streams in file.