9

I am using ffmpeg to download the ts in the m3u8 file and merge them into an mp4 file,Use the following command line:

ffmpeg -i <source m3u8 file> -c copy target.mp4

Although it can work, but I found the download speed is very slow, bandwidth utilization is very low, so I would like to know if ffmpeg can be set to multi-threaded download to speed up the download speed?

xichun lin
  • 99
  • 1
  • 3
  • 2
    Not implemented. – Gyan May 27 '18 at 08:09
  • @Gyan Now in 2022, does the newest ffmpeg support multi-thread? I found m3u8 downloading is about 22 times fast. But I want to playback 32 times fast. Does the official version support this now? thx! – Wayne Chen Oct 28 '22 at 09:16
  • @Gyan is your response from 2018 still applicable about this not being implemented (now that we're on version 5.1.x of FFMPEG)? Thanks – g491 Jan 30 '23 at 19:02

0 Answers0