Codecs: Presented By: 09BCE035 Arpan Patel
Codecs: Presented By: 09BCE035 Arpan Patel
What is a Codec ?
Codec stands for enCOder/DECoder or COmpressor/DECompressor It is a software or hardware that compresses and decompresses audio and video data streams.
Classification of Codecs:
Audio Codecs Video Codecs Text Codecs
Audio Codecs:
Audio codecs (encoder-decoder) are programs that reduce this file size and can be split into two main categories - "lossy" and "lossless". A "lossy" codec (e.g. MP3, OGG Vorbis, AAC) uses knowledge of human hearing to try and discard as much of the original audio signal as possible, whilst attempting to make the audio sound as close as possible to the original. These codecs typically achieve a filesize of 10%-20% of the original. A "lossless" codec (e.g. FLAC) performs the same function as "winzip" - i.e. it compresses an audio file without discarding any of the information. These codecs typically achieve a filesize of 50%-60% of the original filesize, but the audio playback will be bit-for-bit identical to the original file.
Video Codecs:
Codecs are software that enable your devices (Camera, Editor, Player) to perform video encoding and/or decoding (think video compression and de-compression). Obviously the Bluray player needs only to decode a video stream. All these Codecs are based on standards (often de-facto company standards). All video streams are embedded in multimedia (video) containers. It is a common misconception that .AVI (Windows) and .MOV (Quicktime on Macs) already define what kind of video format it is. These containers include information which Codec is used in the file. If your system does not have the proper Codec installed the video won't play.
Image quality
Detail Color
Text Codecs
A Text Codec is a function that transforms text into (when encoding) or out of (when decoding) another kind of representation. Usually, the most human-readable representation is said to be "decoded". "Encoders" will turn the (selected or whole) text into something less readable, "Decoders" try to revert those effects as good as possible. E.g.: ROT-13, Base64, URI Codecs, Unicode Codecs, Case Encoders, CMML, BiM