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.
--continue flag has no effect when downloading via ffmpeg #7911
Comments
|
You can use native hls downloader that supports continue with |
The
--continueoption has no effectffmpegis employed for downloading/transcoding, possibly becauseffmpegdoes not support resuming.If downloading a long video is interrupted (lost network connection, etc.), you have to download the whole file again even though 99% of the file is already downloaded. Annoying, needless to say...
It should be considered to retrieve the video data in a way that honours the
--continueflag. To reproduce, run the command, interrupt the download after a few seconds, and run it again.