convopus

Python CLI program that converts directories of audio files to opus using ffmpeg


Keywords
audio, audio-processing, cli, converter, ffmpeg, ogg, opus, python, termux
License
MIT
Install
pip install convopus==1.3.2

Documentation

convopus

GitHub release (latest by date) GitHub GitHub Workflow Status

convopus is a Python CLI program for converting audio files to opus audio format.

Demo

Features

  • Windows / Linux / macOS / Android (via Termux) support
  • Customizable bitrate and more (via config.json)
  • Support of various audio formats / containers

Installation

Must have installed ffmpeg and added to PATH

pip install -U 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

License

MIT