1) What is the "preview" of a MPEG-4 audiovisual stream you want to make? Maybe a thumbnail of the first frame of video? 2) The MPEG-4 codec you bought should be able to render bitmap images from arbitrary video frames, which can become a gtk.Image via a Pixbuf (in memory) or via a file (if saving files from the MPEG-4 library is easier than sharing a buffer of pixels). 3) A gtk.Image can also be animated; see PixbufAnimation.
Good luck, Lorenzo ________________________________ Da: [EMAIL PROTECTED] per conto di Seltzer Inviato: sab 23/06/2007 6.52 A: [email protected] Oggetto: [pygtk] mpeg4 preview? hello, I need to be able to make a preview of an mpeg4, and display it in a gtk.Image, or a similar object. I also only have gtk2.4 at the most, and no access PIL, (development platform requirements...) any ideas on how to do something like this? thanks, felix. _______________________________________________ pygtk mailing list [email protected] http://www.daa.com.au/mailman/listinfo/pygtk Read the PyGTK FAQ: http://www.async.com.br/faq/pygtk/
