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.
Convert subtitles to lrc? #14292
Convert subtitles to lrc? #14292
Comments
Good to know that! |
This one is simple: Youtube-dl gives an option to convert subtitles to a desired format, but lrc isn't one of the provided options. Adding support for it would be trivial (Ffmpeg already does it on it's own) and, I think, it'd be a great help when downloading music from such channels which add subtitles to all their songs.
I already checked out
--execto do this, but that runs commands with the file's full name, while the subtitle always differs slightly from the video. Embedding the subtitle into the file and converting that could also work I guess, but my experience is that sometimes (I think when multiple formats are mixed into a mkv container?) subtitle embedding just fails.Make sure you are using the latest version: run
youtube-dl --versionand ensure your version is 2017.09.15. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?