标签: multithreading ffmpeg hls m3u8
我正在使用ffmpeg下载m3u8文件中的ts并将它们合并到mp4文件中,使用以下命令行:
ffmpeg -i <source m3u8 file> -c copy target.mp4