Per Jr. Greisen wrote: > Hi, > > 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 > > Thanks in advance > -- > Best regards > Per Jr. Greisen > ------------------------------------------------------------------------ > > _______________________________________________ > Tutor maillist - [email protected] > http://mail.python.org/mailman/listinfo/tutor > _______________________________________________ Tutor maillist - [email protected] http://mail.python.org/mailman/listinfo/tutor
