I am making a python-based software that actually uses my Window's ffmpeg version. But I am thinking about to make it crossplatform, so, I heard that youtube-dl uses ffmpeg, so I want to know what is the module that it uses. But also, searching I found these two ffmpeg python modules.
In other words, three questions:
- Does ffmpeg-python is system version independent?
- Does ffmpy is system version independent?
- What ffmpeg module does youtube-dl uses?