SCC InspectorAnalyze and debug SCC (Scenarist Closed Caption / EIA-608) files in VS Code. SCC files store captions as timecoded pairs of hex words — compact for broadcast workflows, opaque for humans. SCC Inspector decodes them in place: hover any code to see exactly what it does, read every caption at a glance from code lenses, and catch parity, timing, and buffer problems as you type. FeaturesReal-time diagnosticsProblems are flagged as you edit and listed in the Problems panel, with red line tints and minimap bands so trouble spots stand out while scrolling.
Rich hover tooltipsHover any hex word to see the decoded command, the exact time that packet hits air (frame-accurate, drop-frame aware), and the caption buffer at that moment with the hovered code highlighted in context. Hover a timestamp for frame rate, packet count, and line duration.
Decoded-caption code lensesEvery caption line gets a lens showing its decoded text and display timing —
Outline navigationCaption text appears in the Outline view and breadcrumbs. Jump to any caption with Syntax highlightingTimestamps, control codes, caption start/end commands, and text bytes are color-coded via a TextMate grammar. Frame rate handlingThe frame rate (23.98, 25, 29.97 drop-frame, 29.97 non-drop) is auto-detected from the file, and all timing math — including SMPTE drop-frame — follows it. Force a specific rate with the Settings
Limitations
Acknowledgments
LicenseMIT |


