Android支持的多媒体格式

来源:互联网 发布:网络流量分析软件排名 编辑:程序博客网 时间:2024/05/21 17:28
Core Media Formats
________________________________________
The table below describes the media format support built into the Android platform. Note that any given mobile device may provide support for additional formats or file types not listed in the table.
Note: Media codecs(编码解码器codec的复数) that are not guaranteed(有保证的;担保) to be available on all Android platform versions are accordingly(因此,相应地) noted in parentheses(parenthesis的复数形式括号,圆括号)—for example "(Android 3.0+)".

Table 1. Core media format and codec support.

接上图:


接上图:


Video Encoding Recommendations(recommendation的复数形式.推荐,推荐规范)
________________________________________
Table 2, below, lists examples of video encoding profiles and parameters that the Android media framework supports for playback(回放,播放) in the H.264 Baseline Profile codec. While table 3 lists examples that the framework supports for playback in the VP8 media codec.
In addition to(除..之外) these encoding parameter recommendations, a device's available video recording profiles can be used as a proxy(代理人,代用品) for media playback capabilities(能力,功能). These profiles(配置文件) can be inspected(调查,检查) using the CamcorderProfileclass, which is available since API level 8.
Table 2. Examples of supported video encoding parameters for the H.264 Baseline Profile codec.

Table 3. Examples of supported video encoding parameters for the VP8 codec.

For video content that is streamed (流)over HTTP or RTSP, there are additional requirements:
• For 3GPP and MPEG-4 containers, the moov atom must precede any mdat atoms, but must succeed the ftyp atom.
• For 3GPP, MPEG-4, and WebM containers, audio and video samples corresponding to the same time offset may be no more than 500 KB apart. To minimize this audio/video drift, consider interleaving audio and video in smaller chunk sizes.

原创粉丝点击