Difference between revisions of "Lossless and lossy"

From VideoLAN Wiki
Jump to navigation Jump to search
m (Reverted edits by Hp7Uvd (Talk); changed back to last version by J-b)
(reworked)
Line 1: Line 1:
'''Lossless''' describes a way of compressing data which still keeps all the data. If you have a compressed file, you can use it to create an exact copy of the source file.
+
'''Lossless''' is a way of compressing data which is fully reversible -- e.g., does not throw away data. A losslessly compressed file can be used to create an exact copy of the source file.
  
'''Lossy''' is the opposite to Lossless. Some data is discarded. This makes the file a lot smaller, but reduces the [[quality]] of the audio slightly.
+
'''Lossy''' is the opposite of lossless. A certain amount of data is discarded; how much is usually dependent upon a quality or bitrate setting of the codec. This makes the file (or stream) much smaller that lossless compression, but reduces the [[quality]].  It is impossible to [[transcode]] from one lossy format to another without further degrading quality.
 +
 
 +
==Lossless Codecs==
 +
* [[WAVE]] (WAVE is technically a container format, but usually contains lossless PCM audio.)
 +
* [[FLAC]]
 +
 
 +
==Lossy Codecs==
 +
* [[MP3]]
 +
* [[Vorbis]]
 +
* [[AAC]]
 +
* [[AC3]]
 +
* [[WMA]]
 +
* [[Speex]]
 +
* All [[codecs|video codecs]]
  
{| class="wikitable" width="100%"
 
!Lossy !!Lossless
 
|-
 
| width=50% | [[MP3]], [[Vorbis]], [[AAC]], [[WMA]], All [[codecs|video codecs]].
 
| width=50% | [[WAVE]], [[FLAC]]
 
|}
 
  
 
[[Category:Glossary]]
 
[[Category:Glossary]]

Revision as of 13:51, 12 October 2007

Lossless is a way of compressing data which is fully reversible -- e.g., does not throw away data. A losslessly compressed file can be used to create an exact copy of the source file.

Lossy is the opposite of lossless. A certain amount of data is discarded; how much is usually dependent upon a quality or bitrate setting of the codec. This makes the file (or stream) much smaller that lossless compression, but reduces the quality. It is impossible to transcode from one lossy format to another without further degrading quality.

Lossless Codecs

  • WAVE (WAVE is technically a container format, but usually contains lossless PCM audio.)
  • FLAC

Lossy Codecs