Windows 上的 Ffmpeg:使用 mp3 作为音频编解码器来创建 mp4 文件
我在 Windows 上使用 ffmpeg 创建用于网络分发的 mp4 文件。由于 libfaac 不可用,我使用 libmp3lame 对音轨进行编码。 mp4 是用 falsh 播放器(JWPlayer)播放的
我想知道在某些设备上使用 mp3 而不是 aac 是否有任何缺点?
I'm using ffmpeg on Windows to create mp4 files for web distribution. As libfaac isn't available, I use libmp3lame to encode the audio tracks. The mp4 are played back with a falsh player (JWPlayer)
I was wondering if there were any shortcomings to use mp3 instead of aac on certain devices?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果 JWPlayer 能处理就好了。 MP3 首先是一种更加开放和便携的格式。
If JWPlayer can handle it, it's fine. MP3 is a more open and portable format to begin with.