Hi, I found the c-type wrappers for ffmpeg's libavformat and libcodec
in experimental. Nice work!

There is a catch though. i cannot get it to work.

Here's what I get:

Traceback (most recent call last):
  File "test.py", line 27, in <module>
    import lib_avformat as avformat
  File "/home/tarjei/api/components/internal/videodemon/doc/
experimental/lib_avformat.py", line 14, in <module>
    from avcodec import get_library
  File "/home/tarjei/api/components/internal/videodemon/doc/
experimental/avcodec.py", line 28, in <module>
    import lib_avcodec as avcodec
  File "/home/tarjei/api/components/internal/videodemon/doc/
experimental/lib_avcodec.py", line 884, in <module>
    img_resample_init = _lib.img_resample_init
  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 361,
in __getattr__

  File "/usr/lib/python2.5/site-packages/PIL/__init__.py", line 366,
in __getitem__

AttributeError: /usr/lib/libavcodec.so.51: undefined symbol:
img_resample_init

This is using the latest version of ffmpeg.

Do you have any suggestions to get this working?

Kind regards,
Tarjei
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to