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.
Feature request: Download of separate audio & video and their merge should happen in parallel #17378
Comments
|
I am posting this for a friend who doesn't have a github account:
|
|
Regarding the OP feature request, I think is a wonderful idea. The merging stage may be difficult to coordinate due is performed by a separate program (ffmpeg), but +1 for the concurrent download of video and audio streams. @dstftw do you think it's possible to implement? (concurrent download for separate streams) |
|
Anyone still working on this?
Just instead of the upper two ffmpeg commands, you would stream the download of the files into the pipes. This also avoids creating any intermediate files. Source: |
For some sites, audio and video is downloaded separately. First the video, then the audio. During post processing both files are merged.
It would be nice, if all three of those processes could run in parallel, since this would allow users to start playing back the video before the download has completed.