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 get audio when watching partially downloaded file #26754
Comments
|
|
|
Thanks, that helps! For future readers I may add that if you use
|
Question
If I download a video using youtube-dl I often want to watch the video already before the download finished. However if I just play the
*.partfile, there is no audio.So how should I initiate the download process such that the partial downloaded file also contains the correct audio stream?
If I already initiated a download "the wrong way", i.e. such that the part file doesn't contain audio, is there a way to fix this while the download continues?