What is the difference between .m2v and .ppm?
- Extension
- .m2v
- .ppm
- Format
- Binary
- Text
- Category
- Video
- Raster Image
- Developer
- Moving Picture Experts Group (MPEG)
- Jef Poskanzer
- Description
- Video only (without audio) encoded using MPEG-2 compression
- A PPM file is a 24-bit color image formatted using a text format. It stores each pixel with a number from 0 to 65536, which specifies the color of the pixel. PPM files also store the image height and width, whitespace data, and the maximum color value.
- MIME Type
- video/mpeg
- image/x-portable-pixmap
- Sample
- sample.m2v
- sample.ppm
- Wikipedia
- .m2v on Wikipedia
- .ppm on Wikipedia