Translating movie subtitles without srt files

0

I am downloading torrent movies and need to translate subtitles into different languages, but most of the downloads contain no subtitle files (srt. etc), although the movies do have subtitles. Are they embedded in the movie file itself?

I was able to Google Translate one movie download srt. file, but have not been able to find most of the other subtitle files.

Daniel Hayden

Posted 2012-10-07T06:11:51.607

Reputation: 1

Yes a srt file can be embed to a movie file with softwares like Virtualdubmod. if it's embedded then i am not sure you are able to retrieve that. – Rahul Gautam – 2012-10-07T06:30:11.330

Answers

1

It depends. Some container formats (notably .mkv, but there are others) allow you to embed subtitles as text files/subtitle streams, but that is not a guarantee that one particular video has done so. You try playing the video in VLC media player, you can see embedded subtitle streams under Tools => Codec Information.

The other commonly used method is to write the subtitles into the video stream itself, which is usually an irreversible operation unless you want to manually transcribe them.

Then, once you have verified that the container has a separate subtitle stream, you can extract it. The method is specific to the container format and there are many guides and tools available online for such a purpose; a quick search on Super User itself has revealed guides for OSX here.

Bob

Posted 2012-10-07T06:11:51.607

Reputation: 51 526

-1

https://gosubtitle.com works very well. You can convert any video/audio into subtitle in any languages.

Guest

Posted 2012-10-07T06:11:51.607

Reputation: 1

1

Welcome to Super User, and thanks for the suggestion. For future reference, answers that recommend software or a web service are better with a little more information. The objective is to provide more of the "how" to solve the problem than just a link and opinion, which also helps to discourage trivial answers that people sometimes use as a way to spam their own products or web sites. Good guidance here: https://meta.superuser.com/questions/5329/how-do-i-recommend-software-in-my-answers.

– fixer1234 – 2017-10-15T02:02:48.300