Perceptual Coding
Definition
Lossy compression that exploits psychoacoustic or psychovisual masking to discard information the human senses are least sensitive to. MP3, AAC, and AC-3 audio codecs all use this approach, producing spectral artefacts that persist through subsequent conversions.
- Mechanism
- Exploits psychoacoustic or psychovisual masking
- Compression class
- Lossy
- Example codecs
- MP3, AAC, AC-3
- Forensic concern
- Spectral artefacts persist through re-encoding
Common questions
Why does perceptual coding complicate forensic audio authentication?+
Because information judged inaudible or invisible is discarded, not merely compressed, repeated transcoding leaves cumulative artefacts that can mimic or mask signs of editing, complicating efforts to determine whether a file was altered.
Can an examiner tell how many times a file has been re-encoded?+
Spectral analysis can sometimes reveal generation loss and encoder-specific artefact patterns, giving clues about re-encoding history, though it rarely gives an exact count without reference samples from the same source chain.
Is perceptual coding the same as simple bitrate reduction?+
No. Bitrate reduction alone just uses fewer bits; perceptual coding specifically decides which bits to drop based on models of what humans cannot perceive, which is what makes it lossy rather than merely compact.
Related terms
- Codec
- A coder/decoder algorithm that compresses and decompresses media data. H.264/AVC and H.265/HEVC are the dominant video codecs; AAC and MP3 are dominant...
- Container Format
- A file format (MP4, MKV, MOV, AVI, MXF) that multiplexes video, audio, and metadata tracks into a single file with a defined...
- GOP (Group of Pictures)
- The repeating sequence of I, P, and B frames in an inter-frame compressed video. GOP size (the distance between I-frames) is an...
- I-Frame
- An intra-coded frame: a self-contained image compressed without reference to any other frame, like a JPEG. I-frames are the only random-access entry...
- Rewrapping
- Moving a compressed bitstream from one container to another without decoding it. Forensically equivalent to the original encoded stream; no new generation...