博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
android开发影片类型选择,如何选择要在网路,Android和iOS上播放的影片格式?
阅读量:5300 次
发布时间:2019-06-14

本文共 1967 字,大约阅读时间需要 6 分钟。

Android Developer – Supported Media Formats,

Type | Format / | Supported File Type(s) /

| Codec | Container Formats

------+-----------+----------------------------------------------------------

Video | H.263 | 3GPP (.3gp)

| | MPEG-4 (.mp4)

+-----------+----------------------------------------------------------

| H.264 AVC | 3GPP (.3gp)

| | MPEG-4 (.mp4)

| | MPEG-TS (.ts, AAC audio only, not seekable, Android 3.0+)

+-----------+----------------------------------------------------------

| H.265 HEVC| MPEG-4 (.mp4, Android 5.0+)

+-----------+------------------------------------------------------

| MPEG-4 SP | 3GPP (.3gp)

+-----------+----------------------------------------------------------

| VP8 | WebM (.webm)

| | Matroska (.mkv, Android 4.0+)

+-----------+----------------------------------------------------------

| VP9 | WebM (.webm)

| | Matroska (.mkv, Android 4.0+)

iOS supports many industry-standard video formats and compression standards, including the following:

H.264 video, up to 1.5 Mbps, 640 by 480 pixels, 30 frames per second, Low-Complexity version of the H.264 Baseline Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats

H.264 video, up to 768 Kbps, 320 by 240 pixels, 30 frames per second, Baseline Profile up to Level 1.3 with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats

MPEG-4 video, up to 2.5 Mbps, 640 by 480 pixels, 30 frames per second, Simple Profile with AAC-LC audio up to 160 Kbps, 48 kHz, stereo audio in .m4v, .mp4, and .mov file formats

Numerous audio formats, including the ones listed in 07002

: VP8 and Vorbis in WebM

: VP9 and Opus in WebM

: Streaming VP9 and Opus/VP8 and Opus in WebM via Media Source Extensions (MSE)

: Theora and Vorbis in Ogg

: H.264 and MP3 in MP4

: H.264 and AAC in MP4

从所有数据来看,在所有平台(iOS,Android,Web浏览器)都支持的.mp4(确切地说,H.264视频,MPEG-4中的AAC音频)是其中的选择.但是,请注意,每个平台(不同版本的Android,不同的网络浏览器)上仍然需要检查兼容性问题,这在每个站点上有所介绍.

转载地址:http://wmdqv.baihongyu.com/

你可能感兴趣的文章
JS写一个简单日历
查看>>
LCA的两种求法
查看>>
Python排序算法(四)——插入排序
查看>>
oo第三单元博客作业
查看>>
Jquery---定时器(实现页面内定时弹出广告,定时退出)
查看>>
day11-闭包函数和装饰器
查看>>
VSCode常用快捷键与流行插件
查看>>
Aprior算法
查看>>
Ext MVC 后台链接数据库查询的方法 【公司用】
查看>>
CentOS7 安装Nginx
查看>>
用户注册代码(php)
查看>>
以面象对象的思想来操作SQL
查看>>
tcp-server--循环为多个客户端提供服务
查看>>
说说subsys_initcall[转]
查看>>
JAVA程序设计心得002
查看>>
ContentProvider共享数据(一)
查看>>
________________初学spring3
查看>>
UI基础视图----UIView总结
查看>>
更改mysql数据库latin1_swedish_ci为utf8
查看>>
抓取网页上的图片信息
查看>>