CS Chap #1(Sub-topic 1.3: File Compression) Flashcards
Lossless File Compression
file compression method where the original file can be restored following decompression.
Lossy File Compression
file compression method where parts of the original file cannot be recovered during decompression, so some of the original detail is lost.
JPEG
Joint Photographic Experts Group — a form of lossy file compression based on the inability of the eye to spot certain color changes and hues.
MP3/MP4 files
file compression method used for music and multimedia files
Audio Compression
a method used to reduce the size of a sound file using perceptual music shaping
Perceptual music shaping
method where sounds outside the normal range of hearing of humans, for example, are eliminated from the music file during compression. (Instance with loud and soft sound, loud sound kept soft deleted because soft can’t be heard)
Bit Rate
the number of bits transferred or received per unit of time
Run Length Encoding (RLE)
a lossless file compression technique used to reduce text and photo files in particular. (Checks repetition, assigns one value to how many times it is being repeated and another value to define what is being repeated; compression data stored in File Header)
Methods of reducing Movie Files and Image Files
Movie Files:
1. Reduce sampling rate
2. Reduce sampling resolution
3. Reduce frame rate
Image Files:
1. Crop image
2. Decrease color depth
3. Reduce image resolution