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 merge downloaded videos automatically(was: 如何自动合并下载的视频) #9707
Comments
Here's one, for BiliBili videos: #9660 (comment) |
|
@yan12125 Thanks in advance for translate my title. |
我下载了ffmpeg和youtube-dl,用youtube-dl下载视频后都是分成很多块,如何使用ffmpeg将这些视频自动合并起来?
之前一直在用you-get,使用windows版本https://github.com/soimort/you-get/releases/tag/v0.4.424
,运行you-get.bat下载视频结束后会自动合并,我注意到该文件夹下附带了ffmpeg,我试着将you-get.exe替换为youtube-dl.exe但没有成功,有没有高手弄个bat啥的,可以自动合并,先谢谢了。