On Monday, December 12, 2011 8:11:12 PM UTC+3, Nathan wrote:
>
> AVbin doesn't "play" a video file, per se.  Some application or
> framework (like Pyglet, for example) uses AVbin to decode a video
> frame by frame and then presents the visual/audio information to some
> device to play it.
>
> You can tell that AVbin has nothing left to decode from a video file
> when a call to avbin_decode_video() returns 0 (successfull finish) or
> -1 (hit an error).
>
I couldn't find any documentation on AVbin. pyglet docs are also very 
limited in this regard. Are there any plans to provide some tutorial and 
Python bindings for AVbin out of the box? So that people can `easy_install 
avbin` and `import avbin` to play with its API/features?

-- 
You received this message because you are subscribed to the Google Groups 
"pyglet-users" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/pyglet-users/-/E-T7MUn58TEJ.
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.

Reply via email to