Problem
A captioned master is treated as the canonical archive even though later accessibility work requires the underlying subtitle track as a separate editable asset.
Solution
Root Cause / Diagnostic:
Archiving only the final video with burned-in open captions discards the editable text layer and timestamp metadata. When foreign language localization, accessibility compliance (WCAG 2.1), or typography redesigns are needed later, the burned pixels cannot be unbaked, forcing complete re-transcription.
Actionable Fix:
1. Mandate dual-asset archival for every completed piece of content: archive the clean textless video master (_CLEAN) alongside the standalone subtitle file (.SRT / .VTT).
2. Store subtitle files in a centralized text repository with standardized UTF-8 character encoding to support future localization and accessibility workflows.
3. Verify that the standalone subtitle file syncs perfectly with the clean master before closing out the project archive.
Pro Tip:
Always embed closed-caption tracks directly into the MP4/MOV container metadata (c608/c708 or timed text tracks) in addition to saving external .vtt sidecars, ensuring permanent text preservation without destructive pixel burn-in.
Archiving only the final video with burned-in open captions discards the editable text layer and timestamp metadata. When foreign language localization, accessibility compliance (WCAG 2.1), or typography redesigns are needed later, the burned pixels cannot be unbaked, forcing complete re-transcription.
Actionable Fix:
1. Mandate dual-asset archival for every completed piece of content: archive the clean textless video master (_CLEAN) alongside the standalone subtitle file (.SRT / .VTT).
2. Store subtitle files in a centralized text repository with standardized UTF-8 character encoding to support future localization and accessibility workflows.
3. Verify that the standalone subtitle file syncs perfectly with the clean master before closing out the project archive.
Pro Tip:
Always embed closed-caption tracks directly into the MP4/MOV container metadata (c608/c708 or timed text tracks) in addition to saving external .vtt sidecars, ensuring permanent text preservation without destructive pixel burn-in.