Difference between revisions of "Codec"

From Conservapedia
Jump to navigation Jump to search
 
(7 intermediate revisions by 5 users not shown)
Line 6: Line 6:
 
==Audio codecs==
 
==Audio codecs==
  
The '''Free Lossless Audio Codec''', abbreviated as FLAC, is, as the name suggests, an [[open source|open-source]] [[lossless]] digital [[audio codec]], and purports itself to be the fastest, most widely supported lossless audio codec<ref>http://flac.sourceforge.net/comparison.html</ref>. FLAC has been incorporated under the banner of the [[Xiph.org Foundation]], along with [[Ogg Vorbis|Vorbis]], [[Speex]], [[Theora]] and others.
+
===FLAC===
 +
The '''Free Lossless Audio Codec''', abbreviated as FLAC, is, as the name suggests, an [[open source|open-source]] [[lossless]] digital audio codec, and purports itself to be the fastest, most widely supported lossless audio codec.<ref>http://flac.sourceforge.net/comparison.html</ref> FLAC has been incorporated under the banner of the Xiph.org Foundation, along with [[Ogg Vorbis|Vorbis]], Speex, Theora and others.
  
 
===MP3===
 
===MP3===
{{main|MP3}}
 
 
 
'''MP3''' (short for '''MPEG-1 Audio Layer 3''') is a set of audio decoding and encoding [[algorithm]]s created by Fraunhofer IIS in Germany, which can achieve high compression ratio with little loss in audio quality.
 
'''MP3''' (short for '''MPEG-1 Audio Layer 3''') is a set of audio decoding and encoding [[algorithm]]s created by Fraunhofer IIS in Germany, which can achieve high compression ratio with little loss in audio quality.
  
 
Although newer codecs can offer higher compression ratio or higher audio quality for a given ratio, MP3 has remained popular due to its near-universal compatibility.
 
Although newer codecs can offer higher compression ratio or higher audio quality for a given ratio, MP3 has remained popular due to its near-universal compatibility.
  
'''Vorbis''', commonly known as Ogg Vorbis, due to the common use of [[Ogg]] as a containment wrapper for Vorbis, is an [[open source|open-source]] audio compression codec which is capable of delivering greater audio quality at a lower file size than does [[MP3]]. Vorbis is also free of the aggressive copyright policy that MP3 is licensed under, which forces software writers to pay a fee to be able to legally write and distribute software that is capable of encoding audio as MP3.
+
===Vorbis===
 +
'''Vorbis''', commonly known as Ogg Vorbis, due to the common use of Ogg as a containment wrapper for Vorbis, is an [[open source|open-source]] audio compression codec which is capable of delivering greater audio quality at a lower file size than does [[MP3]]. Vorbis is also free of the aggressive copyright policy that MP3 is licensed under, which forces software writers to pay a fee to be able to legally write and distribute software that is capable of encoding audio as MP3.
 +
 
 +
==Video codecs==
 +
 
 +
===Theora===
 +
 
 +
Theora is another Xiph.org codec, in this case, designed for the compression of video.
  
 
==References==
 
==References==
Line 29: Line 35:
  
 
[[Category:Technology]]
 
[[Category:Technology]]
 +
[[Category:Computer Science]]

Latest revision as of 02:13, September 25, 2019

A codec is an algorithm which describes a method of compressing and decompressing data, thus the name codec, derived from compression decompression.

One guide describes codecs in this manner:

When you make an audio or video recording, the "raw" file that is created is often VERY large. ... So what can be done about this? Well many years ago, circa 1980's, special "mathematical algorithms" were designed to make the files smaller but still play well on a computer. And so codec's were born.

Audio codecs

FLAC

The Free Lossless Audio Codec, abbreviated as FLAC, is, as the name suggests, an open-source lossless digital audio codec, and purports itself to be the fastest, most widely supported lossless audio codec.[1] FLAC has been incorporated under the banner of the Xiph.org Foundation, along with Vorbis, Speex, Theora and others.

MP3

MP3 (short for MPEG-1 Audio Layer 3) is a set of audio decoding and encoding algorithms created by Fraunhofer IIS in Germany, which can achieve high compression ratio with little loss in audio quality.

Although newer codecs can offer higher compression ratio or higher audio quality for a given ratio, MP3 has remained popular due to its near-universal compatibility.

Vorbis

Vorbis, commonly known as Ogg Vorbis, due to the common use of Ogg as a containment wrapper for Vorbis, is an open-source audio compression codec which is capable of delivering greater audio quality at a lower file size than does MP3. Vorbis is also free of the aggressive copyright policy that MP3 is licensed under, which forces software writers to pay a fee to be able to legally write and distribute software that is capable of encoding audio as MP3.

Video codecs

Theora

Theora is another Xiph.org codec, in this case, designed for the compression of video.

References

Links