ffmpeg命令下载MP4视频 下载MP4视频命令 下载MP4视频命令 “ffmpeg.exe” -threads 0 -i “https://*.m3u8” -c copy “filename.mp4”“ffmpeg.exe” -threads 0 -i “https://*.m3u8” -c copy -f mp4 “filename.mp4”“ffmpeg.exe” -threads 0 -i “https://*.m3u8” -c copy -bsf:a aac_adtstoasc “filename.mp4” 上面这几种方法获得的结果都是一样的。