[https @ 000001a69f0bae00] Protocol 'https' not on whitelist 'file,crypto,data'!

  ffmpeg下载视频并合并到一个视频中,执行如下命令:

ffmpeg -i index.m3u8 -c copy result.mp4

  出现 [https @ 000001a69f0bae00] Protocol 'https' not on whitelist 'file,crypto,data'! 问题,详情如下:

  因fmpeg默认不使用https协议,https协议没有在白名单内,所以无法下载。

  更新协议白名单-protocol_whitelist concat,file,http,https,tcp,tls,crypto,执行如下命令:

ffmpeg -protocol_whitelist concat,file,http,https,tcp,tls,crypto  -i index.m3u8 -c copy result.mp4

  再次执行命令,详情如下:

0
 
posted @   无虑的小猪  阅读(931)  评论(0编辑  收藏  举报
相关博文:
阅读排行:
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)
点击右上角即可分享
微信分享提示