-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

opusenc


> Convert WAV or FLAC audio to Opus.

More information.


Convert WAV to Opus using default options:

opusenc {path/to/input.wav} {path/to/output}.opus

Convert stereo audio at the highest quality level:

opusenc --bitrate {512} {path/to/input.wav} {path/to/output}.opus

Convert 5.1 surround sound audio at the highest quality level:

opusenc --bitrate {1536} {path/to/input.flac} {path/to/output}.opus

Convert speech audio at the lowest quality level:

opusenc {path/to/input.wav} --downmix-mono --bitrate {6} {path/to/out}.opus


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Tue May 21 07:00:18 2024