What is the difference between .ts and .sixel?
- Extension
 - .ts
 - .sixel
 
- Format
 - Binary
 - Binary
 
- Category
 - Video
 - Raster Image
 
- Developer
 - MPEG
 - Digital Equipment Corporation (DEC)
 
- Description
 - Video stream format used for storing video on a DVD; compresses video data using standard MEPG-2 (.MPEG) video compression.
 - Created by Digital Equipment Corporation (DEC), SIXEL is a bitmap image format in an escaped sequence (seen as six pixels high and one pixel wide). You have to convert it into a more accessible format if you don’t have a DEC terminal to view it.
 
- MIME Type
 - video/MP2T
 - image/vnd.dwg
 
- Sample
 - sample.ts
 
- Wikipedia
 - .ts on Wikipedia
 - .sixel on Wikipedia