ffmpeg mp3 转换失败

发布于 2024-10-17 11:57:17 字数 1459 浏览 8 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

尘世孤行 2024-10-24 11:57:17

试试这个,它对我有用。

sudo apt-get install ffmpeg libavcodec-extra-52

感谢 ffmpeg:转换音频-仅限 flv 至 swf

Try this, it worked for me.

sudo apt-get install ffmpeg libavcodec-extra-52

thanks to ffmpeg: convert audio-only flv to swf

寂寞笑我太脆弱 2024-10-24 11:57:17

对于 ubuntu 11.10:

sudo apt-get install ffmpeg libavcodec-extra-53

对于 ubuntu 11.04、10.10、10.04:

sudo apt-get install ffmpeg libavcodec-extra-52

For ubuntu 11.10:

sudo apt-get install ffmpeg libavcodec-extra-53

For ubuntu 11.04, 10.10, 10.04:

sudo apt-get install ffmpeg libavcodec-extra-52
请你别敷衍 2024-10-24 11:57:17

看起来你的 FFMPEG 不是用 libmp3lame 编译的。请参阅这篇文章:

https://superuser.com/questions/196857/how-to- install-libmp3lame-for-ffmpeg

如果您无法自己编译它,则必须搜索支持它的二进制文件。

It looks like your FFMPEG wasn't compiled with libmp3lame. See this post:

https://superuser.com/questions/196857/how-to-install-libmp3lame-for-ffmpeg

If you can't compile it on your own you'll have to search for a binary that does support it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文