It is possible to use pyffmpeg ?
#1
Exclamation 
Im working in a plugin for XBMC and I need make thumbnails of video files.
If I could use PIL and Pyffmpeg it seems to me I could make thumnails easy:
http://code.google.com/p/pyffmpeg/
I can import Pil but I cannot import pyffmpeg because It seems to me I need to install pyffmpeg into my S.O.
There is a way to use pyffmpeg copying some files into my plugin and import it (like PIL or pysql) ?
Or, there is another way to make a video thumbnail?
Thanks a lot.
Reply
#2
Some help?
Reply
#3
pyffmpeg is probably just a normal python module. copy it to a subdir in your folder, and off you go. note that if pyffmpeg uses binary components, this would be a no-no for hosting in the official repo.
Reply

Logout Mark Read Team Forum Stats Members Help
It is possible to use pyffmpeg ?0