Definition
Reverse video is a display and video‑processing technique in which the luminance or color values of a visual signal are inverted, causing light areas to become dark and dark areas to become light. In digital contexts, this typically involves swapping the foreground and background colors or applying a negative filter to an image or video stream.
Historical Development
The concept originated in analog television and early computer terminals. In the 1960s and 1970s, many video cameras and broadcast equipment incorporated a “reverse video” or “negative video” mode that inverted the video signal for special effects or technical testing. Early text terminals, such as the DEC VT100, used reverse video to highlight selected text by swapping the character’s foreground and background attributes.
Technical Implementation
| Medium | Typical Method of Inversion |
|---|---|
| Analog video | Reversing the polarity of the luminance (Y) component, or swapping the sync and blanking levels, producing a negative image. |
| Digital video | Applying a pixel‑wise operation $I' = 255 - I$ for 8‑bit per channel formats, where I is the original intensity and I′ is the inverted intensity. |
| Computer displays | Rendering text or graphics with swapped foreground/background colors, often implemented via attribute bits in the video memory or graphics APIs. |
| Software editing | Using a “negative” or “invert colors” filter in video‑editing programs (e.g., Adobe Premiere, Final Cut Pro) that applies the same pixel‑wise subtraction. |
Applications
- User‑interface feedback – Reverse video is employed in command‑line interfaces, terminal emulators, and early graphical user interfaces to indicate focus, selection, or active states.
- Broadcast effects – Television producers have used reverse video to create “negative” visual effects, for artistic or safety‑testing purposes (e.g., visualizing signal polarity).
- Accessibility – Inverting colors can increase contrast for users with visual impairments; many operating systems provide a system‑wide reverse video or high‑contrast mode.
- Testing and calibration – Engineers may toggle reverse video to verify the linearity and response of display hardware, ensuring proper handling of both polarity extremes.
Related Concepts
- Negative image – A photographic or video image where luminance values are inverted.
- Color inversion – A digital image processing operation that swaps each color channel to its complementary value.
- Highlighting – In text displays, reverse video is one of several methods (e.g., underline, bold) for emphasizing content.
Standardization
In the SMPTE (Society of Motion Picture and Television Engineers) and ITU‑R recommendations for video signal coding, the term “negative video” is used to describe the inversion of the luminance component. While “reverse video” is not a formal standard term, it is widely recognized in technical documentation and user manuals to describe the same effect.
See also
- Video signal polarity
- Terminal emulation
- High‑contrast display mode
References
(Encyclopedic sources typically include technical manuals, SMPTE standards, and historical documentation on terminal display attributes; specific citations are omitted here per instruction not to fabricate references.)