ffmpeg dependency
jdmoorman opened this issue · 2 comments
jdmoorman commented
The ffmpeg dependency mentioned in the README is not the same as the ffmpeg requirement listed in setup.py
on line 28. The ffmpeg requirement listed in setup.py
is actually https://pypi.org/project/ffmpeg/. There is a Python wrapper for ffmpeg called ffmpy that you might be able to use, or you can link to ffmpeg.org so users know where to download ffmpeg. In any case, ffmpeg should be removed from the requirements list in setup.py
.
jdmoorman commented
mengaldo commented
@jdmoorman This should now be fixed, thank you.