Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
audio:formats [2014/10/21 17:35]
floele
audio:formats [2023/01/27 20:31] (current)
Line 1: Line 1:
 +====== Audio formats ======
 +
 +The following is a list of audio formats supported by CDBurnerXP.
 +
 +
 +|^Type ^ Full name ^ Quality ||
 +|| AIFF| [[wp>​AIFF|Audio Interchange File Format ]] | lossless||
 +|| ALAC | [[wp>​Apple_Lossless|Apple Lossless]] (extensions M4A or MP4) | lossless||
 +|| APE | [[wp>​Monkey'​s_Audio|Monkey'​s Audio ]] | lossless||
 +|| BWF |  [[wp>​Broadcast_Wave_Format|Broadcast Wave Format]] | lossless ||
 +|| FLAC | [[wp>​FLAC|Free Lossless Audio Codec]]| lossless ||
 +|| MP2 | [[wp>​MP2|MPEG-1 Audio Layer 2]] | lossy ||
 +|| MP3 | [[wp>​MP3|MPEG-1 Audio Layer 3]] | lossy ||
 +|| MPC| [[wp>​Musepack|Musepack]] | lossy||
 +|| OGG | [[wp>​Ogg_Vorbis|Ogg Vorbis]] | lossy ||
 +|| Opus | [[wp>​Opus_(audio_format)|Opus]] | lossy||
 +|| WAV |  [[wp>​WAV|Waveform Audio Format]] | lossless ||
 +|| WMA | [[wp>​Windows_Media_Audio|Windows Media Audio]] | lossy / lossless||
 +|| WV| [[wp>​WavPack|WavPack ]] | lossless||
 +
 +<note warning>
 +[[wp>​Digital_rights_management|DRM protected]] files are not and will never be supported. Make sure that you buy your music from shops which do not impose any usage restrictions.
 +</​note>​
 +
 +===== Variable and constant bit rates =====
 +
 +The bit rate of an audio file determines how many bits (1 byte = 8 bit) are used to encode data per unit of time. The higher the value, the higher is the quality. The bitrate is not the only factor deciding on the quality of a file, it also depends on the actual format and encoder being used.
 +
 +If, for example, an audio file has the bitrate 192Kbit/s = 192.000Bit/​s = 24.000Byte/​s,​ it will require approx. 4.12MiB for 3 minutes of audio.
 +
 +A **constant** bit rate means that the disc space distribution is the same throughout the file. This makes it easy to determine the disc space required for an encoded file with given bit rate, or to decide which bit rate to use for a given target size.
 +
 +A **variable** bit rate, however, yields a higher audio quality, because it allows the encoder to increase or decrease the bit rate dynamically to match the complexity of the music.
 +
 +The formats MP3, OGG and WMA allow you to use either constant or variable bitrates. FLAC uses the lowest bitrate possible without losing any quality and WAV is not capable of any compression.
 +
 +===== Bit rates =====
 +
 +MP3 encoded with a CBR has one of the following bit rates (all in KBit/s): 32, 40, 48, 56, 64, 80, 96, 112, 128, 160, 192, 224, 256, 320. 192 is recommended. If a file does not use any of these bit rates, it's using a variable bit rate.
 +
 +OGG is usually encoded with VBR, using one of the following nominal bit rates (along with the correspdonding quality setting): 64 (0), 80 (1), 96 (2), 112 (3), 128 (4), 160 (5), 192 (6), 224 (7),  256 (8), 320 (9), 500 (10). Using higher bit rates than 224 (7) is not recommended.