curl / Mailing Lists / curl-users / Single Mail
Buy commercial curl support from WolfSSL. We help you work out your issues, debug your libcurl applications, use the API, port to new platforms, add new features and more. With a team lead by the curl founder himself.

Re: A very difficult download

From: Patrick M. Hausen <hausen_at_punkt.de>
Date: Wed, 22 May 2019 10:20:47 +0200

Hi all,

> Am 22.05.2019 um 09:59 schrieb Pierre Brico <pierre.brico_at_gmail.com>:
> For you information, video files are often split into several pieces to be played by a browser. The URL you gave (with playlist.m3u8) should contain the playlist of resolution available for the video. For each resolution, you have an URL (usually chunklist.m3u8) with a list of all chunks belonging to the video. If you want to download the full video, you have to download all pieces (media_0.ts, media_1.ts, ...) using curl and afterwards, put them all together using a tool like ffmpeg (https://ffmpeg.org/download.html). Here is an example of command line: ffmpeg.exe -f concat -i listOfChunks.txt -acodec copy -vcodec copy movie.mp4 with listOfChunks.txt like:
> […]

Or in the OP’s case possibly just use Clipgrab:
https://clipgrab.org

HTH,
Patrick

-- 
punkt.de GmbH			Internet - Dienstleistungen - Beratung
Kaiserallee 13a			Tel.: 0721 9109-0 Fax: -100
76133 Karlsruhe			info@punkt.de	http://punkt.de
AG Mannheim 108285		Gf: Juergen Egeling
-----------------------------------------------------------
Unsubscribe: https://cool.haxx.se/list/listinfo/curl-users
Etiquette:   https://curl.haxx.se/mail/etiquette.html
Received on 2019-05-22