What is the difference between .vob and .xpm?
- Extension
- .vob
- .xpm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- DVD Format/Logo Licensing Corporation
- X Consortium
- Description
- A VOB file is a movie data file from a DVD disc, typically stored in the VIDEO_TS folder at the root of the DVD. It contains a majority of the data stored on the disc which includes video, audio, subtitles, DVD menus and other navigation contents. VOB files are usually formatted as MPEG-2 system streams and can be opened by various video playback programs.
- 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/x-ms-vob
- image/x-xbitmap
- Sample
- sample.vob
- sample.xpm
- Wikipedia
- .vob on Wikipedia
- .xpm on Wikipedia