What is a Codec?




Codec stands for Coder-Decoder (some say Compressor-Decompressor) and is used to describe anything which turns data into another form for storage or transmission, then changes it back for use.
In traditional broadcasting, a codec is a physical device which turns analog video and audio data into digital form to be sent out over the air. It is also capable of turning received digital information back into an analog format.
In computers, a codec is used as a way of compressing video, images and audio to a more manageable size. The majority use a lossy(Not all the data can be recovered from the file when decompressed) method of compression, but some are lossless. Lossless codecs, such as MSU or Huffyuv, reproduce the original video exactly, with no subsequent loss if the video is re-encoded. The more common lossy codecs lose varying degrees of information, but can save substantial amounts of space.


A lossy codec may be transformative, predictive, or a combination of both. The transformative type cuts up the original image(s) or sound and quantizes it into a more efficient space, then encodes it. A predictive codec compares a chunk of known data to adjacent data and eliminates excess information to save size. There are many types of codec available, each attempting to strike an ideal balance between the loss of information and file size. Other factors, such as openness and the processor power needed to decode, are also important when considering which one to use.
The Ogg Theora and Ogg Vorbis codecs are a pair of video and audio codecs, respectively. They have high-quality and good compression, and are entirely free of patent restrictions, making them popular amongst many developers. RealVideo is a video codec designed specifically for streaming use online. While many codecs can be streamed, RealVideo and its sister codec RealAudio are particularly optimized for the PNA and Real Time Streaming protocols. There are literally hundreds of codecs used online, and everyone has their own favorites for specific applications. Many programs, such as Windows Media Player, have features integrated to automatically search for and download the necessary codec to play a movie or audio file, eliminating the need for a user to actively find them. A number of bundles are also available for download, installing the most common audio and video codecs all at once.

Comments

Popular posts from this blog

What is an Operating system?

What is NTSC and PAL ?

What is Dual Core Technology?