Forrest logo
back to context overview

opusenc

List of commands for opusenc:

  • opusenc:tldr:42fc7 opusenc: Convert speech audio at the lowest quality level.
    $ opusenc ${path-to-input-wav} --downmix-mono --bitrate ${6} ${path-to-out}.opus
    try on your machine
    explain this command
  • opusenc:tldr:80db7 opusenc: Convert stereo audio at the highest quality level.
    $ opusenc --bitrate ${512} ${path-to-input-wav} ${path-to-output}.opus
    try on your machine
    explain this command
  • opusenc:tldr:e9b9c opusenc: Convert WAV to Opus using default options.
    $ opusenc ${path-to-input-wav} ${path-to-output}.opus
    try on your machine
    explain this command
back to context overview