What is the difference between .mjpeg and .vst?
- Extension
 - .mjpeg
 - .vst
 
- Format
 - Binary
 - Binary
 
- Category
 - Video
 - Raster Image
 
- Developer
 - Microsoft
 - Truevision
 
- Description
 - It is a Motion JPEG that captures sequence images in a multimedia format — commonly used on digital cameras and webcams. It is a large file size that can be easily edited because of its low compression levels.
 - Raster image based on the Targa Truevision format; can store data up to 32 bits per pixel, with 24 bits for the RGB information and 8 bits for the alpha channel; may also incorporate lossless RLE compression to reduce the file size.
 
- MIME Type
 - video/x-mjpeg
 - image/x-targa
 
- Wikipedia
 - .mjpeg on Wikipedia
 - .vst on Wikipedia