What is the difference between .ts and .ico?
- Extension
- .ts
- .ico
- Format
- Binary
- Binary
- Category
- Video
- Raster Image
- Developer
- MPEG
- Microsoft
- Description
- Video stream format used for storing video on a DVD; compresses video data using standard MEPG-2 (.MPEG) video compression.
- An ICO file is an image format used to store icons for Windows programs, files, and folders. It contains two bitmaps: 1) the AND bitmap - the image mask (which determines what part of the icon is transparent) and 2) the XOR bitmap - contains the icon which is mapped onto the image mask. ICO files can be modified to create custom icons.
- MIME Type
- video/MP2T
- image/x-icon
- Sample
- sample.ts
- sample.ico
- Wikipedia
- .ts on Wikipedia
- .ico on Wikipedia