[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] Simple Xvid with ctypes



Nice :)

Have you looked at cffi ? Â ÂIt's the successor to ctypes and gets much better performance.

On 29 June 2015 at 11:53, JiÅÃ Justra <jjustra@xxxxxxxxx> wrote:

Hi,
if anybody is interested, I've created small lib to play video. It is not big enought for pygame project itself, but I think it can be handy.

It is under gpl, because it calls Xvid directly.

https://code.activestate.com/recipes/579073-simple-video-with-ctypes-and-xvid-tkinterpygame/?in=user-4192188

Have a nice day
J