Android 设备的视频编码
建议的视频/音频编解码器是什么,用于对大多数设备上适用的 Android 设备进行视频编码?
我尝试使用 H.264/AAC,但输出 mp4 仅适用于 Android 2.2,运行较旧操作系统版本的设备说“该视频无法播放”。我正在使用正常的渐进式播放(通过http),即没有流媒体服务器等。
那么我如何编码我的视频(哪个视频/音频编解码器以及什么设置),以便它在大多数设备上正常渐进式播放。
What is the suggested video/audio codec for encoding videos for android devices which works on most of the devices?
I tried using H.264/AAC, but the output mp4 only works in android 2.2, devices running older os versions says "this video can not be played". I am using normal progressive playback (via http) i.e. no streaming servers etc.
So how can I encode my videos (which video/audio codec and what settings) so that it works in normal progressive playback on most of the devices.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
确保编码的视频分辨率不超过设备的分辨率,在第一代设备上通常为 480x320。
有时,如果是这样,您将只能播放音频。我还看到当音频参数不兼容时只能播放视频。
Make sure the encoded video resolution does not exceed that of the device, typically 480x320 on first generation devices.
Sometimes if it does you will get audio only playback. I have also seen video only playback when the audio parameters were incompatible.