Firefox OS/MultimediaPlatform/MediaFormats: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
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"
|-
|-
! Type !! Media Type
! Image !! Audio !! Video
|-
|-
| Image || image/jpeg  
| image/jpeg || ||
|-
|-
| || image/gif  
| image/gif || ||
|-
|-
| || image/png
| image/png || ||
|-
|-
| || image/bmp
| image/bmp || ||
|-
|-
| || image/webp
| image/webp ||  audio/webm || video/webm
|-
|-
| Audio|| audio/mp4
| || audio/mp4 || audio/mp4
|-
|-
| || audio/mpeg
| || audio/mpeg || audio/mpeg
|-
|-
| || audio/ogg  
| || audio/ogg || audio/ogg
|-
|-
| || audio/opus
| || audio/3gpp || video/3gpp
|-
|-
| || audio/3gpp
| || audio/x-scpls ||
|-
|-
| || audio/x-scpls
| || audio/opus ||
|-
|-
| || audio/webm
| || || video/avi
|-
|-
| Video || video/mp4
| || || video/x-matroska
|-
|-
| || video/mpeg
| || || video/wmv
|-
| || video/ogg
|-
| || video/webm
|-
| || video/3gpp
|-
| || video/mp4
|-
| || video/avi
|-
| || video/x-matroska
|-
| || 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

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