模拟器可以播放什么格式的视频?

发布于 2024-10-15 19:40:05 字数 61 浏览 3 评论 0原文

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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

叫思念不要吵 2024-10-22 19:40:05

秘密在于模拟器将播放 MP4 基线配置文件,而真实设备也将播放更好的 MP4 配置文件。

为了获得在模拟器中正常播放的视频文件,请尝试以下设置:

ffmpeg -i inputvideo.wmv -vcodec libx264 -vprofile baseline outputvideo.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:

ffmpeg -i inputvideo.wmv -vcodec libx264 -vprofile baseline outputvideo.mp4
一抹淡然 2024-10-22 19:40:05

它支持H.263编码和解码,H.264 AVCMPEG-4 SP均仅解码。

在模拟器上,播放质量在速度或延迟方面可能有点麻烦。

查看所有支持的媒体格式的图表,了解更多信息。

It supports H.263 encoding and decoding, H.264 AVC and MPEG-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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文