[Tutor] Convert bmp to mpeg

Eric Brunson brunson at brunson.com
Tue Aug 21 17:16:20 CEST 2007


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  -  Tutor at python.org
> http://mail.python.org/mailman/listinfo/tutor
>   



More information about the Tutor mailing list