Every consumer media file you have ever played is lossy. The math is simple: uncompressed 1080p video is ~1.5 GB per second; uncompressed CD audio is ~1.4 Mbps. Storage and bandwidth at those rates is unworkable. Compression algorithms pick which information to drop by modeling what humans perceive — they can throw away high-frequency audio above 16 kHz (most adults can't hear it), they can blur visually-similar pixels (the brain reconstructs them), they can store only differences between frames (consecutive frames are 95% identical).
The amount thrown away is controlled by bitrate. A 320 kbps MP3 throws less away than a 128 kbps MP3 at the same source. A 4K H.264 video at 25 Mbps throws less away than the same source at 5 Mbps.
The catch: every time you re-encode a lossy file, you compound the loss. Downloading a YouTube video then converting to MP4 with different settings produces a file that's visibly worse than either the original or what YouTube would have served. This is why VidPickr does lossless muxing — we never re-encode the codec data, only repackage it.
Common questions
Is YouTube lossy?
How can I avoid lossy compression?
Related terms
Lossless compression
Lossless compression makes files smaller without discarding any data — the original is perfectly reconstructed when decoded.
Codec
A codec is the algorithm that encodes (compresses) and decodes raw audio or video into a smaller stream.
Bitrate
Bitrate is the amount of data a video or audio stream carries per second, measured in bits per second (bps) or kilobits (kbps) and megabits (Mbps).
Transcoding
Transcoding is the process of decoding a compressed media file and re-encoding it into a different codec, container, bitrate, or resolution.
VidPickr is a free, browser-based YouTube downloader. Every term in this glossary either describes how YouTube delivers video or why your downloads behave the way they do. Try the downloader →