如何将 MP4 视频转换为 MPEG 格式(包括 AAC 音频)?

发布于 2025-01-12 05:01:15 字数 538 浏览 4 评论 0原文

我正在尝试将 MP4 视频转换为包含 AAC 音频的 MPEG 视频。

ffmpeg -i Kung.Fu.Panda.mp4 -y -acodec aac -vcodec libx264 -f mpeg -movflags +faststart -max_muxing_queue_size 9999 -pix_fmt yuv420p -preset veryfast -crf 22 41ad2d08-f3d6-4ac4-a81b-854538025543.mpeg

出现以下错误。

Unsupported audio codec. Must be one of mp1, mp2, mp3, 16-bit pcm_dvd, pcm_s16be, ac3 or dts.
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

是否可以选择转换为包含 AAC 音频的 MPEG?

先感谢您!

I am trying to convert MP4 video to MPEG video that includes AAC audio.

ffmpeg -i Kung.Fu.Panda.mp4 -y -acodec aac -vcodec libx264 -f mpeg -movflags +faststart -max_muxing_queue_size 9999 -pix_fmt yuv420p -preset veryfast -crf 22 41ad2d08-f3d6-4ac4-a81b-854538025543.mpeg

It occurs the following error.

Unsupported audio codec. Must be one of mp1, mp2, mp3, 16-bit pcm_dvd, pcm_s16be, ac3 or dts.
Could not write header for output file #0 (incorrect codec parameters ?): Invalid argument

Is there an option to convert to MPEG that includes AAC audio?

Thank you in advance!

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文