VideoHelp Forum
+ Reply to Thread
Results 1 to 2 of 2
Thread
  1. Hi,

    is it possible with yt-dlp, for an m3u8 download, to download the fragments in two threads so that the download process speeds up?

    Example: for a video file with 100 fragments
    Thread 1: frag1, 2, 3, ...
    Thread 2: frag100, 99, 98, ...
    After all the fragment download, yt-dlp shall merge them all to a video file as usual. Maybe this can be achieved with a Python code?
    Quote Quote  
  2. use parameter "-N", e.g. "yt-dlp -N 8 https://..."

    Excerpt from the help page (Website or yt-dlp --help):
    Code:
      Download Options:
        -N, --concurrent-fragments N    Number of fragments of a dash/hlsnative
                                        video that should be downloaded concurrently
                                        (default is 1)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!