Guest User

Untitled

a guest
Jul 21st, 2018
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. stream=pyffmpeg.VideoStream()
  2. stream.open(filepath)
  3.  
  4. Traceback (most recent call last):
  5. File "test.py", line 24, in test
  6. stream.open(filepath)
  7. File "pyffmpeg.pyx", line 2467, in pyffmpeg.VideoStream.open (pyffmpeg.c:16607)
  8. File "pyffmpeg.pyx", line 1920, in pyffmpeg.FFMpegReader.open (pyffmpeg.c:11361)
  9. IOError: Unable to open file test.mp4 (url_fopen)
  10. Segmentation fault
Add Comment
Please, Sign In to add comment