What is the difference between .webm and .pbm?
- Extension
- .webm
- .pbm
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- Wolfgang Hoschek
- Description
- A WEBM file is a compressed video saved in the WebM format, an open, high-quality video standard. It stores video compressed using VP8 technology and audio compressed using Ogg Vorbis compression. WEBM files are commonly used for delivering online videos using the HTML5 <video> tag.
- 1-bit black and white image; formatted in text format; basic raster image format in which each pixel is represented by a byte that contains a 1 or 0; 1 represents black and 0 represents white pixels.
- MIME Type
- video/webm
- image/x-portable-bitmap
- Sample
- sample.webm
- sample.pbm
- Wikipedia
- .webm on Wikipedia
- .pbm on Wikipedia