Firefox OS/MultimediaPlatform/MediaFormats: Difference between revisions
Jump to navigation
Jump to search
Bobbychien (talk | contribs) |
m (Lakrits moved page FirefoxOS/MultimediaPlatform/MediaFormats to Firefox OS/MultimediaPlatform/MediaFormats: The official spelling of "Firefox OS" leaves a space between the two parts of the name. It's easier to find a page if the spelling of it...) |
||
(6 intermediate revisions by one other user not shown) | |||
Line 2: | Line 2: | ||
= Media Formats = | = Media Formats = | ||
*Gonk (Android Native): [http://developer.android.com/guide/appendix/media-formats.html#formats-table Supported media formats] <br> | |||
*FxOS Media Types (Google Docs): [https://docs.google.com/a/mozilla.com/spreadsheets/d/1y_wrPKu2RmxLUb3Ab-CIKQwEsez07Y7cjorkPcXV5Oo/edit?usp=sharing Supported Chart] <br> | |||
*[[TPESystem/Media/MediaSupportFileFormat#Media_Supported_File_Format|Identify Media Type]] | |||
= Media Playback = | = Media Playback = | ||
== Gaia/Browser == | == Gaia/Browser == | ||
{| class="wikitable sortable" | |||
|- | |||
! Image !! Audio !! Video | |||
|- | |||
| image/jpeg || || | |||
|- | |||
| image/gif || || | |||
|- | |||
| image/png || || | |||
|- | |||
| image/bmp || || | |||
|- | |||
| image/webp || audio/webm || video/webm | |||
|- | |||
| || audio/mp4 || audio/mp4 | |||
|- | |||
| || audio/mpeg || audio/mpeg | |||
|- | |||
| || audio/ogg || audio/ogg | |||
|- | |||
| || audio/3gpp || video/3gpp | |||
|- | |||
| || audio/x-scpls || | |||
|- | |||
| || audio/opus || | |||
|- | |||
| || || video/avi | |||
|- | |||
| || || video/x-matroska | |||
|- | |||
| || || video/wmv | |||
|- | |||
|} | |||
== Gaia/Media == | == Gaia/Media == | ||
= Reference = | = Reference = | ||
*MDN: [https://developer.mozilla.org/en-US/docs/How_Mozilla_determines_MIME_Types Mozilla MIME Type | *MDN: [https://developer.mozilla.org/en-US/docs/How_Mozilla_determines_MIME_Types Mozilla MIME Type]<br> | ||
*Wikipedia: [http://en.wikipedia.org/wiki/Internet_media_type Internet Media Type] <br> | *Wikipedia: [http://en.wikipedia.org/wiki/Internet_media_type Internet Media Type] <br> | ||
*QA Test Plan: [[B2G/QA/WebAPI Test Plan/Media Playback | Media Playback Test Plan]] <br> | *QA Test Plan: [[B2G/QA/WebAPI Test Plan/Media Playback | Media Playback Test Plan]] <br> |
Latest revision as of 14:02, 1 February 2015
This page describes media format, type, and container support provided by FireFox OS.
Media Formats
- Gonk (Android Native): Supported media formats
- FxOS Media Types (Google Docs): Supported Chart
- Identify Media Type
Media Playback
Gaia/Browser
Image | Audio | Video |
---|---|---|
image/jpeg | ||
image/gif | ||
image/png | ||
image/bmp | ||
image/webp | audio/webm | video/webm |
audio/mp4 | audio/mp4 | |
audio/mpeg | audio/mpeg | |
audio/ogg | audio/ogg | |
audio/3gpp | video/3gpp | |
audio/x-scpls | ||
audio/opus | ||
video/avi | ||
video/x-matroska | ||
video/wmv |
Gaia/Media
Reference
- MDN: Mozilla MIME Type
- Wikipedia: Internet Media Type
- QA Test Plan: Media Playback Test Plan