Hi all,
I've been trying pyffmpeg out, and for some reason I cannot run the
simple example on the project front page (
http://code.google.com/p/
pyffmpeg/), python exits with this error:
Traceback (most recent call last):
File "ffmpeg-test.py", line 7, in <module>
mp.open("head.mpg")
File "pyffmpeg.pyx", line 1920, in pyffmpeg.FFMpegReader.open
(pyffmpeg.c:11371)
IOError: Unable to open file head.mpg (url_fopen, -2) ## the -2 was
added by me
Segmentation fault
I'm using gentoo, Python 2.6.6 and ffmpeg 0.6_p25767.
Any idea what could be wrong?
Thanks.
Best regards,
Nicolas