@@ -467,12 +467,14 @@ size = 1620x1080
467
467
468
468
see also https://sno.phy.queensu.ca/~phil/exiftool/TagNames/QuickTime.html#ImageDesc
469
469
470
+ CRAW is derived from ISOBMFF SampleEntry box.
471
+
470
472
| Offset | type | size | content |
471
473
| ------ | ----- | ---- | --------------------------------------- |
472
474
| 0 | long | 1 | size of this tag. |
473
475
| 4 | bytes | 4 | "CRAW" |
474
- | 8 | long? | 1 | 0. VendorId? |
475
- | 12 | long? | 1 | 1 |
476
+ | 8 | byte [ ] | 6 | 0. SampleEntry.reserved |
477
+ | 12 | ushort | 1 | 1. SampleEntry.data_reference_index |
476
478
| 16 | bytes?| 16? | 0 |
477
479
| 32 | short | 1 | width |
478
480
| 34 | short | 1 | height |
@@ -537,11 +539,13 @@ Thanks to Alexey Danilchenko for his contributions (bytes 10 to 36):
537
539
538
540
size = sizeof(IAD1) + 12
539
541
542
+ CDI1 is a ISOBMFF FullBox, containing other boxes
543
+
540
544
| Offset | type | size | content |
541
545
| ------ | ----- | ---- | --------------------------------------- |
542
546
| 0 | long | 1 | size of this tag. 0x3c |
543
547
| 4 | char | 4 | "CDI1"|
544
- | 8 | long | 1 | 0 |
548
+ | 8 | long | 1 | FullBox Version and flags |
545
549
546
550
### IAD1 (Image Area Dimensions ?) ###
547
551
@@ -581,12 +585,12 @@ Big image
581
585
| 22 | short | 1 | sensor bottom border (sensorInfo[ 8] ) |
582
586
| 24 | short | 1 | 0 |
583
587
| 26 | short | 1 | 0 |
584
- | 28 | short | 1 | sensor left border -13 |
588
+ | 28 | short | 1 | sensor left border -13 (black area left?) |
585
589
| 30 | short | 1 | sensor height -1 |
586
590
| 32 | short | 1 | sensor left border -12 |
587
591
| 34 | short | 1 | 0 |
588
592
| 36 | short | 1 | sensor width -1 |
589
- | 38 | short | 1 | sensor top border -13 |
593
+ | 38 | short | 1 | sensor top border -13 (black area top?) |
590
594
| 40 | short | 1 | sensor left border -12 |
591
595
| 42 | short | 1 | sensor top border -13 |
592
596
| 44 | short | 1 | sensor width -1 |
0 commit comments