this post was submitted on 16 May 2025
562 points (99.5% liked)

Programmer Humor

23590 readers
1008 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] y0din@lemmy.world 16 points 2 weeks ago* (last edited 2 weeks ago)

Subtitles are not always simple text files in the source. They can come in various formats like SRT, WebVTT, Teletext, and VobSub—if they are present at all.

To integrate them into WebM, you must first determine if they exist, ensure they have the correct language tags (and tag them properly if they don’t), then extract them, convert them into a format compatible with the player, and finally remux them alongside the video and audio. This process can easily fail in an automated workflow if any of these conditions are unmet or if the subtitle format is incompatible.

Given this complexity, it’s understandable why many choose to avoid the effort rather than addressing whether WebM supports subtitles.

I am not defending anyone, but the process of it all makes it understandable, at least for me.