# Video decoder

> Mediated Wiki article. Canonical URL: https://mediated.wiki/source/Video_decoder
> Markdown URL: https://mediated.wiki/source/Video_decoder.md
> Source: https://en.wikipedia.org/wiki/Video_decoder
> Source revision: 1077451060
> License: Creative Commons Attribution-ShareAlike 4.0 International (https://creativecommons.org/licenses/by-sa/4.0/)

This article is about decoding analog video signals. For digital video compression decoders, see [video codec](/source/Video_codec).

Integrated circuit video decoder (Philips SAA7114H)

A **video decoder** is an [electronic circuit](/source/Electronic_circuit), often contained within a single [integrated circuit](/source/Integrated_circuit) chip, that converts base-band [analog video](/source/Analog_video) signals to digital video.[1] Video decoders commonly allow programmable control over video characteristics such as [hue](/source/Hue), [contrast](/source/Contrast_(vision)), and [saturation](/source/Colorfulness). A video decoder performs the inverse function of a **video encoder**, which converts raw (uncompressed) digital video to analog video. Video decoders are commonly used in [video capture devices](/source/Video_capture_device) and [frame grabbers](/source/Frame_grabber).

## Signals

The input signal to a video decoder is analog video that conforms to a standard format. For example, a standard definition (SD) decoder accepts ([composite](/source/Composite_video) or [S-Video](/source/S-Video)) that conforms to SD formats such as [NTSC](/source/NTSC) or [PAL](/source/PAL). High definition (HD) decoders accept analog HD formats such as AHD, HD-TVI, or HD-CVI.

The output digital video may be formatted in various ways, such as 8-bit or 16-bit [4:2:2](/source/4%3A2%3A2), 12-bit [4:1:1](/source/4%3A1%3A1), [BT.656](/source/ITU-R_BT.656) (SD) or [BT.1120](/source/BT.1120) (HD). Usually, in addition to the digital video output bus, a video decoder will also generate a [clock signal](/source/Clock_signal) and other signals such as:

- [Sync](/source/Frame_synchronization_(video)) — indicates the beginning of a video frame

- [Blanking](/source/Blanking_(video)) — indicates video blanking interval

- [Field](/source/Field_(video)) — indicates whether the current video field is even or odd (applies to interlaced formats)

- Lock — indicates the decoder has detected and is locked (synchronized) to a valid analog input video signal

## Functional blocks

The main functional blocks of a video decoder typically include these:

- Analog processors

- Y/C (luminance/chrominance) separation

- Chrominance processor

- Luminance processor

- Clock/timing processor

- A/D converters for Y/C

- Output formatter

- Host communication interface

## Process

Video decoding involves several processing steps. First the [analog signal](/source/Analog_signal) is digitized by an [analog-to-digital converter](/source/Analog-to-digital_converter) to produce a raw, digital data stream. In the case of [composite video](/source/Composite_video), the [luminance](/source/Luminance) and [chrominance](/source/Chrominance) are then separated; this is not necessary for [S-Video](/source/S-Video) sources. Next, the chrominance is demodulated to produce color difference video data. At this point, the data may be modified so as to adjust brightness, contrast, saturation and hue. Finally, the data is transformed by a [color space](/source/Color_space) converter to generate data in conformance with any of several color space standards, such as [RGB](/source/RGB) and [YCbCr](/source/YCbCr). Together, these steps constitute *video decoding* because they "decode" an analog video format such as [NTSC](/source/NTSC) or [PAL](/source/PAL).

## References

1. **[^](#cite_ref-VideoDemystified_1-0)** Jack, Keith (1996). *Video demystified : a handbook for the digital engineer* (2nd ed.). San Diego, CA: HighText Interactive. p. 233. [ISBN](/source/ISBN_(identifier)) [1-878707-23-X](https://en.wikipedia.org/wiki/Special:BookSources/1-878707-23-X).

This electronics-related article is a stub. You can help Wikipedia by adding missing information.

- [v](https://en.wikipedia.org/wiki/Template:Electronics-stub)
- [t](/source/Template_talk%3AElectronics-stub)
- [e](https://en.wikipedia.org/wiki/Special:EditPage/Template:Electronics-stub)

---
Adapted from the Wikipedia article [Video decoder](https://en.wikipedia.org/wiki/Video_decoder) by Wikipedia contributors ([contributor history](https://en.wikipedia.org/wiki/Video_decoder?action=history)). Available under [Creative Commons Attribution-ShareAlike 4.0 International](https://creativecommons.org/licenses/by-sa/4.0/). Changes may have been made.
