Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
Help wanted: Information on "optimum" subtitle format #12534
Comments
|
There is no such format. |
|
Fair enough. What is the "best" way to deal with being served some "useful" subtitles, and some that need to be converted -- how do I convert the ones that are not usable as-is (ttml, tt), and what should they be converted to, without converting the ones that are good as-is? |
|
Convert to the format supported by your player. Again, there is no "not usable as-is" or "good as-is" formats, check which is supported by your player and convert correspondingly. |
So I'm getting a lot of .ttml subtitle files. And having a separate subtitle file isn't too big of a problem.
But neither vlc nor mplayer can handle these.
And while youtube-dl does have a "convert subtitle" option, it isn't (as far as I can tell) "convert ttml to this, convert tt to that", it is "convert everything to one unifying all-encompassing format".
And I don't know the advantages/disadvantages of one subtitle format over another, nor even the limitations of youtube-dl's ability to convert.
So what is the recommended "This is the 15th format that obsoletes all the earlier 14 formats" ultimate subtitle format to convert to?