我在OSX中安装和使用pyffmpeg时遇到问题。 (雪豹)
我尝试了不同的版本。只有安装的配置是Python2.6,Cython 0.13和pyffmpeg 2.0。 (Python,ffmpeg和cython随MacPorts一起安装,pyffmpeg与setup.py一起安装)
但是当我尝试打开文件时
stream=pyffmpeg.VideoStream()
stream.open(filepath)
它给出了这个错误:
Traceback (most recent call last):
File "test.py", line 24, in test
stream.open(filepath)
File "pyffmpeg.pyx", line 2467, in pyffmpeg.VideoStream.open (pyffmpeg.c:16607)
File "pyffmpeg.pyx", line 1920, in pyffmpeg.FFMpegReader.open (pyffmpeg.c:11361)
IOError: Unable to open file test.mp4 (url_fopen)
Segmentation fault
知道什么是错的吗?