Codec
Codec is a portmanteau of "coder/decoder", which describes a device or program capable of performing transformations on a data stream or signal. Codecs can both put the stream or signal into an encoded form (often for transmission, storage or encryption) and retrieve, or decode that form for viewing or manipulation in a format more appropriate for these operations. Codecs are often used in videoconferencing and streaming media solutions.
For instance, many multimedia data streams need to contain both audio and video data, and often some form of metadata that permits synchronization of the audio and video. Each of these three pieces of data may be handled by different programs, processes, or hardware; but for the multimedia data stream to be useful in stored or transmitted form, they must be encapsulated together.
The raw encoded form of audio and video data is often called essence, to distinguish it from the metadata information that together make up the information content of the stream and any "wrapper" data that is then added to aid access to or improve the robustness of the stream.
The codec is not to be confused with the video file format (or container) used to store the a/v information encoded by the codec. File formats like ".ogg", ".mpg", ".avi", ".mov", etc. are used to store information encoded by a codec.
An endec is a similar (but not identical) concept for hardware.
Some examples of codecs
- Audio
- High-fidelity (lossless)
- General (medium to high bit rate)
- MP1 (MPEG audio layer-1)
- MP2 (MPEG audio layer-2)
- MP3 (MPEG audio layer-3)
- AAC
- DTS Coherent Acoustics
- A/52 or AC-3
- TwinVQ
- Vorbis
- Musepack
- ATRAC
- Windows Media Audio 9 Series
- ADPCM
- Perceptual Audio Coding
- Voice (low to medium bit rate, optimized for speech)
- Video
- Audio Video Standard (AVS)
- Theora
- Ogg Tarkin
- H.261
- H.263
- H.263v2
- H.264
- Huffman Lossless Codec (Huffyuv)
- MPEG-1 Video
- MPEG-2 Video
- MPEG-4 Video
- Sorenson codec
- Cinepak
- Indeo 3/4/5
- MJPEG
- DivX 1-5.1
- Xvid
- 3ivx
- On2 VP3, VP6
- Windows Media Video 9 Series
- Pixlet
See also: multimedia compression, digital signal processing, audio signal processing, lossy data compression, audio codec