Thanks for your response. I'm fairly confident the support was compiled in since the libvpx decoder gets loaded without error (and ffmpeg shows --enable-libvpx in the build flags), but grabbing the pixel data and putting it on a Pyglet-managed frame is what seems to be causing the issues right now. Nevertheless, I will verify that ffplay/mpv run the file without failure (I expect the background to be replaced with a white matte).
On Monday, January 15, 2018 at 12:37:33 AM UTC-6, Benjamin Moran wrote: > > Hi oldmud0, > > This code is all very beta level at the moment. I think the get_animation > method in particular hasn't been full tested. > As for the alpha channel, I would first try to play these files with > something like ffplay, just to confirm that the support has indeed been > compiled in. > -- You received this message because you are subscribed to the Google Groups "pyglet-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/pyglet-users. For more options, visit https://groups.google.com/d/optout.
