1

我在 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

知道有什么问题吗?

4

0 回答 0