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

Open Source

35511 readers
40 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

top 5 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 3 weeks ago (1 children)

I don't think such things exists. You would need to do some coding work to gule a few tools together. I would do "FFmpeg -> OpenCV -> Tesseract OCR -> tanslator".

[–] [email protected] 2 points 3 weeks ago (1 children)

Thanks! WIll try it. Also found this in another community answer -> https://sourceforge.net/projects/videosubfinder/files/latest/

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

Congrats on finding a suitable program. It looks promising.

[–] [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