convopus is a Python CLI program for converting audio files to opus audio format.
Features
- Windows / Linux / macOS / Android (via Termux) support
- Customizable bitrate, vbr and more (via config.json)
- Support of various input audio formats / containers
- Fast multi threading converting
- Recursive conversion
Installation
Must have installed ffmpeg and added to PATH
pip install convopus
Build
git clone https://github.com/D221/convopus
cd convopus
pip install .
Usage
convopus -h # for info
# The pogram detects directory or file
convopus /path/to/directory
convopus /path/to/file
You can customize settings in config.json located in:
OS | config.json location |
---|---|
Windows | %LocalAppData%\D221\convopus |
Linux | ~/.config/convopus |
macOS | ~/Library/Application Support/convopus |