This is an interesting one - quoting from the official Python package guidelines[1]:
> For Python 3 library modules, use python-[modulename]. The module itself is imported using `import ffmpeg`, however the package on pypi is called `python-ffmpeg`[2]. Which of those is the "module name"? Regards, xiretza [1]: https://wiki.archlinux.org/index.php/Python_package_guidelines [2]: https://pypi.org/project/python-ffmpeg/
