模拟器可以播放什么格式的视频?
Android模拟器支持哪些格式的视频文件?
我知道它可能不会实时播放,但是哪些会实时播放?
What formats of video file are supported in the Android emulator?
I understand that it probably won't play in real time, but what ones will play at all?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
秘密在于模拟器将播放 MP4 基线配置文件,而真实设备也将播放更好的 MP4 配置文件。
为了获得在模拟器中正常播放的视频文件,请尝试以下设置:
The secret is that the emulator will play the MP4 baseline profile, while real devices will also play better MP4 profiles.
In order to get a video file that plays properly in the emulator, try these settings:
它支持
H.263
编码和解码,H.264 AVC
和MPEG-4 SP
均仅解码。在模拟器上,播放质量在速度或延迟方面可能有点麻烦。
查看所有支持的媒体格式的图表,了解更多信息。
It supports
H.263
encoding and decoding,H.264 AVC
andMPEG-4 SP
both only decoding.On an emulator the playback quality in terms of speed or lags might be a bit cumbersome.
Checkout the chart of all supported media formats for more information.