Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FFMpegConvertError when running setup.py test #61

Open
wpmccormick opened this issue Nov 17, 2016 · 0 comments
Open

FFMpegConvertError when running setup.py test #61

wpmccormick opened this issue Nov 17, 2016 · 0 comments

Comments

@wpmccormick
Copy link

wpmccormick commented Nov 17, 2016

Running on freebsd. Compiled ffmpeg from source.

root@cringe:/usr/local/share/python-video-converter # python setup.py test
running test
.E........
======================================================================
ERROR: test_converter (__main__.TestFFMpeg)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/local/share/python-video-converter/test/test.py", line 297, in test_converter
    self.assertTrue(verify_progress(conv))
  File "/usr/local/share/python-video-converter/test/test.py", line 22, in verify_progress
    li = list(p)
  File "../converter/__init__.py", line 213, in convert
    timeout=timeout):
  File "../converter/ffmpeg.py", line 495, in convert
    total_output, line, pid=p.pid)
FFMpegConvertError: <FFMpegConvertError error="video:0kB audio:10kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.264493%", pid=60621, cmd="/usr/local/bin/ffmpeg -i test.aac -acodec libmp3lame -ac 1 -ab 32k -vn -sn -f mp3 -y /usr/local/share/python-video-converter/test/H6CUK34E50P1LGDCIV13/output.mp3">

----------------------------------------------------------------------
Ran 10 tests in 21.516s

FAILED (errors=1)
Traceback (most recent call last):
  File "setup.py", line 51, in <module>
    packages=['converter'],
  File "/usr/local/lib/python2.7/distutils/core.py", line 151, in setup
    dist.run_commands()
  File "/usr/local/lib/python2.7/distutils/dist.py", line 953, in run_commands
    self.run_command(cmd)
  File "/usr/local/lib/python2.7/distutils/dist.py", line 972, in run_command
    cmd_obj.run()
  File "setup.py", line 20, in run
    raise Exception('tests failed')
Exception: tests failed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant