this post was submitted on 13 Mar 2025
4 points (100.0% liked)

Open Source

35531 readers
917 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS
 

Hi! Small question to community

I have 12 videos wich have no sound, but subtitles "fixed" in them without separate SRT file

If there Ai or program to recognize them and\or translate to other languages?

Thanks

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 3 weeks ago* (last edited 3 weeks ago) (1 children)

subtitles “fixed” in them without separate SRT file

can you turn them on and off? meaning, is there a text track embedded in the video file, or is the text actually rendered into each frame?

if the former, you can easily extract them into an SRT file (or another format) using ffmpeg: https://trac.ffmpeg.org/wiki/ExtractSubtitles

[–] [email protected] 3 points 3 weeks ago

the text actually rendered into each frame