Installation
bilix is a powerful Python asynchronous video download tool that requires two steps to install:
pip install(require python >= 3.8)
shellpip install bilix
If you are a macOS user, you can also use
brew
to install:shellbrew install bilix
FFmpeg :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
ffmpeg
command from the command line in the end.- For macOS, it can be installed via