作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用的 FFmpeg 很好,因为如果我使用 AV_CODEC_ID_PCM_U8 和其他一些带有 avcodec_find_encoder 和 avcodec_find_decoder 的 CODEC,它就可以工作。
任何人都知道为什么查找器编码器函数总是使用 AV_CODEC_ID_OPUS 返回 NULL?
最佳答案
你需要检查三件事:
fmpeg
用 opus 解码器编译? ffmpeg -decoders | grep libopus
是什么意思说? av_register_all
? ffmpeg-2.1.3> ./configure --help | grep opus
--enable-libopus enable Opus decoding via libopus [no]
--enable-libopus
(当然在你的工具链中有 libopus)
关于FFmpeg avcodec_find_encoder(AV_CODEC_ID_OPUS) 和 avcodec_find_decoder(AV_CODEC_ID_OPUS) 都返回 NULL,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21638844/
我正在使用的 FFmpeg 很好,因为如果我使用 AV_CODEC_ID_PCM_U8 和其他一些带有 avcodec_find_encoder 和 avcodec_find_decoder 的 CO
我是一名优秀的程序员,十分优秀!