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.
[x] I've verified and I assure that I'm running youtube-dl 2017.10.07
Command:
youtube-dl -f 'best[ext=mp4]/best' --write-auto-sub --sub-lang en --embed-subs --embed-thumbnail IgSuFYamZasAfter run this command, the video is downloaded successfully, but the subtitle embedded in video file which is automatic generated by Youtube is not time synced with audio. But, but, when I run the command again, it downloads the subtitle again, and skip the video download(video file exists), and embed the subtitle into video file again, and then the subtitle works well.
Really weird..guess there's some issue when merging subtitle file at first time.
Run the command below will reproduce the issue.