On Tue, Jun 23, 2009 at 4:25 AM, mclovin<[email protected]> wrote: > > Hey all, > > Im not sure but I thought FFmpeg supported swf > > it is listed on the site: > http://ffmpeg.org/general.html#SEC8 > > and from my understanding AVBin uses FFmpeg. > > I justed wanted to play a youtube video with my application. > > > I know wx can embed swf files and play them with the default Adobe > player though ctypes and activex, I was just wondering if you could do > the same in pyglet.
You can play Flash Video files (.flv) with AVbin/pyglet, which is sufficient for playing YouTube videos (at least SD, haven't looked at how HD are encoded). There's no ActiveX integration in pyglet. Alex. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pyglet-users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pyglet-users?hl=en -~----------~----~----~----~------~----~------~--~---
