Installation
bilix is a powerful Python asynchronous video download tool that requires two steps to install:
pip install(require python >= 3.8)
shellpip install bilixIf you are a macOS user, you can also use
brewto install:shellbrew install bilixFFmpeg :A command-line video tool for compositing downloaded audio and video
- For macOS, it can be installed via
brew install ffmpeg - For Windows, please go to the official website https://ffmpeg.org/download.html#build-windows , you need to configure environment variables after installation
INFO
Just make sure that you can call the
ffmpegcommand from the command line in the end.- For macOS, it can be installed via