On 05/09/2007, at 2:49 AM, Stani's Python Editor wrote: > I am not so much interested in audio encoding, but more in video > (converting frames to video). For example to make slideshows of a > series > of pictures... or to do video editing through python. Pyglet is 100%
pyglet is heavily optimised for realtime use -- the feature that I showed for extracting video frames is really incidental, rather than by design. I would think that for anything more complicated you would be better off finding a more specialised library for dealing with non-linear video editing (nothing comes to mind -- perhaps the commercial editors have plug-in languages?). > python right (not considering avbin)? So if adding is not > difficult, it > means that it would be doable in Python rather than in C? > The changes I described would also require (minor) additions to AVbin. 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 -~----------~----~----~----~------~----~------~--~---
