Hash: none for me please. Hi,
pyglet uses the ffmpeg binary to play movies. It might be possible to get it to send it's audio, and video streams to pygame in some way. Or you could try using ffmpeg directly... maybe through the command line interface. Otherwise people have had success using mplayer and embedding it's window inside a pygame window. Search the interweb for details. cu, On Fri, Jan 9, 2009 at 12:41 PM, Adolfo De Unanue <[email protected]> wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > Hi > > I have a complete game using Pygame, in the game I need to play some > movies, but the API of pygame only supports movies of low quality (mv1, > etc), in the other side Pyglet can reproduce many formats of movies, so > the question is: Is there a code example of using pyglet inside > pygame to reproduce movies of many formats? Do you know another form of > acomplish this? > > Thanks in advance > > Adolfo > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.4.9 (GNU/Linux) > > iEYEARECAAYFAklmq04ACgkQeE41SvEupA6NwwCcDLi+1SEJE0Udzl74noesArki > O7MAniRfRvIqCVW6FmVGLuhiRFeGlWzY > =Kse6 > -----END PGP SIGNATURE----- >
