WebM

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(PRONOM)
Line 6: Line 6:
 
|pronom={{PRONOM|fmt/573}}
 
|pronom={{PRONOM|fmt/573}}
 
}}
 
}}
'''WebM''' is a video and audio container format released by Google, used with content encoded under the [[VP8]] or [[VP9]] codecs for video, and [[Vorbis]] and [[Opus]] for audio.
+
'''WebM''' is a video and audio container format released by Google, used with content encoded under the [[VP8]] or [[VP9]] codecs for video, and [[Vorbis]] and [[Opus]] for audio. It is a variant of [[Matroska]], based on [[EBML]].
 +
 
 +
== Identification ==
 +
A WebM file begins with {{magic|0x1a 0x45 0xdf 0xa3}}, as do all [[EBML]] files.
 +
 
 +
It contains an EMBL "DocType" element whose value is the string "webm". This means that the byte sequence {{magic|0x42 0x82 0x84 'w' 'e' 'b' 'm'}} will appear in the file, normally near the beginning.
  
 
== Sample files ==
 
== Sample files ==
Line 13: Line 18:
 
== Links ==
 
== Links ==
 
* [[Wikipedia:WebM|Wikipedia article]]
 
* [[Wikipedia:WebM|Wikipedia article]]
* [http://www.webmproject.org/ The WebM Project]
+
* [https://www.webmproject.org/ The WebM Project]
* [http://www.webmproject.org/code/specs/container/ Container Guidelines]
+
* [https://www.webmproject.org/docs/container/ Container Guidelines]
  
 
== Software ==
 
== Software ==
 +
* [[FFmpeg]]
 
* [[Konvertor]]
 
* [[Konvertor]]
  
 
[[Category:Google]]
 
[[Category:Google]]
 
[[Category:Audio and Music]]
 
[[Category:Audio and Music]]

Revision as of 14:03, 18 March 2018

File Format
Name WebM
Ontology
Extension(s) .webm
MIME Type(s) video/webm, audio/webm
PRONOM fmt/573

WebM is a video and audio container format released by Google, used with content encoded under the VP8 or VP9 codecs for video, and Vorbis and Opus for audio. It is a variant of Matroska, based on EBML.

Contents

Identification

A WebM file begins with 0x1a 0x45 0xdf 0xa3, as do all EBML files.

It contains an EMBL "DocType" element whose value is the string "webm". This means that the byte sequence 0x42 0x82 0x84 'w' 'e' 'b' 'm' will appear in the file, normally near the beginning.

Sample files

Links

Software

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox