Jump to content
Main menu
Main menu
move to sidebar
hide
Navigation
Main page
Recent changes
Random page
Help about MediaWiki
Special pages
Niidae Wiki
Search
Search
Appearance
Create account
Log in
Personal tools
Create account
Log in
Pages for logged out editors
learn more
Contributions
Talk
Editing
Data compression ratio
Page
Discussion
English
Read
Edit
View history
Tools
Tools
move to sidebar
hide
Actions
Read
Edit
View history
General
What links here
Related changes
Page information
Appearance
move to sidebar
hide
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
{{Short description|Measurement of the power of a data compression algorithm}} {{broader|Data compression}} '''Data compression ratio''', also known as '''compression power''', is a measurement of the relative reduction in size of data representation produced by a data compression algorithm. It is typically expressed as the division of uncompressed size by compressed size. ==Definition== Data compression ratio is defined as the ratio between the ''uncompressed size'' and ''compressed size'':<ref name=CompressionRatioBroadcastEngineering>{{cite news |title=Pixel grids, bit rate and compression ratio |publisher=Broadcast Engineering |url=http://broadcastengineering.com/storage-amp-networking/pixel-grids-bit-rate-and-compression-ratio |date=2007-12-01 |access-date=2013-06-05 |url-status=dead |archive-url=https://web.archive.org/web/20131010224651/http://broadcastengineering.com/storage-amp-networking/pixel-grids-bit-rate-and-compression-ratio |archive-date=2013-10-10 }}</ref><ref name="CompressionRatioDigitalVideoandHD">{{cite news|title=Digital Video and HD: Algorithms and Interfaces|author=Charles Poynton|date=2012-02-07|publisher=[[Morgan Kaufmann Publishers]]|edition=2nd|isbn=9780123919267|author-link=Charles Poynton}}<!--|accessdate=2013-06-05--></ref><ref name=CompressionRatioHEVCdraft10>{{cite news |title=High Efficiency Video Coding (HEVC) text specification draft 10 (for FDIS & Consent) |publisher=JCT-VC |url=http://phenix.it-sudparis.eu/jct/doc_end_user/current_document.php?id=7243 |date=2013-01-17 |access-date=2013-06-05}}</ref><ref name=CompressionRatioLogitechAVCStandard>{{cite news |title=The H.264 Advanced Video Coding (AVC) Standard |publisher=Logitech |url=http://www.logitech.com/assets/45120/logitechh.pdf |archive-url=https://web.archive.org/web/20130219161340/http://www.logitech.com/assets/45120/logitechh.pdf |archive-date=2013-02-19 |url-status=live |access-date=2013-06-05}}</ref><ref name=CompressionRatioSonyBroadcastApplications>{{cite news |title=White Paper on Performance Characteristics of MPEG-2 Long GoP vs AVC-I video compression techniques for Broadcast Applications |publisher=[[Sony]] |url=http://pro.sony.com/bbsccms/assets/files/micro/xdcam/solutions/MPEG-2_Long_GoP_vs_AVC_Comp-Strategies.pdf |archive-url=https://web.archive.org/web/20091229065501/http://pro.sony.com/bbsccms/assets/files/micro/xdcam/solutions/MPEG-2_Long_GoP_vs_AVC_Comp-Strategies.pdf |archive-date=2009-12-29 |url-status=live |access-date=2013-06-05}}</ref> :<math> {\rm Compression\;Ratio} = \frac{\rm Uncompressed\;Size}{\rm Compressed\;Size}</math> Thus, a representation that compresses a file's storage size from 10 MB to 2 MB has a compression ratio of 10/2 = 5, often notated as an explicit ratio, 5:1 (read "five" to "one"), or as an implicit ratio, 5/1. This formulation applies equally for compression, where the uncompressed size is that of the original; and for decompression, where the uncompressed size is that of the reproduction. Sometimes the ''space saving'' is given instead, which is defined as the reduction in size relative to the uncompressed size: :<math>{\rm Space\;Saving} = 1 - \frac{\rm Compressed\;Size}{\rm Uncompressed\;Size}</math> Thus, a representation that compresses the storage size of a file from 10 MB to 2 MB yields a space saving of 1 - 2/10 = 0.8, often notated as a percentage, 80%. For signals of indefinite size, such as [[streaming audio]] and video, the compression ratio is defined in terms of uncompressed and compressed [[Bit rate|data rates]] instead of data sizes: :<math> {\rm Compression\;Ratio} = \frac{\rm Uncompressed\;Data\;Rate}{\rm Compressed\;Data\;Rate}</math> and instead of space saving, one speaks of '''data-rate saving''', which is defined as the data-rate reduction relative to the uncompressed data rate: :<math>{\rm Data\;Rate\;Saving} = 1 - \frac{\rm Compressed\;Data\;Rate}{\rm Uncompressed\;Data\;Rate}</math> For example, uncompressed songs in CD format have a data rate of 16 bits/channel x 2 channels x 44.1 kHz β 1.4 Mbit/s, whereas [[Advanced Audio Coding|AAC]] files on an iPod are typically compressed to 128 kbit/s, yielding a compression ratio of 10.9, for a data-rate saving of 0.91, or 91%. When the uncompressed data rate is known, the compression ratio can be inferred from the compressed data rate. ==Lossless vs. Lossy== [[Lossless compression]] of digitized data such as video, digitized film, and audio preserves all the information, but it does not generally achieve compression ratio much better than 2:1 because of the intrinsic [[information entropy|entropy]] of the data. Compression algorithms which provide higher ratios either incur very large overheads or work only for specific data sequences (e.g. compressing a file with mostly zeros). In contrast, [[lossy compression]] (e.g. [[JPEG]] for images, or [[MP3]] and [[Opus (audio format)|Opus]] for audio) can achieve much higher compression ratios at the cost of a decrease in quality, such as Bluetooth audio streaming, as visual or audio compression artifacts from loss of important information are introduced. A compression ratio of at least 50:1 is needed to get [[1080i]] video into a 20 Mbit/s [[MPEG transport stream]].<ref name=CompressionRatioBroadcastEngineering/> ==Uses== The data compression ratio can serve as a measure of the [[complexity]] of a data set or signal. In particular it is used to approximate the [[algorithmic information theory|algorithmic complexity]]. It is also used to see how much of a file is able to be compressed without increasing its original size. ==References== <references/> ==External links== *[http://www.cartesianinc.com/Tech/tech-overview.html Nondegrading lossy compression] [[Category:Data compression]] [[Category:Engineering ratios]]
Summary:
Please note that all contributions to Niidae Wiki may be edited, altered, or removed by other contributors. If you do not want your writing to be edited mercilessly, then do not submit it here.
You are also promising us that you wrote this yourself, or copied it from a public domain or similar free resource (see
Encyclopedia:Copyrights
for details).
Do not submit copyrighted work without permission!
Cancel
Editing help
(opens in new window)
Templates used on this page:
Template:Broader
(
edit
)
Template:Cite news
(
edit
)
Template:Short description
(
edit
)
Search
Search
Editing
Data compression ratio
Add topic