美文网首页Ceph
【ceph】解决mp4无法播放问题

【ceph】解决mp4无法播放问题

作者: 小醉90s | 来源:发表于2018-12-12 16:32 被阅读0次

问题:
上传的mp4文件无法在线播放

分析:
ceph的对象网关仅支持标准的h264编码,mp4有很多编码格式h264是较为通用流行的编码

方案:
将原始视频文件转换为标准编码格式 h264

  1. 使用ffmpeg命令转换
ffmpeg -i Atlas._The_Next_Generation_超清.mp4 -strict -2 -vcodec h264 frog-h264.mp4
  1. 使用“格式工厂”转换
    http://www.pcfreetime.com/formatfactory/CN/index.html

参考:
安装ffmpeg软件:https://www.cnblogs.com/wpjamer/p/ffmpeg.html

相关文章

网友评论

    本文标题:【ceph】解决mp4无法播放问题

    本文链接:https://www.haomeiwen.com/subject/frrphqtx.html