Skip to content
Novus Examples
scc

What is a .scc file?

text/plain

SCC (Scenarist Closed Captions, .scc) is the broadcast interchange format for CEA-608 captions. Each line is an SMPTE timecode followed by pairs of hexadecimal bytes that are the literal 608 control codes and characters, so caption positioning, roll-up versus pop-on style, and italics are all encoded as byte pairs rather than as markup. It is plain ASCII, but it is not human-readable prose.

How to use a .scc file

Use an example .scc file to test broadcast caption ingest, CEA-608 decoders, and conversion to SRT or WebVTT. It is the format that exposes decoders which assume captions are text — parity bits, double-byte control codes, and drop-frame timecodes all have to be handled.

Convert a .scc file to another format

← All file formats