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...) |
||
(2 intermediate revisions by one other user not shown) | |||
Line 4: | Line 4: | ||
*Gonk (Android Native): [http://developer.android.com/guide/appendix/media-formats.html#formats-table Supported media formats] <br> | *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> | *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 = | ||
Line 10: | Line 11: | ||
{| class="wikitable sortable" | {| 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/mpeg | ||
|- | |- | ||
| || audio/ogg | | || audio/ogg || audio/ogg | ||
|- | |- | ||
| || audio/ | | || audio/3gpp || video/3gpp | ||
|- | |- | ||
| || audio/ | | || audio/x-scpls || | ||
|- | |- | ||
| || audio/ | | || audio/opus || | ||
|- | |- | ||
| || | | || || video/avi | ||
|- | |- | ||
| | | || || video/x-matroska | ||
|- | |- | ||
| | | | || || video/wmv | ||
| || video/wmv | |||
|- | |- | ||
|} | |} |
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