gpt4 book ai didi

安卓:我应该使用什么视频格式/编码来支持大多数安卓设备

转载 作者:太空宇宙 更新时间:2023-11-03 12:23:29 26 4
gpt4 key购买 nike

我有一组视频剪辑,用户应该可以从我的应用程序(而不是外部视频播放器)中播放这些视频剪辑。我将 VideoView 与 MediaController 一起使用。在我的 Desire HD 和 Nexus S(均运行 Android 2.3.3)上,一切都按预期运行。但是,它们不会在订购设备上播放。我收到“抱歉,无法播放此视频”错误消息。

所有视频均为 mp4,采用 H.264、720w/480h、25fps 编码。我也使用过 H.263(3gp),但没有成功。

我想支持尽可能多的 Android 设备。至少从2.1开始

有没有人遇到同样的问题?您在应用程序中使用了哪些视频?感谢您的帮助!

最佳答案

您可以使用一些第三方媒体库来扩展您的应用程序支持的格式,这是一个很好的Vitamio :

Media formats
Many audio and video codecs are packed into Vitamio beside the default media format built in Android platform, some of them are listed below.

divx/xvid
wmv
flv
ts
rmvb
mkv
mov
m4v
avi
mp4
3gp

应该不会太难将它集成到你的项目中使用,尽管我不知道它在像 2.1 这样的旧 Android 设备上运行的性能:

Vitamio provides the similiar interfaces with Android default MediaPlayer framework. If you're using android.media.MediaPlayer in your project, just grab the vitamio.jar from above, then add it to your project's libs, and replace the import of android.media.MediaPlayer with io.vov.vitamio.MediaPlayer.

希望这对您有所帮助。

关于安卓:我应该使用什么视频格式/编码来支持大多数安卓设备,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8415709/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com