Opus Export Options

From Audacity Development Manual
Revision as of 12:17, 31 March 2020 by PeterSampson (talk | contribs) (WIP ignore)
Jump to: navigation, search
Other languages
English
OPUS file format (also called "Ogg Opus") is a size-compressed and lossy' audio format developed for Internet streaming. It uses both SILK (used by Skype) and CELT (from Xiph.Org) codecs and supports variable bit rates from 6 kb/s to 510 kb/s.
Accessed by: File > Export > Export Audio... then choosing OPUS (OggOpus) Files (FFmpeg) from the Save as type dropdown menu.
File:OPUS FFmpeg export dialog.jpg
Also accessed by: File > Export > Export Multiple... then choosing OPUS (OggOpus) Files (FFmpeg) from the Save as type dropdown menu. In this case the options dialog will appear in the center of the Export Multiple dialog.

FLAC Export Setup

  • Level: The amount of file size compression used to losslessly pack the audio data, similar to compression levels in ZIP files. The level settings range from 0 to 8. Level 0 is optimized to encode as fast as possible. Level 8 is optimized to pack as efficiently as possible, so produces slightly smaller files than level 0 at the expense of taking longer to encode. Files encoded at level 8 are rarely more than a few percent smaller than those encoded at level 0, but can take three or four times longer to encode.
  • Bit depth: Choose from 16-bit (default) or 24-bit (approximately 50% larger file size).