Re: [Mjpeg-users] ANN: Python and C++ bindings for yuv4mpeg.h

2007-09-03 Thread David McNab
On Mon, 2007-09-03 at 16:07 +0200, Bernhard Praschinger wrote: > Hallo > > > I've built some bindings for the yuv4mpeg API, supporting both Python > > and C++. > > > > http://www.freenet.org.nz/pyyuv4mpeg/ > > > > Based on SWIG, implements virtually the whole API as given in > > yuv4mpeg.h, and

Re: [Mjpeg-users] ANN: Python and C++ bindings for yuv4mpeg.h

2007-09-03 Thread Bernhard Praschinger
Hallo > I've built some bindings for the yuv4mpeg API, supporting both Python > and C++. > > http://www.freenet.org.nz/pyyuv4mpeg/ > > Based on SWIG, implements virtually the whole API as given in > yuv4mpeg.h, and also implements a high-level 'Stream' class in both C > and Python. Cool :) Do y

[Mjpeg-users] ANN: Python and C++ bindings for yuv4mpeg.h

2007-09-02 Thread David McNab
Hi, I've built some bindings for the yuv4mpeg API, supporting both Python and C++. http://www.freenet.org.nz/pyyuv4mpeg/ Based on SWIG, implements virtually the whole API as given in yuv4mpeg.h, and also implements a high-level 'Stream' class in both C and Python. Enjoy Cheers David --