Audio and Video File Formats: An Introduction

FILE FORMATS There are several audio file formatswith large file sizes (10 x MP3), and does not need
in common use. There are fewer video file formats,further processing to play. The WAV file consists of
but audio video file extensions can be confusing. This isthree blocks of information: The RIFF block which
just a brief description of what the more commonlyidentifies the file as a WAV file, The FORMAT block
used audio and video file formats and systems are.which identifies parameters such as sample rate and
AAC:Advanced Audio Coding This is the audio filethe DATA block which contains the actual data, or
format used by Apple for the iTunes Music Store, andmusic sample.
it may appear with the M4A filename extension. It isWMA: Windows Media Audio A digital system
better than MP3 for sound quality. It was developed asinvented by Microsoft, and is used in portable digital
part of the MPEG4 group owned by Dolby (seeaudio players. Using WMA, a file can be programmed
below).so that it cannot be copied, and can be used to
AU: This audio file format is the standard used byprotect copyright.
Java, Sun and Unix.WMF: Windows Media Format These are audio-video
MPEG: Moving Pictures Expert Group There are afiles comprising WMA and video codecs. They provide
number of MPEG types now, described below.high quality and media security for streaming and
MPEG-1: This is used in digital cameras anddownload and play applications on computers.
camcorders for small video clips. VHS quality playbackWMV: Windows Media Video Used in the Windows
can be expected from MPEG-1.media Player, this is used to stream and download and
MPEG-2: Used for digital satellite TV, professionalplay audio and video content.
movie recording and recording of home DVDWhen dealing with audio and video file formats, you will
recordings. Provides provision for multi-channelsometimes notice the term 'codec'. A codec is simply
surround sound recordings.short for encoder-decoder (or compressor -
MPEG-3: MPEG-3 was propose as an entity, butdecompressor). A main function of a codec is to
eventually merged into MPEG-2.compress audio or video data streams so that
MPEG-4: This is the newest MPEG system and istransmission of digital audio samples and video frames
used for streaming internet content. It is also used incan be speeded up and storage space reduced.
portable video recorders and for internet downloads.The objective of all codecs is to reduce the file size to
Required for DivX. It improves digital broadcasting anda minimum while maintaining audio and video quality. A
interactive graphics and multimedia.quick indication of the codec's place in the path of
MP3: Digital audio files, most commonly used to storetransmission and reception is:
and playback music. It compresses the files to aboutVideo device (e.g. camcorder) - video capture card -
10% of a normal audio file, and a normal music trackvideo digitized - codec (compresses digital info) - result
will be about 5 -6 MB in size. MP3 stands for MPEG-1(MPEG2, AVI, WMV etc) - codec (decompress) -
Audio Layer 3, not MPEG-3 as many people think. Avideo frames - display device.
typical MP3 audio file is near CD quality.Between the two codecs the compressed result is
OGG: An audio file format supporting a variety oftransferred to the display device transmitted, stored on
codecs, the most popular of which is the audio codecfile, etc). So to condense the flow even further, we
Vorbis. However, MP3 files are much more broadlycould basically describe it as:raw data - codec -
supported than Vorbis.transmit - codec - play
RA: Real Audio This format is designed for streamingThis is simplistic, but it shows where the codecs are
audio over the Internet. It is a self-contained file formatused. Therefore, in order to play a movie, video or
with all the audio information stored within the file itself.piece of music of a certain format, you need a codec
WAV: The simplest of the audio file formats,in your computer to allow you to decompress the file
developed by Microsoft and IBM, and built intoand play it.
Windows 95. It is an uncompressed audio file format