Can Pyglet read AVCHD video directly? I'm writing an app that reads video and extracts a region from each video frame for further processing. Have been testing with *.avi files from a point-&-shoot camera, which works OK.
I want to use HD video from a Canon HF100 videocam, which saves as (Canon's flavour of) AVCHD. Tried feeding it an *.MTS file from STREAM folder of the AVCHD hierarchy, which results in ... self._file = av.avbin_open_filename(filename) WindowsError: exception: access violation reading 0xFFFFFFFF My current workaround is to run it through Nero Vision and export it as .mpg , which works, but I'd like to avoid having to do that. Can Pyglet read AVCHD video directly? I understand that the .MTS file is H.264, which AVbin supposedly handles, so I suspect it's possible but perhaps I haven't given it enough clues. NB This is on Windows XP, so AVbin is installed. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
