What is the difference between .webm and .xpm?
- Extension
- .webm
- .xpm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- X Consortium
- 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.
- The XPM (X11 Pixmap Graphic) file format is a plain text file format used to store pixmap images, which are pixel-based graphics. It is designed for use with the X Window System, commonly used in Unix and Linux environments. XPM files define images in a structured format, using ASCII text to describe each pixel's color and location within the image. This format supports both monochrome and color images and allows for the definition of custom color palettes.
- MIME Type
- video/webm
- image/x-xbitmap
- Sample
- sample.webm
- sample.xpm
- Wikipedia
- .webm on Wikipedia
- .xpm on Wikipedia