Exemplo n.º 1
0
def test_PIL_image():
    t = Theora(test_files[1])
    t.read_frame()
    img = t.get_frame_image()
    img.save(VIDEO_DIR + "/a.png")