使用ffmpeg转码时遇到aac报错

The encoder 'aac' is experimental but experimental codecs are not enabled, add '-strict -2' if you want to use it

这句话的大概意思似乎是指aac是个实验性质的编码解码器,但是你的命令行里,并没有允许使用试验性质的编解码器.

解决

正如这个提示后面说的,只需要在命令中加上

-strict -2

即可解决问题.

相关文章:

  • 2022-12-23
  • 2022-01-18
  • 2022-12-23
  • 2022-12-23
  • 2021-12-16
  • 2022-12-23
  • 2021-08-02
  • 2021-08-28
猜你喜欢
  • 2021-06-30
  • 2022-12-23
  • 2021-07-04
  • 2022-12-23
  • 2021-06-08
  • 2021-10-08
  • 2022-12-23
相关资源
相似解决方案