如何将 MP4 视频转换为 MPEG 格式(包括 AAC 音频)?
我正在尝试将 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论