Lino Mastrodomenico wrote: > Hello everyone, > > I would like to participate as a student in google Summer of Code and > I'm interested in feedback on a multimedia library for Python. > > The library I propose should have the following features: > * the capability to extract and decompress video and audio from a > few common multimedia file format; > * and, vice versa, it can create a compressed video file from a > series of still images and from uncompressed audio; > * it should have an interface as simple and pythonic as possible; > * it must be cross-platform, easy to extend and not be limited to > a single file container format or to some specific audio or video > compression format; > * at least a subset of the supported formats should be available > without any external dependency.
Except I guess for the last point, don't the Python bindings for GStreamer already provide this? -Andrew. _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com