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.
How to write subtitles into specified file name #3619
Comments
|
The filenames for the subtitles are predictable, you just replace the extension with If you just need to get the subtiltes content, you can also use |
|
It's very useful answer. Thank you very much... |
Is there any way to write video subtitles into specified file name?
In my program I need to read subtitles. But youtube-dl write subtitles into unexpected file names.
So, I want to write subtitles into specific file names and read output
srtfiles for subtitles. Is it possible?