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.
Subtitles not embedded as expected #7909
Comments
|
Post the full output of youtube-dl when run with |
|
ffmpeg does not support embedding TTML subtitles, so you need to convert them to srt or other ffmpeg-compatible formats first. However, TTML conversion in youtube-dl is broken for this case:
There are two lines with invalid timestamps in the downloaded file:
youtube-dl should tolerate it. |
|
Invalid timestamps in TTML are ignored now. In the next version you can embed subtitles with the following command:
|
|
Thanks! I had the same problem. |
Subtitles are not embedded into the
.mp4file as expected. The following vague error message is given, though no obvious errors can be seen when examining the.ttmlfile.