Skip to content

Instantly share code, notes, and snippets.

View alvinneocom's full-sized avatar
🚎
quis custodiet ipsos custodes?

Alvin Rhaman alvinneocom

🚎
quis custodiet ipsos custodes?
View GitHub Profile
@denilsonsa
denilsonsa / README.md
Last active May 1, 2024 11:41
Embed VTT subtitles into HTML

Embed VTT subtitles into HTML

Objective

I have a video file on my local disk. I also have some subtitles (in HTML5's [WebVTT][] format).

I want to create an HTML file to play that video with subtitles, all from the local filesystem.

Problem