vinooo1095

Results 1 comments of vinooo1095

I'm guessing this happens if you've installed both, ffmpeg and ffmpeg-python. uninstall both with: `pip uninstall ffmpeg` `pip uninstall ffmpeg-python` and install ffmpeg-python again with : `pip install ffmpeg-python` This...