Image MIME Reference
DVB-SUB
DVB Subtitle
image/vnd.dvb.subtitle
VS
QuickTime Image Format
image/x-quicktime
QTIF
A complete technical comparison of DVB Subtitle and QuickTime Image Format — covering compression, feature support, browser compatibility, magic bytes, and when to choose each format.
Equal browser support
Feature Support
| Feature | DVB-SUB | QTIF |
|---|---|---|
| Transparency (Alpha) | Yes | Yes |
| Animation Support | ✕ No | ✕ No |
| Progressive Loading | ✕ No | ✕ No |
| HDR Support | ✕ No | ✕ No |
| EXIF Metadata | ✕ No | ✕ No |
| ICC Color Profile | ✕ No | ✕ No |
DVB Subtitle
image/vnd.dvb.subtitle
Extension
.sub.sup.ts
Container
MPEG-2 Transport Stream (MPEG-TS) PES Packets
Compression
Lossless (Run-Length Encoding)
Algorithm
RLE (Run-Length Encoding)
Color Depth
2-bit (Indexed), 4-bit (Indexed), 8-bit (Indexed CLUT)
Developed by
DVB Project (ETSI)
Released
1997
Magic Bytes
20
QuickTime Image Format
image/x-quicktime
Extension
.qtif.qti.qif
Container
QuickTime Atom Container
Compression
Varies (JPEG, SMC, Apple Video, Cinepak, Uncompressed)
Algorithm
QuickTime Image Compression Manager (ICM) Codecs
Color Depth
1-bit to 32-bit (Varies depending on the enclosed codec)
Developed by
Apple Computer, Inc.
Released
1991
Magic Bytes
Varies (Typically begins with a 32-bit size integer followed by 69 64 73 63 ('idsc'))
Browser Support Comparison
| Browser | DVB-SUB | QTIF |
|---|---|---|
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
|
|
✕ | ✕ |
DVB-SUB
DVB-SUB Strengths
- Guarantees 100% accurate visual representation (fonts, colors, layouts) exactly as intended by the broadcaster
- Effortlessly supports complex character sets (e.g., Arabic, Asian languages) without relying on the client device possessing the necessary fonts
- Supports region-specific dynamic positioning to avoid obscuring important on-screen graphics or burned-in lower thirds
Limitations
- Requires significantly more bandwidth than text-based subtitles
- Inaccessible to screen readers and cannot be indexed by search engines
- Requires OCR (Optical Character Recognition) to translate back into standard text-based web formats
- Zero native support in HTML5 video elements
QTIF
QTIF Strengths
- Extremely flexible architecture allowing it to encapsulate virtually any image compression algorithm available on the host machine
- Supported 32-bit images with alpha channels (transparency) long before PNG became an established standard
Limitations
- Fundamentally tied to Apple's deprecated QuickTime architecture, rendering the files almost entirely unreadable on modern systems without specialized legacy software or FFmpeg
- The 'wrapper' nature of the format means that even if a parser can read the QTIF container, it may fail to render the image if it lacks the specific proprietary codec (like Apple SMC) used to compress the pixel data
- Zero native support in modern web browsers
When to choose which format
DVB-SUB
Use DVB-SUB when…
- Digital Television Broadcasts (DVB-T, DVB-S, DVB-C)
- IPTV and OTT Streaming
- Hardware Set-top Boxes
QTIF
Use QTIF when…
- Classic Mac OS Applications and Backgrounds
- QuickTime VR Panorama Textures
- 1990s CD-ROM Multimedia Assets