ffmpeg build问题记录

一、执行ffmpeg -i xx.mp4 out.mp4报输出流0:1缓冲的数据包太多

1、分析

不是错误。该文件有一些稀疏的视频或音频帧,增加数据包队列大小有助于:

2、解决

修改命令:ffmpeg -i xx.mp4 -max_muxing_queue_size 400 out.mp4

3、参考链接

http://trac.ffmpeg.org/ticket/6375

二、Subtitle encoding currently only possible from text to text or bitmap to bitmap

1、分析

The subtitle stream of xx.mkv is image-based and the default subtitle encoder of the Matroska muxer is text-based,so a transcode operation for the subtitles is expected to fail and hence(因此) the stream isn't selected。

译文:xx.mkv的字幕流是基于图像的,并且Matroska复用器的默认字幕编码器是基于文本的,所以字幕的转码操作预计会失败。因此不会选择流。

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值