Export Formats supported by Audacity

From Audacity Development Manual
Revision as of 11:06, 31 December 2014 by PeterSampson (talk | contribs) (adding a custom TOC - as this is getting a bit lengthy - and just to aid navigation and discoverability)
Jump to: navigation, search
Gale 18Dec14: ToDo-2 I added an Intro (it's too bald otherwise if someone just finds this without coming from an Export page). I expanded the list of formats mentioned in "Other uncompressed files" and only provided a link for items that have options. I added information about command-line export and suggested we should mention Speex, Opus and ALAC here.
  • Peter 19Dec14: Oops, I kept forgetting to do that, I think the ednote was blinding it me to its absence - so thanks for spotting that and adding the intro Gale. I may be short of time today but I will review your other changes and comments in detail later.
  • Peter 31Dec14:Thanks for the polish you have applied to this page Gale, much appreciated. I've made some further changes today. Not sure if we need the AMR and proposed "Speex, Opus and ALAC" examples on this page - but as Joan Armatrading sings "I'm open to persuasion". Maybe they belong better elsewhere?

Diálogo de exportación de archivo

This page describes audio file formats which can be exported to using the Export Audio / Export Selected Audio and Export Multiple dialogs.

To export to MP3 you must install the optional LAME encoder and to export to formats listed as "FFmpeg" you must install the optional FFmpeg library.

Advice Many format types have size, quality or encoding options. Select the format type then click the Options... button in the Export Audio / Selected Audio or Export Multiple dialog to view the options for that selected format.

You can click the first link in each format listed below to view the Options page for that format.

Contents

  1. Uncompressed format types
  2. Compressed format types
  3. External program
  4. FFmpeg format types (mostly compressed)
  5. Custom FFmpeg Export
  6. File size and channel comparisons by export format
  7. Exporting to formats not listed in the Export Audio Dialog

Uncompressed format types

Gale 18Dec14: ToDo-2 The below statement is questionable given "Other uncompressed files" includes 4-bit and 8-bit formats and even GSM. It may not be worth trying to explain the sense in which those smaller formats are lossless, but the Glossary link to uncompressed explains it in essence.
  • Peter 31Dec14: ok, I copied some of the text from the glossary entry to save the user an unnecessary link.

The following are all uncompressed, lossless, formats that do not lose any information from the audio. They may be either a size-compressing format like FLAC where the quality is exactly as good as before compression, or an uncompressed format like WAV:

  • Other uncompressed files: includes all the uncompressed audio formats that Audacity can export, including 4-bit ADPCM, 8-bit U-Law/A-Law, 24-bit, 32-bit and 64-bit options. This menu item defaults to WAV (Microsoft) signed 16-bit PCM on Windows and Linux and to AIFF (Apple/SGI) signed 16 bit PCM on Mac.
  • AIFF (Apple/SGI) signed 16 bit PCM No options for this format: AIFF is a lossless format that can both be played on Mac and Windows computers, though it is far more likely to be selected by Mac users. AIFF 16-bit PCM is suitable whenever you want to burn your exported file to an audio CD.
  • WAV (Microsoft) signed 16 bit PCM No options for this format: WAV is a lossless format that can both be played on Windows or Mac computers. WAV 16-bit PCM is eminently suitable whenever you want to burn your exported file to an audio CD.

16-bit WAV and AIFF formats produce large files and are best-suited for use on computers.

Compressed format types

Compressed formats produce files that are usually significantly smaller than uncompressed formats, as seen in the table below. Thus they are well suited for use on portable devices where storage space is smaller and at a premium.

  • GSM 6.10 WAV (mobile) No options for this format: Produces a mono WAV file encoded with the compressed, lossy GSM 6.10 codec as used in mobile telephones.
  • MP3 Files: MP3 is a popular compressed, lossy format producing much smaller files than WAV or AIFF, at the expense of some loss of quality.
    You must download the optional LAME encoder to export to MP3.
  • OGG Vorbis Files: Ogg Vorbis is the compressed, lossy Vorbis codec in an OGG container. Vorbis offers higher quality than MP3 for the same file size, and is useful for good quality small-sized mono files, but fewer applications can play the OGG format.
  • FLAC Files: FLAC is a compressed but lossless format, giving larger file sizes than MP3 and OGG.
  • MP2 Files: MP2 is a compressed, lossy format similar to MP3, producing slightly larger files than MP3 for the same quality.

External program

  • (external program): sends audio via the command-line to any executable binary application either for processing or for encoding as a file. This is a method to export using an alternative compressed or uncompressed encoder or to a format not otherwise supported by Audacity.

FFmpeg format types (mostly compressed)

The following export types are listed in released builds of Audacity on Windows and Mac, and in other builds where FFmpeg is enabled. They will only function if you install the optional FFmpeg library.

The following four formats are small-sized compressed formats giving file sizes comparable to or smaller than MP3.

  • M4A (AAC) Files (FFmpeg): Advanced Audio Coding is a compressed, lossy format used in Apple applications, generally achieving slightly better quality than MP3 for the same file size. By default, the exported file will be given an "m4a" extension. Optional permitted extensions: .mp4, .m4r (ringtone) and .3gp (mobile).
  • AC3 Files (FFmpeg): the common name used for the compressed, lossy format used in Dolby Digital.
  • AMR (narrow band) Files (FFmpeg): the Adaptive Multi-Rate codec is a patented compression scheme optimized for speech, but also used for mobile telephone ringtones. The wide band variant uses higher bandwidth for higher quality.
  • WMA (version 2) Files (FFmpeg): Windows Media Audio v2 is a compressed, lossy format developed by Microsoft. Optional permitted extensions: .asf or .wmv.

Custom FFmpeg Export

  • Custom FFmpeg Export: Allows interface-based export of some additional compressed or uncompressed formats not listed above, and options for exporting formats containing alternative codecs (for example, WAV format containing MP3 or OGG format containing FLAC). Note: not all formats and codecs are compatible, and some exports might result in zero-byte or invalid files if FFmpeg does not support the combination chosen.

    The most flexible method to export to more formats using FFmpeg (or using any alternative encoder of your choice) is therefore to select (external program) as above and use the command-line encoder. See How can I export to formats not listed in the Export Audio Dialog? for more information.

Gale 18Dec14: We give an example below (AMR WB) of a format not listed by name in the dropdown. I think there are at least three others that should be mentioned: Opus (requires command-line because Custom FFmpeg Export does not work for it), Speex (works in both Custom FFmpeg Export and command-line) and ALAC (though that is already mentioned at Tutorial_-_Exporting_to_iTunes#alac). So should we give the two extra examples I suggest below, and also ALAC (or perhaps link to ALAC on the iTunes page)?
  • Peter 31Dec14:Actually the more I look at this the more I think this example doesn't belong on this page. I'm retaining it here inside the ednote in case we want to move it elsewhere.
AMR (wide band) export using 3GP extension (mono, 16000 Hz sample rate) may be made by choosing Custom FFmpeg Export (see below) if you obtain or compile a "shared" build of FFmpeg 1.2 or later that supports such encoding. The recommended FFmpeg library for Windows or Mac is suitable. Alternatively you can export AMR Wide Band using Audacity's command-line encoder pointing to a suitably built "ffmpeg" executable.

File size and channel comparisons by export format

The following table gives typical achieved mono and stereo file sizes with different formats at default Audacity settings (that is, 44100 Hz sample rate and default bit rate or quality settings in the case of compressed formats). Where VBR compression is employed, the achieved size will vary depending on the content.

Some formats can be exported as multi-channel files containing more than two channels, if you enable this at "Use custom mix" in the Import / Export Preferences. The final column in the table shows the maximum number of channels Audacity can export for each format. Some formats may theoretically support more channels than Audacity can export.

Peter 17Dec14: I reordered the table by size descending order.

ToDo-2 I plan to do some export experiments later to check the size comparisons.

  • Gale: 17Dec14: The table was updated by me for 2.0.6.

N.B. the blank lines, seen only when editing, are deliberately left in to facilitate readability and any re-ordering that may be necessary, they do not affect the display of the table.</p>
Format Lossy Compression File size
(MB per minute):
File size
limit:
Channels
mono stereo
WAV 16-bit PCM No None 5.0 10.0 4 GB(1) 32
AIFF 16-bit PCM No None 5.0 10.0 4 GB(1) 32
FLAC 16-bit No VBR 2.5 5.0  8
WMA v2 Yes CBR 1.3 1.3  2
M4A (AAC) Yes VBR   - 1.1 32
AC3 Yes CBR 1.1 1.1  7
MP2 Yes CBR 1.1 1.1  2
MP3 Yes CBR (optional VBR) 1.0 (CBR) 1.0 (CBR)  2
Ogg Vorbis Yes VBR 0.5 1.0 32
GSM 6.10 WAV Yes CBR 0.5   -  1
AMR (NB) Yes CBR 0.1   -  1
(1) The practical file size limit is 2 GB in many player applications due to their interpretation of the file size header. This also applies to 24-bit and 32-bit files where those bit depths are valid.

Exporting to formats not listed in the Export Audio Dialog

If you install the optional FFmpeg library you can use the (FFmpeg) choices in the Export Audio Dialog to export M4A (AAC), AC3, AMR (narrow band) and WMA. If you don't see a choice for one of those specific FFmpeg formats, then the build of FFmpeg you are linking to was not compiled to support encoding in that format.

The most flexible method to export to more formats is to choose (external program) in the Export Audio Dialog which opens the dialog for Audacity's command-line encoder. Point your command to an encoder that supports the format you want to write to, which could be FFmpeg or some other encoder (for example, an alternative AAC or MP3 encoder). On Windows, the recommended EXE installer of FFmpeg includes an ffmpeg.exe which you can use for this purpose. On Mac OS X, you can download a standalone "ffmpeg" binary if you search online. Please see formats supported by FFmpeg on the Audacity Wiki.