"Eric Brunson" <[EMAIL PROTECTED]> wrote >> I would like to make a method where I give a number of bmp-file as >> argument and than create a mpeg format from these - is that >> possible >> with python and which packages should I use? > > On my platform the ffmpeg suite is one of the de facto standards for > creating or manipulating mpegs. The PyMedia project purports to > provide > an interface to this library, check it out here: > http://pymedia.org/faq.html >
Looks like one of the tutorial examples does exactly what was asked. Thanks for the link, I hadn't looked at pymedia before. Alan G. _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
