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.
youtube-dl should automatically download video as MP4 when including subtitles. #15050
Comments
|
Example with youtube-dl --write-sub --embed-subs https://www.youtube.com/watch?v=w4HPw_nfH-g
I should not need to add -f 22 parameter to force MP4 since --embed-subs parameter requires MP4 video format according to its --help parameter.