ffmpeg合并m3u8 自动解密ts

 

 


# index.m3u8 m3u8文件
# out.mp4 输出文件

ffmpeg -allowed_extensions ALL -protocol_whitelist "file,http,crypto,tcp" -i index.m3u8 -c copy out.mp4

你可能感兴趣的:(ffmpeg,m3u8,ffmpeg,m3u8)