Hi Neon,

The error you're getting is basically telling you that you are trying to 
use FFmpeg in 64 bits with a Python interpreter in 32 bits, or vice versa. 
The dll must have the same architecture as the Python interpreter.

Using FFmpeg version up to 3.4.2 should be safe. But I would first try to 
make it work with FFmpeg 3.3.X before testing anything else.

The option search_local_lib is turned on by default. So it should not 
affect the way things work. Pyglet should be able to find the library from 
your PATH.

Daniel

-- 
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.

Reply via email to