The Problem
Editing YouTube videos was taking too long, specifically syncing JSON transcripts to my timeline.
The Solution
I built a Python script that:
- Parses my custom JSON format.
- Maps it to the FCPXML standard.
- Automatically generates subtitle clips.
This saved me roughly 2 hours of manual work per video.