opusenc

Convert WAV or FLAC audio to Opus. More information: <https://opus-codec.org/docs/opus-tools/opusenc.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y opus-tools
Ubuntu
RUN apt-get update && \ apt-get install -y opus-tools
Alpine
RUN apk add opus-tools
Arch Arch Linux
RUN pacman -S --noconfirm opus-tools
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y opus-tools
Fedora
RUN dnf install -y opus-tools
Raspbian
RUN apt-get update && \ apt-get install -y opus-tools
click the source code to copy install opusenc on any operating system with command-not-found.com