๐Ÿ“บ Teletext VBI Decoder

Extract hidden teletext data from VBI scanlines in captured images

๐Ÿ“ก

Drop VBI image here or click to upload

Supports PNG, BMP, TIFF, JPEG โ€” ideally raw captures with VBI scanlines visible

โ„น How it works

Teletext data was broadcast in the Vertical Blanking Interval (VBI) โ€” the invisible scanlines at the top of each TV frame.

This decoder extracts that hidden data by:

  1. Finding clock run-in โ€” the alternating 10101... sync pattern
  2. Detecting framing code โ€” byte 0xE4 marks data start
  3. Decoding Hamming 8/4 โ€” error-corrected magazine/row bytes
  4. Extracting text โ€” 40 characters per packet with parity checking

Upload a raw VBI capture image, or click "Generate Demo" to try it out with synthetic data!