Update Dolby Vision support status

Moritz Bunkus 2023-11-19 15:35:26 +00:00
parent 82696b74d9
commit 789d6963f5

@ -10,23 +10,26 @@ Dolby Vision is currently only supported in combination with HEVC/H.265, **not**
| ↓ Type \ Source → | Matroska | MP4 | MPEG Transport Stream | Annex B bitstream |
| - | - | - | - | - |
| Single layer | ✓ | ✓ | ✓[^1] | ✓[^1] |
| Single layer | ✓ | ✓ | ✓[^6] | ✓[^1] |
| Dual layer (Base & Enhancement Layers in same track) | ✓ | ✓ | ✗[^2] | ✗[^2] |
| Dual layer (Base & Enhancement Layers in different tracks) | ✗[^3] | ✗[^3] | ✗[^3] | ✗[^3] |
| Dual layer (Base & Enhancement Layers in different tracks) | —[^4] | —[^4] | ✗[^3] | —[^5] |
[^1]: implemented after release 57.0.0 in revision 0b5bd84b10823ec5dbf5cc23686b6b5d7fe55181 ; see !2232 and #3113 for details
[^2]: support coming in the future; work has not begun; see #3126
[^3]: support might be coming in the future; see #3127
[^4]: neither Matroska nor MP4 store both layers in different track (see "Dolby Vision Streams Within the ISO Base Media File Format Version 2.2")
[^5]: unsupported & won't be supported in the future either
[^6]: implemented after release 80.0 in revision 35f0ca6b08cab2d6ed794da2b05535b6abe6196e; see #3113 for details
## mkvextract
| Type | Supported |
| - | - |
| Single layer | ✓ |
| Dual layer (Base & Enhancement Layers in same track) | ✗[^4] |
| Dual layer (Base & Enhancement Layers in different tracks) | ✗[^5] |
| Dual layer (Base & Enhancement Layers in same track) | ✗[^7] |
| Dual layer (Base & Enhancement Layers in different tracks) | —[^8] |
[^4]: support coming in the future; work has not begun; see #3126
[^5]: this might be supported in the future depending on how merging such files will be implemented; follow #3127 for details
[^7]: support coming in the future; work has not begun; see #3126
[^8]: as Matroska will only store both layers in the same track, splitting them up into multiple tracks won't be supported
Categories: [misc](FAQ#category-misc)