Generate content identifier tag for live photos

Started by tupakima, May 28, 2023, 09:52:34 AM

Previous topic - Next topic

tupakima

Dear Exiftool experts,

I would like to import the live photos (jpg + mov files) back into iCloud. However, some mov files lack a lot of metadata such as date taken and content identifier even though the jpg files have all the tags including the content identifier tag.

So the question is: How do I generate this content identifier tag for the mov files so iCloud would recognise the live photo when I import the 2 components? I have tried renaming the mov files the same as that of the jpg files to no avail.

StarGeek

Quote from: tupakima on May 28, 2023, 09:52:34 AMHow do I generate this content identifier tag for the mov files so iCloud would recognise the live photo when I import the 2 components?

This is something you'll have to figure out.  Use the command in FAQ #3 on a mov file that iCloud shows having the content identifier and on one that does not.  Compare the output to figure out what might be the actual tag that holds that data.

Then check the matching jpeg and look for that data.  Then you just need to copy that tag from the jpegs into the mov files.

The basic command would be something like this, assuming the jpegs are in the same directory as the mov files.  Replace TAG# with the name of the actual tags you want to copy
exiftool -ext mov -TagsFromFile %d%f.jpg -TAG1 -TAG2 /path/to/files/

You would do the same to figure out the time stamps you want to copy, with the caveat that you probably want to include the -api QuickTimeUTC option, as the most common video timestamps are supposed to be set to UTC.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

tupakima

OS: Windows 10
Exiftool version: 11.59

I have tried copying the contentidentifier tag over but nothing changed:

C:\WINDOWS\system32>exiftool -a -G1 "F:\temp\IMG_4761.MOV"
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
[ExifTool]      ExifTool Version Number         : 11.59
[System]        File Name                       : IMG_4761.MOV
[System]        Directory                       : F:/temp
[System]        File Size                       : 4.7 MB
[System]        File Modification Date/Time     : 2023:07:04 13:22:52+07:00
[System]        File Access Date/Time           : 2023:07:04 13:36:52+07:00
[System]        File Creation Date/Time         : 2023:07:04 12:27:40+07:00
[System]        File Permissions                : rw-rw-rw-
[File]          File Type                       : MOV
[File]          File Type Extension             : mov
[File]          MIME Type                       : video/quicktime
[QuickTime]     Major Brand                     : Apple QuickTime (.MOV/QT)
[QuickTime]     Minor Version                   : 0.2.0
[QuickTime]     Compatible Brands               : qt
[QuickTime]     Movie Header Version            : 0
[QuickTime]     Create Date                     : 2019:02:01 14:30:00
[QuickTime]     Modify Date                     : 2021:09:20 14:30:00
[QuickTime]     Time Scale                      : 1000
[QuickTime]     Duration                        : 3.04 s
[QuickTime]     Preferred Rate                  : 1
[QuickTime]     Preferred Volume                : 100.00%
[QuickTime]     Matrix Structure                : 1 0 0 0 1 0 0 0 1
[QuickTime]     Preview Time                    : 0 s
[QuickTime]     Preview Duration                : 0 s
[QuickTime]     Poster Time                     : 0 s
[QuickTime]     Selection Time                  : 0 s
[QuickTime]     Selection Duration              : 0 s
[QuickTime]     Current Time                    : 0 s
[QuickTime]     Next Track ID                   : 3
[QuickTime]     Movie Data Size                 : 4897816
[QuickTime]     Movie Data Offset               : 4092
[Track1]        Track Header Version            : 0
[Track1]        Track Create Date               : 2021:09:20 14:30:00
[Track1]        Track Modify Date               : 2021:09:20 14:30:00
[Track1]        Track ID                        : 1
[Track1]        Track Duration                  : 3.04 s
[Track1]        Track Layer                     : 0
[Track1]        Track Volume                    : 0.00%
[Track1]        Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Track1]        Image Width                     : 1308
[Track1]        Image Height                    : 980
[Track1]        Media Header Version            : 0
[Track1]        Media Create Date               : 2021:09:20 14:30:00
[Track1]        Media Modify Date               : 2021:09:20 14:30:00
[Track1]        Media Time Scale                : 19200
[Track1]        Media Duration                  : 3.04 s
[Track1]        Media Language Code             : ...
[Track1]        Handler Class                   : Media Handler
[Track1]        Handler Type                    : Video Track
[Track1]        Handler Description             : VideoHandler
[Track1]        Graphics Mode                   : srcCopy
[Track1]        Op Color                        : 0 0 0
[Track1]        Handler Class                   : Data Handler
[Track1]        Handler Type                    : URL
[Track1]        Handler Description             : DataHandler
[Track1]        Compressor ID                   : avc1
[Track1]        Vendor ID                       : FFmpeg
[Track1]        Source Image Width              : 1308
[Track1]        Source Image Height             : 980
[Track1]        X Resolution                    : 72
[Track1]        Y Resolution                    : 72
[Track1]        Bit Depth                       : 24
[Track1]        Video Frame Rate                : 29.967
[Track2]        Track Header Version            : 0
[Track2]        Track Create Date               : 2021:09:20 14:30:00
[Track2]        Track Modify Date               : 2021:09:20 14:30:00
[Track2]        Track ID                        : 2
[Track2]        Track Duration                  : 3.04 s
[Track2]        Track Layer                     : 0
[Track2]        Track Volume                    : 100.00%
[Track2]        Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Track2]        Media Header Version            : 0
[Track2]        Media Create Date               : 2021:09:20 14:30:00
[Track2]        Media Modify Date               : 2021:09:20 14:30:00
[Track2]        Media Time Scale                : 44100
[Track2]        Media Duration                  : 3.04 s
[Track2]        Media Language Code             : ...
[Track2]        Handler Class                   : Media Handler
[Track2]        Handler Type                    : Audio Track
[Track2]        Handler Description             : SoundHandler
[Track2]        Balance                         : 0
[Track2]        Handler Class                   : Data Handler
[Track2]        Handler Type                    : URL
[Track2]        Handler Description             : DataHandler
[Track2]        Audio Format                    : sowt
[Track2]        Audio Channels                  : 1
[Track2]        Audio Bits Per Sample           : 16
[Track2]        Audio Sample Rate               : 44100
[Track2]        Layout Flags                    : Mono
[Track2]        Audio Channels                  : 1
[UserData]      Title                           : IMG_4761
[UserData]      Software Version                : Lavf58.29.100
[Composite]     Image Size                      : 1308x980
[Composite]     Megapixels                      : 1.3
[Composite]     Avg Bitrate                     : 12.9 Mbps
[Composite]     Rotation                        : 0

C:\WINDOWS\system32>exiftool -a -G1 "F:\temp\IMG_4761.JPG"
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
[ExifTool]      ExifTool Version Number         : 11.59
[System]        File Name                       : IMG_4761.JPG
[System]        Directory                       : F:/temp
[System]        File Size                       : 1977 kB
[System]        File Modification Date/Time     : 2019:05:19 22:45:27+07:00
[System]        File Access Date/Time           : 2023:07:04 13:34:58+07:00
[System]        File Creation Date/Time         : 2023:07:04 13:13:04+07:00
[System]        File Permissions                : rw-rw-rw-
[File]          File Type                       : JPEG
[File]          File Type Extension             : jpg
[File]          MIME Type                       : image/jpeg
[File]          Exif Byte Order                 : Big-endian (Motorola, MM)
[File]          Current IPTC Digest             : d41d8cd98f00b204e9800998ecf8427e
[File]          Image Width                     : 3662
[File]          Image Height                    : 2744
[File]          Encoding Process                : Baseline DCT, Huffman coding
[File]          Bits Per Sample                 : 8
[File]          Color Components                : 3
[File]          Y Cb Cr Sub Sampling            : YCbCr4:2:0 (2 2)
[JFIF]          JFIF Version                    : 1.01
[JFIF]          Resolution Unit                 : None
[JFIF]          X Resolution                    : 72
[JFIF]          Y Resolution                    : 72
[IFD0]          Make                            : Apple
[IFD0]          Camera Model Name               : iPhone 7
[IFD0]          X Resolution                    : 72
[IFD0]          Y Resolution                    : 72
[IFD0]          Resolution Unit                 : inches
[IFD0]          Software                        : 12.0.1
[IFD0]          Modify Date                     : 2019:02:01 13:38:37
[IFD0]          Tile Width                      : 512
[IFD0]          Tile Length                     : 512
[ExifIFD]       Exposure Time                   : 1/111
[ExifIFD]       F Number                        : 1.8
[ExifIFD]       Exposure Program                : Program AE
[ExifIFD]       ISO                             : 20
[ExifIFD]       Exif Version                    : 0221
[ExifIFD]       Date/Time Original              : 2019:02:01 13:38:37
[ExifIFD]       Create Date                     : 2019:02:01 13:38:37
[ExifIFD]       Components Configuration        : Y, Cb, Cr, -
[ExifIFD]       Shutter Speed Value             : 1/111
[ExifIFD]       Aperture Value                  : 1.8
[ExifIFD]       Brightness Value                : 6.180535324
[ExifIFD]       Exposure Compensation           : 0
[ExifIFD]       Metering Mode                   : Multi-segment
[ExifIFD]       Flash                           : Off, Did not fire
[ExifIFD]       Focal Length                    : 4.0 mm
[ExifIFD]       Subject Area                    : 1392 2021 197 196
[ExifIFD]       Sub Sec Time Original           : 841
[ExifIFD]       Sub Sec Time Digitized          : 841
[ExifIFD]       Flashpix Version                : 0100
[ExifIFD]       Exif Image Width                : 3662
[ExifIFD]       Exif Image Height               : 2744
[ExifIFD]       Sensing Method                  : One-chip color area
[ExifIFD]       Scene Type                      : Directly photographed
[ExifIFD]       Exposure Mode                   : Auto
[ExifIFD]       White Balance                   : Auto
[ExifIFD]       Focal Length In 35mm Format     : 28 mm
[ExifIFD]       Scene Capture Type              : Standard
[ExifIFD]       Lens Info                       : 3.99000001mm f/1.8
[ExifIFD]       Lens Make                       : Apple
[ExifIFD]       Lens Model                      : iPhone 7 back camera 3.99mm f/1.8
[Apple]         Run Time Flags                  : Valid
[Apple]         Run Time Value                  : 32093780798875
[Apple]         Run Time Scale                  : 1000000000
[Apple]         Run Time Epoch                  : 0
[Apple]         Acceleration Vector             : 0.9999785422 0.02231825516 0.03501584008
[Apple]         Content Identifier              : E669883A-CE61-43ED-859E-E67D1B96EA82
[GPS]           GPS Latitude Ref                : North
[GPS]           GPS Latitude                    : 22 deg 23' 28.50"
[GPS]           GPS Longitude Ref               : East
[GPS]           GPS Longitude                   : 103 deg 49' 52.02"
[GPS]           GPS Altitude Ref                : Above Sea Level
[GPS]           GPS Altitude                    : 1348.771421 m
[GPS]           GPS Time Stamp                  : 06:38:36
[GPS]           GPS Speed Ref                   : km/h
[GPS]           GPS Speed                       : 0
[GPS]           GPS Img Direction Ref           : True North
[GPS]           GPS Img Direction               : 285.4811306
[GPS]           GPS Dest Bearing Ref            : True North
[GPS]           GPS Dest Bearing                : 285.4811306
[GPS]           GPS Date Stamp                  : 2019:02:01
[GPS]           GPS Horizontal Positioning Error: 5 m
[XMP-x]         XMP Toolkit                     : XMP Core 5.4.0
[XMP-xmp]       Creator Tool                    : 12.0.1
[XMP-xmp]       Modify Date                     : 2019:02:01 13:38:37
[XMP-xmp]       Create Date                     : 2019:02:01 13:38:37
[XMP-photoshop] Date Created                    : 2019:02:01 13:38:37
[Photoshop]     IPTC Digest                     : d41d8cd98f00b204e9800998ecf8427e
[ICC-header]    Profile CMM Type                : Apple Computer Inc.
[ICC-header]    Profile Version                 : 4.0.0
[ICC-header]    Profile Class                   : Display Device Profile
[ICC-header]    Color Space Data                : RGB
[ICC-header]    Profile Connection Space        : XYZ
[ICC-header]    Profile Date Time               : 2017:07:07 13:22:32
[ICC-header]    Profile File Signature          : acsp
[ICC-header]    Primary Platform                : Apple Computer Inc.
[ICC-header]    CMM Flags                       : Not Embedded, Independent
[ICC-header]    Device Manufacturer             : Apple Computer Inc.
[ICC-header]    Device Model                    :
[ICC-header]    Device Attributes               : Reflective, Glossy, Positive, Color
[ICC-header]    Rendering Intent                : Perceptual
[ICC-header]    Connection Space Illuminant     : 0.9642 1 0.82491
[ICC-header]    Profile Creator                 : Apple Computer Inc.
[ICC-header]    Profile ID                      : ca1a9582257f104d389913d5d1ea1582
[ICC_Profile]   Profile Description             : Display P3
[ICC_Profile]   Profile Copyright               : Copyright Apple Inc., 2017
[ICC_Profile]   Media White Point               : 0.95045 1 1.08905
[ICC_Profile]   Red Matrix Column               : 0.51512 0.2412 -0.00105
[ICC_Profile]   Green Matrix Column             : 0.29198 0.69225 0.04189
[ICC_Profile]   Blue Matrix Column              : 0.1571 0.06657 0.78407
[ICC_Profile]   Red Tone Reproduction Curve     : (Binary data 32 bytes, use -b option to extract)
[ICC_Profile]   Chromatic Adaptation            : 1.04788 0.02292 -0.0502 0.02959 0.99048 -0.01706 -0.00923 0.01508 0.75168
[ICC_Profile]   Blue Tone Reproduction Curve    : (Binary data 32 bytes, use -b option to extract)
[ICC_Profile]   Green Tone Reproduction Curve   : (Binary data 32 bytes, use -b option to extract)
[Composite]     Run Time Since Power Up         : 8:54:54
[Composite]     Aperture                        : 1.8
[Composite]     Image Size                      : 3662x2744
[Composite]     Megapixels                      : 10.0
[Composite]     Scale Factor To 35 mm Equivalent: 7.0
[Composite]     Shutter Speed                   : 1/111
[Composite]     Create Date                     : 2019:02:01 13:38:37.841
[Composite]     Date/Time Original              : 2019:02:01 13:38:37.841
[Composite]     GPS Altitude                    : 1348.7 m Above Sea Level
[Composite]     GPS Date/Time                   : 2019:02:01 06:38:36Z
[Composite]     GPS Latitude                    : 22 deg 23' 28.50" N
[Composite]     GPS Longitude                   : 103 deg 49' 52.02" E
[Composite]     Circle Of Confusion             : 0.004 mm
[Composite]     Field Of View                   : 65.5 deg
[Composite]     Focal Length                    : 4.0 mm (35 mm equivalent: 28.0 mm)
[Composite]     GPS Position                    : 22 deg 23' 28.50" N, 103 deg 49' 52.02" E
[Composite]     Hyperfocal Distance             : 2.07 m
[Composite]     Light Value                     : 10.8

C:\WINDOWS\system32>exiftool -TagsFromFile "F:\temp\IMG_4761.JPG" -contentidentifier "F:\temp\IMG_4761.MOV"
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
    0 image files updated
    1 image files unchanged

C:\WINDOWS\system32>exiftool -a -G1 "F:\temp\IMG_4761.MOV"
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
[ExifTool]      ExifTool Version Number         : 11.59
[System]        File Name                       : IMG_4761.MOV
[System]        Directory                       : F:/temp
[System]        File Size                       : 4.7 MB
[System]        File Modification Date/Time     : 2023:07:04 13:22:52+07:00
[System]        File Access Date/Time           : 2023:07:04 13:40:34+07:00
[System]        File Creation Date/Time         : 2023:07:04 12:27:40+07:00
[System]        File Permissions                : rw-rw-rw-
[File]          File Type                       : MOV
[File]          File Type Extension             : mov
[File]          MIME Type                       : video/quicktime
[QuickTime]     Major Brand                     : Apple QuickTime (.MOV/QT)
[QuickTime]     Minor Version                   : 0.2.0
[QuickTime]     Compatible Brands               : qt
[QuickTime]     Movie Header Version            : 0
[QuickTime]     Create Date                     : 2019:02:01 14:30:00
[QuickTime]     Modify Date                     : 2021:09:20 14:30:00
[QuickTime]     Time Scale                      : 1000
[QuickTime]     Duration                        : 3.04 s
[QuickTime]     Preferred Rate                  : 1
[QuickTime]     Preferred Volume                : 100.00%
[QuickTime]     Matrix Structure                : 1 0 0 0 1 0 0 0 1
[QuickTime]     Preview Time                    : 0 s
[QuickTime]     Preview Duration                : 0 s
[QuickTime]     Poster Time                     : 0 s
[QuickTime]     Selection Time                  : 0 s
[QuickTime]     Selection Duration              : 0 s
[QuickTime]     Current Time                    : 0 s
[QuickTime]     Next Track ID                   : 3
[QuickTime]     Movie Data Size                 : 4897816
[QuickTime]     Movie Data Offset               : 4092
[Track1]        Track Header Version            : 0
[Track1]        Track Create Date               : 2021:09:20 14:30:00
[Track1]        Track Modify Date               : 2021:09:20 14:30:00
[Track1]        Track ID                        : 1
[Track1]        Track Duration                  : 3.04 s
[Track1]        Track Layer                     : 0
[Track1]        Track Volume                    : 0.00%
[Track1]        Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Track1]        Image Width                     : 1308
[Track1]        Image Height                    : 980
[Track1]        Media Header Version            : 0
[Track1]        Media Create Date               : 2021:09:20 14:30:00
[Track1]        Media Modify Date               : 2021:09:20 14:30:00
[Track1]        Media Time Scale                : 19200
[Track1]        Media Duration                  : 3.04 s
[Track1]        Media Language Code             : ...
[Track1]        Handler Class                   : Media Handler
[Track1]        Handler Type                    : Video Track
[Track1]        Handler Description             : VideoHandler
[Track1]        Graphics Mode                   : srcCopy
[Track1]        Op Color                        : 0 0 0
[Track1]        Handler Class                   : Data Handler
[Track1]        Handler Type                    : URL
[Track1]        Handler Description             : DataHandler
[Track1]        Compressor ID                   : avc1
[Track1]        Vendor ID                       : FFmpeg
[Track1]        Source Image Width              : 1308
[Track1]        Source Image Height             : 980
[Track1]        X Resolution                    : 72
[Track1]        Y Resolution                    : 72
[Track1]        Bit Depth                       : 24
[Track1]        Video Frame Rate                : 29.967
[Track2]        Track Header Version            : 0
[Track2]        Track Create Date               : 2021:09:20 14:30:00
[Track2]        Track Modify Date               : 2021:09:20 14:30:00
[Track2]        Track ID                        : 2
[Track2]        Track Duration                  : 3.04 s
[Track2]        Track Layer                     : 0
[Track2]        Track Volume                    : 100.00%
[Track2]        Matrix Structure                : 1 0 0 0 1 0 0 0 1
[Track2]        Media Header Version            : 0
[Track2]        Media Create Date               : 2021:09:20 14:30:00
[Track2]        Media Modify Date               : 2021:09:20 14:30:00
[Track2]        Media Time Scale                : 44100
[Track2]        Media Duration                  : 3.04 s
[Track2]        Media Language Code             : ...
[Track2]        Handler Class                   : Media Handler
[Track2]        Handler Type                    : Audio Track
[Track2]        Handler Description             : SoundHandler
[Track2]        Balance                         : 0
[Track2]        Handler Class                   : Data Handler
[Track2]        Handler Type                    : URL
[Track2]        Handler Description             : DataHandler
[Track2]        Audio Format                    : sowt
[Track2]        Audio Channels                  : 1
[Track2]        Audio Bits Per Sample           : 16
[Track2]        Audio Sample Rate               : 44100
[Track2]        Layout Flags                    : Mono
[Track2]        Audio Channels                  : 1
[UserData]      Title                           : IMG_4761
[UserData]      Software Version                : Lavf58.29.100
[Composite]     Image Size                      : 1308x980
[Composite]     Megapixels                      : 1.3
[Composite]     Avg Bitrate                     : 12.9 Mbps
[Composite]     Rotation                        : 0


StarGeek

I don't see a tag called "ContentIdentifier" on the Apple tag names page.  Are you sure that is the name?  Use the command in FAQ #3.  Without the -s (-short) option, you are looking at tag descriptions, not names (see FAQ #2).

That said, because of the [Apple] group name, the tag is probably a MakerNotes tag.  MakerNotes cannot be created or copied individually.  Additionally, MakerNotes are embedded in the EXIF block and you are trying to copy to a video file.  There isn't a standard for including EXIF data in a video file, so it can't be copied.  The lack of a standard hasn't stopped camera companies from shoving it in there, with each company doing so in a different way.  Sometimes the companies also change the way they embed it from model to model.

You'll have to copy it to a different tag.  Either a Quicktime tag or an XMP tag.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

tupakima

That's true. I probed into a functional pair of live photo/video and the contentidentifier is a makernotes tag in the photo and a key tag in the video:

F:\temp>exiftool -a -G1 -s 1.JPG
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
[ExifTool]      ExifToolVersion                 : 11.59
[System]        FileName                        : 1.JPG
[System]        Directory                       : .
[System]        FileSize                        : 1904 kB
[System]        FileModifyDate                  : 2018:05:31 18:29:22+07:00
[System]        FileAccessDate                  : 2023:07:05 09:37:19+07:00
[System]        FileCreateDate                  : 2023:07:05 09:37:19+07:00
[System]        FilePermissions                 : rw-rw-rw-
[File]          FileType                        : JPEG
[File]          FileTypeExtension               : jpg
[File]          MIMEType                        : image/jpeg
[File]          ExifByteOrder                   : Big-endian (Motorola, MM)
[File]          ImageWidth                      : 4032
[File]          ImageHeight                     : 3024
[File]          EncodingProcess                 : Baseline DCT, Huffman coding
[File]          BitsPerSample                   : 8
[File]          ColorComponents                 : 3
[File]          YCbCrSubSampling                : YCbCr4:2:0 (2 2)
[IFD0]          Make                            : Apple
[IFD0]          Model                           : iPhone 6s Plus
[IFD0]          Orientation                     : Horizontal (normal)
[IFD0]          XResolution                     : 72
[IFD0]          YResolution                     : 72
[IFD0]          ResolutionUnit                  : inches
[IFD0]          Software                        : 11.0
[IFD0]          ModifyDate                      : 2018:05:31 18:25:34
[IFD0]          YCbCrPositioning                : Centered
[ExifIFD]       ExposureTime                    : 1/17
[ExifIFD]       FNumber                         : 2.2
[ExifIFD]       ExposureProgram                 : Program AE
[ExifIFD]       ISO                             : 40
[ExifIFD]       ExifVersion                     : 0221
[ExifIFD]       DateTimeOriginal                : 2018:05:31 18:25:34
[ExifIFD]       CreateDate                      : 2018:05:31 18:25:34
[ExifIFD]       ComponentsConfiguration         : Y, Cb, Cr, -
[ExifIFD]       ShutterSpeedValue               : 1/17
[ExifIFD]       ApertureValue                   : 2.2
[ExifIFD]       BrightnessValue                 : 2.932018316
[ExifIFD]       ExposureCompensation            : 0
[ExifIFD]       MeteringMode                    : Multi-segment
[ExifIFD]       Flash                           : Off, Did not fire
[ExifIFD]       FocalLength                     : 4.2 mm
[ExifIFD]       SubjectArea                     : 2380 1266 504 501
[ExifIFD]       SubSecTimeOriginal              : 277
[ExifIFD]       SubSecTimeDigitized             : 277
[ExifIFD]       FlashpixVersion                 : 0100
[ExifIFD]       ColorSpace                      : sRGB
[ExifIFD]       ExifImageWidth                  : 4032
[ExifIFD]       ExifImageHeight                 : 3024
[ExifIFD]       SensingMethod                   : One-chip color area
[ExifIFD]       SceneType                       : Directly photographed
[ExifIFD]       ExposureMode                    : Auto
[ExifIFD]       WhiteBalance                    : Auto
[ExifIFD]       FocalLengthIn35mmFormat         : 29 mm
[ExifIFD]       SceneCaptureType                : Standard
[ExifIFD]       LensInfo                        : 4.15mm f/2.2
[ExifIFD]       LensMake                        : Apple
[ExifIFD]       LensModel                       : iPhone 6s Plus back camera 4.15mm f/2.2
[Apple]         RunTimeFlags                    : Valid
[Apple]         RunTimeValue                    : 21577962919208
[Apple]         RunTimeScale                    : 1000000000
[Apple]         RunTimeEpoch                    : 0
[Apple]         AccelerationVector              : -0.9823162275 0.005472488038 -0.1683456458
[Apple]         ContentIdentifier               : 000CD8AF-E01C-4057-84CE-B31FDDA972A6
[GPS]           GPSLatitudeRef                  : North
[GPS]           GPSLatitude                     : 21 deg 2' 43.00"
[GPS]           GPSLongitudeRef                 : East
[GPS]           GPSLongitude                    : 105 deg 47' 34.41"
[GPS]           GPSAltitudeRef                  : Above Sea Level
[GPS]           GPSAltitude                     : 11.19015957 m
[GPS]           GPSTimeStamp                    : 11:25:29.64
[GPS]           GPSSpeedRef                     : km/h
[GPS]           GPSSpeed                        : 0
[GPS]           GPSImgDirectionRef              : True North
[GPS]           GPSImgDirection                 : 269.7073171
[GPS]           GPSDestBearingRef               : True North
[GPS]           GPSDestBearing                  : 269.7073171
[GPS]           GPSDateStamp                    : 2018:05:31
[GPS]           GPSHPositioningError            : 65 m
[IFD1]          Compression                     : JPEG (old-style)
[IFD1]          XResolution                     : 72
[IFD1]          YResolution                     : 72
[IFD1]          ResolutionUnit                  : inches
[IFD1]          ThumbnailOffset                 : 2198
[IFD1]          ThumbnailLength                 : 12680
[IFD1]          ThumbnailImage                  : (Binary data 12680 bytes, use -b option to extract)
[XMP-x]         XMPToolkit                      : XMP Core 5.4.0
[XMP-mwg-rs]    RegionAreaY                     : 0.41800000000000004
[XMP-mwg-rs]    RegionAreaW                     : 0.125
[XMP-mwg-rs]    RegionAreaX                     : 0.59050000000000002
[XMP-mwg-rs]    RegionAreaH                     : 0.16599999999999998
[XMP-mwg-rs]    RegionAreaUnit                  : normalized
[XMP-mwg-rs]    RegionType                      : Face
[XMP-mwg-rs]    RegionExtensionsAngleInfoYaw    : 0
[XMP-mwg-rs]    RegionExtensionsAngleInfoRoll   : 0
[XMP-mwg-rs]    RegionExtensionsConfidenceLevel : 99
[XMP-mwg-rs]    RegionExtensionsTimeStamp       : 517868708290
[XMP-mwg-rs]    RegionExtensionsFaceID          : 1
[XMP-mwg-rs]    RegionAppliedToDimensionsH      : 3024
[XMP-mwg-rs]    RegionAppliedToDimensionsW      : 4032
[XMP-mwg-rs]    RegionAppliedToDimensionsUnit   : pixel
[Composite]     RunTimeSincePowerUp             : 5:59:38
[Composite]     Aperture                        : 2.2
[Composite]     ImageSize                       : 4032x3024
[Composite]     Megapixels                      : 12.2
[Composite]     ScaleFactor35efl                : 7.0
[Composite]     ShutterSpeed                    : 1/17
[Composite]     SubSecCreateDate                : 2018:05:31 18:25:34.277
[Composite]     SubSecDateTimeOriginal          : 2018:05:31 18:25:34.277
[Composite]     GPSAltitude                     : 11.1 m Above Sea Level
[Composite]     GPSDateTime                     : 2018:05:31 11:25:29.64Z
[Composite]     GPSLatitude                     : 21 deg 2' 43.00" N
[Composite]     GPSLongitude                    : 105 deg 47' 34.41" E
[Composite]     CircleOfConfusion               : 0.004 mm
[Composite]     FOV                             : 63.7 deg
[Composite]     FocalLength35efl                : 4.2 mm (35 mm equivalent: 29.0 mm)
[Composite]     GPSPosition                     : 21 deg 2' 43.00" N, 105 deg 47' 34.41" E
[Composite]     HyperfocalDistance              : 1.82 m
[Composite]     LightValue                      : 7.7

F:\temp>exiftool -a -G1 -s 1.MOV
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
[ExifTool]      ExifToolVersion                 : 11.59
[System]        FileName                        : 1.MOV
[System]        Directory                       : .
[System]        FileSize                        : 1964 kB
[System]        FileModifyDate                  : 2018:05:31 18:25:34+07:00
[System]        FileAccessDate                  : 2023:07:05 09:37:19+07:00
[System]        FileCreateDate                  : 2023:07:05 09:37:19+07:00
[System]        FilePermissions                 : rw-rw-rw-
[File]          FileType                        : MOV
[File]          FileTypeExtension               : mov
[File]          MIMEType                        : video/quicktime
[QuickTime]     MajorBrand                      : Apple QuickTime (.MOV/QT)
[QuickTime]     MinorVersion                    : 0.0.0
[QuickTime]     CompatibleBrands                : qt
[QuickTime]     MovieDataSize                   : 2004570
[QuickTime]     MovieDataOffset                 : 36
[QuickTime]     MovieHeaderVersion              : 0
[QuickTime]     CreateDate                      : 2018:05:31 11:25:33
[QuickTime]     ModifyDate                      : 2018:05:31 11:25:34
[QuickTime]     TimeScale                       : 600
[QuickTime]     Duration                        : 1.76 s
[QuickTime]     PreferredRate                   : 1
[QuickTime]     PreferredVolume                 : 100.00%
[QuickTime]     MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[QuickTime]     PreviewTime                     : 0 s
[QuickTime]     PreviewDuration                 : 0 s
[QuickTime]     PosterTime                      : 0 s
[QuickTime]     SelectionTime                   : 0 s
[QuickTime]     SelectionDuration               : 0 s
[QuickTime]     CurrentTime                     : 0 s
[QuickTime]     NextTrackID                     : 5
[QuickTime]     HandlerType                     : Metadata Tags
[Track1]        TrackHeaderVersion              : 0
[Track1]        TrackCreateDate                 : 2018:05:31 11:25:33
[Track1]        TrackModifyDate                 : 2018:05:31 11:25:34
[Track1]        TrackID                         : 1
[Track1]        TrackDuration                   : 1.76 s
[Track1]        TrackLayer                      : 0
[Track1]        TrackVolume                     : 100.00%
[Track1]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track1]        ImageWidth                      : 1440
[Track1]        ImageHeight                     : 1080
[Track1]        CleanApertureDimensions         : 1308x980
[Track1]        ProductionApertureDimensions    : 1440x1080
[Track1]        EncodedPixelsDimensions         : 1440x1080
[Track1]        MediaHeaderVersion              : 0
[Track1]        MediaCreateDate                 : 2018:05:31 11:25:33
[Track1]        MediaModifyDate                 : 2018:05:31 11:25:34
[Track1]        MediaTimeScale                  : 600
[Track1]        MediaDuration                   : 1.76 s
[Track1]        MediaLanguageCode               : und
[Track1]        HandlerClass                    : Media Handler
[Track1]        HandlerType                     : Video Track
[Track1]        HandlerVendorID                 : Apple
[Track1]        HandlerDescription              : Core Media Video
[Track1]        GraphicsMode                    : ditherCopy
[Track1]        OpColor                         : 32768 32768 32768
[Track1]        HandlerClass                    : Data Handler
[Track1]        HandlerType                     : Alias Data
[Track1]        HandlerVendorID                 : Apple
[Track1]        HandlerDescription              : Core Media Data Handler
[Track1]        CompressorID                    : avc1
[Track1]        SourceImageWidth                : 1440
[Track1]        SourceImageHeight               : 1080
[Track1]        XResolution                     : 72
[Track1]        YResolution                     : 72
[Track1]        CompressorName                  : H.264
[Track1]        BitDepth                        : 24
[Track1]        VideoFrameRate                  : 28.95
[Track2]        TrackHeaderVersion              : 0
[Track2]        TrackCreateDate                 : 2018:05:31 11:25:33
[Track2]        TrackModifyDate                 : 2018:05:31 11:25:34
[Track2]        TrackID                         : 2
[Track2]        TrackDuration                   : 1.76 s
[Track2]        TrackLayer                      : 0
[Track2]        TrackVolume                     : 100.00%
[Track2]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track2]        MediaHeaderVersion              : 0
[Track2]        MediaCreateDate                 : 2018:05:31 11:25:33
[Track2]        MediaModifyDate                 : 2018:05:31 11:25:34
[Track2]        MediaTimeScale                  : 44100
[Track2]        MediaDuration                   : 1.76 s
[Track2]        MediaLanguageCode               : und
[Track2]        HandlerClass                    : Media Handler
[Track2]        HandlerType                     : Audio Track
[Track2]        HandlerVendorID                 : Apple
[Track2]        HandlerDescription              : Core Media Audio
[Track2]        Balance                         : 0
[Track2]        HandlerClass                    : Data Handler
[Track2]        HandlerType                     : Alias Data
[Track2]        HandlerVendorID                 : Apple
[Track2]        HandlerDescription              : Core Media Data Handler
[Track2]        AudioFormat                     : lpcm
[Track2]        AudioChannels                   : 3
[Track2]        AudioBitsPerSample              : 16
[Track2]        AudioSampleRate                 : 1
[Track3]        TrackHeaderVersion              : 0
[Track3]        TrackCreateDate                 : 2018:05:31 11:25:33
[Track3]        TrackModifyDate                 : 2018:05:31 11:25:34
[Track3]        TrackID                         : 3
[Track3]        TrackDuration                   : 1.76 s
[Track3]        TrackLayer                      : 0
[Track3]        TrackVolume                     : 100.00%
[Track3]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track3]        ContentDescribes                : Track 1
[Track3]        MediaHeaderVersion              : 0
[Track3]        MediaCreateDate                 : 2018:05:31 11:25:33
[Track3]        MediaModifyDate                 : 2018:05:31 11:25:34
[Track3]        MediaTimeScale                  : 600
[Track3]        MediaDuration                   : 1.76 s
[Track3]        MediaLanguageCode               : und
[Track3]        HandlerClass                    : Media Handler
[Track3]        HandlerType                     : NRT Metadata
[Track3]        HandlerVendorID                 : Apple
[Track3]        HandlerDescription              : Core Media Metadata
[Track3]        GenMediaVersion                 : 0
[Track3]        GenFlags                        : 0 0 0
[Track3]        GenGraphicsMode                 : ditherCopy
[Track3]        GenOpColor                      : 32768 32768 32768
[Track3]        GenBalance                      : 0
[Track3]        HandlerClass                    : Data Handler
[Track3]        HandlerType                     : Alias Data
[Track3]        HandlerVendorID                 : Apple
[Track3]        HandlerDescription              : Core Media Data Handler
[Track3]        MetaFormat                      : mebx
[Track3]        Warning                         : [minor] The ExtractEmbedded option may find more tags in the movie data
[Track4]        TrackHeaderVersion              : 0
[Track4]        TrackCreateDate                 : 2018:05:31 11:25:33
[Track4]        TrackModifyDate                 : 2018:05:31 11:25:34
[Track4]        TrackID                         : 4
[Track4]        TrackDuration                   : 1.44 s
[Track4]        TrackLayer                      : 0
[Track4]        TrackVolume                     : 100.00%
[Track4]        MatrixStructure                 : 1 0 0 0 1 0 0 0 1
[Track4]        ContentDescribes                : Track 1
[Track4]        MediaHeaderVersion              : 0
[Track4]        MediaCreateDate                 : 2018:05:31 11:25:33
[Track4]        MediaModifyDate                 : 2018:05:31 11:25:34
[Track4]        MediaTimeScale                  : 600
[Track4]        MediaDuration                   : 0.00 s
[Track4]        MediaLanguageCode               : und
[Track4]        HandlerClass                    : Media Handler
[Track4]        HandlerType                     : NRT Metadata
[Track4]        HandlerVendorID                 : Apple
[Track4]        HandlerDescription              : Core Media Metadata
[Track4]        GenMediaVersion                 : 0
[Track4]        GenFlags                        : 0 0 0
[Track4]        GenGraphicsMode                 : ditherCopy
[Track4]        GenOpColor                      : 32768 32768 32768
[Track4]        GenBalance                      : 0
[Track4]        HandlerClass                    : Data Handler
[Track4]        HandlerType                     : Alias Data
[Track4]        HandlerVendorID                 : Apple
[Track4]        HandlerDescription              : Core Media Data Handler
[Track4]        MetaFormat                      : mebx
[Keys]          ContentIdentifier               : 000CD8AF-E01C-4057-84CE-B31FDDA972A6
[Keys]          GPSCoordinates                  : 21 deg 2' 43.08" N, 105 deg 47' 34.44" E, 11.19 m Above Sea Level
[Keys]          Make                            : Apple
[Keys]          Model                           : iPhone 6s Plus
[Keys]          Software                        : 11.0
[Keys]          CreationDate                    : 2018:05:31 18:25:33+07:00
[Composite]     ImageSize                       : 1440x1080
[Composite]     Megapixels                      : 1.6
[Composite]     AvgBitrate                      : 9.1 Mbps
[Composite]     GPSAltitude                     : 11.19 m
[Composite]     GPSAltitudeRef                  : Above Sea Level
[Composite]     GPSLatitude                     : 21 deg 2' 43.08" N
[Composite]     GPSLongitude                    : 105 deg 47' 34.44" E
[Composite]     Rotation                        : 0
[Composite]     GPSPosition                     : 21 deg 2' 43.08" N, 105 deg 47' 34.44" E

So is it possible to copy it to a key tag in the video?

StarGeek

Quote from: tupakima on July 04, 2023, 10:45:48 PMSo is it possible to copy it to a key tag in the video?

It doesn't appear to be.  Trying to write to Keys:ContentIdentifier returns
Warning: Tag 'Keys:ContentIdentifier' is not definedso it is not currently writable.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

tupakima

Then how do we define a new tag for the video file? I was researching and it seems I would need to create a some configfile.cfg then run it with -config option is that right? How do I create that config file then?

StarGeek

See the Example Config file.  There hasn't been any Quicktime user-defined tags created here yet (plenty of other examples for image tags), but you could look at the exiftool source code for Quicktime tags to get the idea.
"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype

tupakima

I attempted at writing a config file:

%Image::ExifTool::UserDefined = (
    'Image::ExifTool::QuickTime::Keys' => {
        0x0001 => {
            Name => 'ContentIdentifier',
            Writable => 'string',
            WriteGroup => 'QuickTime',
        },
    },
);

1;

I obviously have no knowledge of programming and I'm merely try to deduct from google results and other threads on the forum. Please help me check if the code is correct. I don't even know what the WriteGroup is so I just key in what I saw as group 0 of the content identifier tag in a functional .mov file.

Phil Harvey

Could you provide the exiftool -v3 output for the MOV video containing Keys:ContentIdentifier?  With this information I can provide you with the config file to write this tag.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

tupakima

Part 1:

F:\temp>exiftool -v3 1.MOV
Can't modify constant item in scalar assignment at C:\WINDOWS\.ExifTool_config line 2, near "1,"
  ExifToolVersion = 11.59
  FileName = 1.MOV
  Directory = .
  FileSize = 2010754
  FileModifyDate = 1527765934
  FileAccessDate = 1689298944.16253
  FileCreateDate = 1688524639.16963
  FilePermissions = 33206
  FileType = MOV
  FileTypeExtension = MOV
  MIMEType = video/quicktime
  FileType (SubDirectory) -->
  - Tag 'ftyp' (12 bytes):
      0008: 71 74 20 20 00 00 00 00 71 74 20 20             [qt  ....qt  ]
  + [BinaryData directory, 12 bytes]
  | MajorBrand = qt
  | - Tag 0x0000 (4 bytes, undef[4]):
  |     0008: 71 74 20 20                                     [qt  ]
  | MinorVersion =
  | - Tag 0x0001 (4 bytes, undef[4]):
  |     000c: 00 00 00 00                                     [....]
  | CompatibleBrands = qt
  | - Tag 0x0002 (4 bytes, undef[4]):
  |     0010: 71 74 20 20                                     [qt  ]
  Wide =
  - Tag 'wide' (0 bytes):
  MovieDataSize = 2004570
  MovieDataOffset = 36
  MovieData = ...c..~Z1."V.......K.......................|.h.6.'.L.j.i.K.......2.@.\.H.[snip]
  - Tag 'mdat' (2004570 bytes):
      0024: f5 ff 19 00 63 00 91 00 93 00 7e 00 5a 00 31 00 [....c.....~.Z.1.]
      0034: 16 00 22 00 56 00 8c 00 b3 00 d4 00 db 00 cb 00 [..".V...........]
      0044: bf 00 93 00 4b 00 03 00 c4 ff bf ff c9 ff db ff [....K...........]
      0054: ef ff e4 ff d4 ff b5 ff 89 ff 85 ff 8b ff 7c ff [..............|.]
      0064: 68 ff 36 ff 27 ff 4c ff 6a ff 69 ff 4b ff 18 ff [h.6.'.L.j.i.K...]
      [snip 2004490 bytes]
  Movie (SubDirectory) -->
  - Tag 'moov' (6140 bytes):
    1e9686: 00 00 00 6c 6d 76 68 64 00 00 00 00 d7 35 8c 2d [...lmvhd.....5.-]
    1e9696: d7 35 8c 2e 00 00 02 58 00 00 04 21 00 01 00 00 [.5.....X...!....]
    1e96a6: 01 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 [................]
    1e96b6: 00 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 [................]
    1e96c6: 00 00 00 00 00 00 00 00 00 00 00 00 40 00 00 00 [............@...]
      [snip 6060 bytes]
  + [Movie directory]
  | MovieHeader (SubDirectory) -->
  | - Tag 'mvhd' (100 bytes):
  |   1e968e: 00 00 00 00 d7 35 8c 2d d7 35 8c 2e 00 00 02 58 [.....5.-.5.....X]
  |   1e969e: 00 00 04 21 00 01 00 00 01 00 00 00 00 00 00 00 [...!............]
  |   1e96ae: 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 [................]
  |   1e96be: 00 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 [................]
  |   1e96ce: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00 [....@...........]
  |     [snip 20 bytes]
  | + [BinaryData directory, 100 bytes]
  | | MovieHeaderVersion = 0
  | | - Tag 0x0000 (1 bytes, int8u[1]):
  | |   1e968e: 00                                              [.]
  | | CreateDate = 3610610733
  | | - Tag 0x0001 (4 bytes, int32u[1]):
  | |   1e9692: d7 35 8c 2d                                     [.5.-]
  | | ModifyDate = 3610610734
  | | - Tag 0x0002 (4 bytes, int32u[1]):
  | |   1e9696: d7 35 8c 2e                                     [.5..]
  | | TimeScale = 600
  | | - Tag 0x0003 (4 bytes, int32u[1]):
  | |   1e969a: 00 00 02 58                                     [...X]
  | | Duration = 1057
  | | - Tag 0x0004 (4 bytes, int32u[1]):
  | |   1e969e: 00 00 04 21                                     [...!]
  | | PreferredRate = 65536
  | | - Tag 0x0005 (4 bytes, int32u[1]):
  | |   1e96a2: 00 01 00 00                                     [....]
  | | PreferredVolume = 256
  | | - Tag 0x0006 (2 bytes, int16u[1]):
  | |   1e96a6: 01 00                                           [..]
  | | MatrixStructure = 1 0 0 0 1 0 0 0 16384
  | | - Tag 0x0009 (36 bytes, fixed32s[9]):
  | |   1e96b2: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1e96c2: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1e96d2: 40 00 00 00                                     [@...]
  | | PreviewTime = 0
  | | - Tag 0x0012 (4 bytes, int32u[1]):
  | |   1e96d6: 00 00 00 00                                     [....]
  | | PreviewDuration = 0
  | | - Tag 0x0013 (4 bytes, int32u[1]):
  | |   1e96da: 00 00 00 00                                     [....]
  | | PosterTime = 0
  | | - Tag 0x0014 (4 bytes, int32u[1]):
  | |   1e96de: 00 00 00 00                                     [....]
  | | SelectionTime = 0
  | | - Tag 0x0015 (4 bytes, int32u[1]):
  | |   1e96e2: 00 00 00 00                                     [....]
  | | SelectionDuration = 0
  | | - Tag 0x0016 (4 bytes, int32u[1]):
  | |   1e96e6: 00 00 00 00                                     [....]
  | | CurrentTime = 0
  | | - Tag 0x0017 (4 bytes, int32u[1]):
  | |   1e96ea: 00 00 00 00                                     [....]
  | | NextTrackID = 5
  | | - Tag 0x0018 (4 bytes, int32u[1]):
  | |   1e96ee: 00 00 00 05                                     [....]
  | Track (SubDirectory) -->
  | - Tag 'trak' (1199 bytes):
  |   1e96fa: 00 00 00 5c 74 6b 68 64 00 00 00 0f d7 35 8c 2d [...\tkhd.....5.-]
  |   1e970a: d7 35 8c 2e 00 00 00 01 00 00 00 00 00 00 04 21 [.5.............!]
  |   1e971a: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 [................]
  |   1e972a: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1e973a: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |     [snip 1119 bytes]
  | + [Track directory]
  | | TrackHeader (SubDirectory) -->
  | | - Tag 'tkhd' (84 bytes):
  | |   1e9702: 00 00 00 0f d7 35 8c 2d d7 35 8c 2e 00 00 00 01 [.....5.-.5......]
  | |   1e9712: 00 00 00 00 00 00 04 21 00 00 00 00 00 00 00 00 [.......!........]
  | |   1e9722: 00 00 00 00 01 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9732: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9742: 00 00 00 00 00 00 00 00 40 00 00 00 05 a0 00 00 [........@.......]
  | |   1e9752: 04 38 00 00                                     [.8..]
  | | + [BinaryData directory, 84 bytes]
  | | | TrackHeaderVersion = 0
  | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | |   1e9702: 00                                              [.]
  | | | TrackCreateDate = 3610610733
  | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | |   1e9706: d7 35 8c 2d                                     [.5.-]
  | | | TrackModifyDate = 3610610734
  | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | |   1e970a: d7 35 8c 2e                                     [.5..]
  | | | TrackID = 1
  | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | |   1e970e: 00 00 00 01                                     [....]
  | | | TrackDuration = 1057
  | | | - Tag 0x0005 (4 bytes, int32u[1]):
  | | |   1e9716: 00 00 04 21                                     [...!]
  | | | TrackLayer = 0
  | | | - Tag 0x0008 (2 bytes, int16u[1]):
  | | |   1e9722: 00 00                                           [..]
  | | | TrackVolume = 256
  | | | - Tag 0x0009 (2 bytes, int16u[1]):
  | | |   1e9726: 01 00                                           [..]
  | | | MatrixStructure = 1 0 0 0 1 0 0 0 16384
  | | | - Tag 0x000a (36 bytes, fixed32s[9]):
  | | |   1e972a: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e973a: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e974a: 40 00 00 00                                     [@...]
  | | | ImageWidth = 94371840
  | | | - Tag 0x0013 (4 bytes, int32u[1]):
  | | |   1e974e: 05 a0 00 00                                     [....]
  | | | ImageHeight = 70778880
  | | | - Tag 0x0014 (4 bytes, int32u[1]):
  | | |   1e9752: 04 38 00 00                                     [.8..]
  | | TrackAperture (SubDirectory) -->
  | | - Tag 'tapt' (60 bytes):
  | |   1e975e: 00 00 00 14 63 6c 65 66 00 00 00 00 05 1c 00 00 [....clef........]
  | |   1e976e: 03 d4 00 00 00 00 00 14 70 72 6f 66 00 00 00 00 [........prof....]
  | |   1e977e: 05 a0 00 00 04 38 00 00 00 00 00 14 65 6e 6f 66 [.....8......enof]
  | |   1e978e: 00 00 00 00 05 a0 00 00 04 38 00 00             [.........8..]
  | | + [TrackAperture directory]
  | | | CleanApertureDimensions = 0 1308 980
  | | | - Tag 'clef' (12 bytes, fixed32u):
  | | |   1e9766: 00 00 00 00 05 1c 00 00 03 d4 00 00             [............]
  | | | ProductionApertureDimensions = 0 1440 1080
  | | | - Tag 'prof' (12 bytes, fixed32u):
  | | |   1e977a: 00 00 00 00 05 a0 00 00 04 38 00 00             [.........8..]
  | | | EncodedPixelsDimensions = 0 1440 1080
  | | | - Tag 'enof' (12 bytes, fixed32u):
  | | |   1e978e: 00 00 00 00 05 a0 00 00 04 38 00 00             [.........8..]
  | | Unknown_edts = .elst..!.
  | | - Tag 'edts' (28 bytes):
  | |   1e97a2: 00 00 00 1c 65 6c 73 74 00 00 00 00 00 00 00 01 [....elst........]
  | |   1e97b2: 00 00 04 21 00 00 00 00 00 01 00 00             [...!........]
  | | Media (SubDirectory) -->
  | | - Tag 'mdia' (995 bytes):
  | |   1e97c6: 00 00 00 20 6d 64 68 64 00 00 00 00 d7 35 8c 2d [... mdhd.....5.-]
  | |   1e97d6: d7 35 8c 2e 00 00 02 58 00 00 04 21 55 c4 00 00 [.5.....X...!U...]
  | |   1e97e6: 00 00 00 31 68 64 6c 72 00 00 00 00 6d 68 6c 72 [...1hdlr....mhlr]
  | |   1e97f6: 76 69 64 65 61 70 70 6c 00 00 00 00 00 00 00 00 [videappl........]
  | |   1e9806: 10 43 6f 72 65 20 4d 65 64 69 61 20 56 69 64 65 [.Core Media Vide]
  | |     [snip 915 bytes]
  | | + [Media directory]
  | | | MediaHeader (SubDirectory) -->
  | | | - Tag 'mdhd' (24 bytes):
  | | |   1e97ce: 00 00 00 00 d7 35 8c 2d d7 35 8c 2e 00 00 02 58 [.....5.-.5.....X]
  | | |   1e97de: 00 00 04 21 55 c4 00 00                         [...!U...]
  | | | + [BinaryData directory, 24 bytes]
  | | | | MediaHeaderVersion = 0
  | | | | - Tag 0x0000 (4 bytes, int32u[1]):
  | | | |   1e97ce: 00 00 00 00                                     [....]
  | | | | MediaCreateDate = 3610610733
  | | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | | |   1e97d2: d7 35 8c 2d                                     [.5.-]
  | | | | MediaModifyDate = 3610610734
  | | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | | |   1e97d6: d7 35 8c 2e                                     [.5..]
  | | | | MediaTimeScale = 600
  | | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | | |   1e97da: 00 00 02 58                                     [...X]
  | | | | MediaDuration = 1057
  | | | | - Tag 0x0004 (4 bytes, int32u[1]):
  | | | |   1e97de: 00 00 04 21                                     [...!]
  | | | | MediaLanguageCode = 21956
  | | | | - Tag 0x0005 (2 bytes, int16u[1]):
  | | | |   1e97e2: 55 c4                                           [U.]
  | | | Handler (SubDirectory) -->
  | | | - Tag 'hdlr' (41 bytes):
  | | |   1e97ee: 00 00 00 00 6d 68 6c 72 76 69 64 65 61 70 70 6c [....mhlrvideappl]
  | | |   1e97fe: 00 00 00 00 00 00 00 00 10 43 6f 72 65 20 4d 65 [.........Core Me]
  | | |   1e980e: 64 69 61 20 56 69 64 65 6f                      [dia Video]
  | | | + [BinaryData directory, 41 bytes]
  | | | | HandlerClass = mhlr
  | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | |   1e97f2: 6d 68 6c 72                                     [mhlr]
  | | | | HandlerType = vide
  | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | |   1e97f6: 76 69 64 65                                     [vide]
  | | | | HandlerVendorID = appl
  | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | |   1e97fa: 61 70 70 6c                                     [appl]
  | | | | HandlerDescription = .Core Media Video
  | | | | - Tag 0x0018 (17 bytes, string[17]):
  | | | |   1e9806: 10 43 6f 72 65 20 4d 65 64 69 61 20 56 69 64 65 [.Core Media Vide]
  | | | |   1e9816: 6f                                              [o]
  | | | MediaInfo (SubDirectory) -->
  | | | - Tag 'minf' (906 bytes):
  | | |   1e981f: 00 00 00 14 76 6d 68 64 00 00 00 01 00 40 80 00 [....vmhd.....@..]
  | | |   1e982f: 80 00 80 00 00 00 00 38 68 64 6c 72 00 00 00 00 [.......8hdlr....]
  | | |   1e983f: 64 68 6c 72 61 6c 69 73 61 70 70 6c 00 00 00 00 [dhlralisappl....]
  | | |   1e984f: 00 00 00 00 17 43 6f 72 65 20 4d 65 64 69 61 20 [.....Core Media ]
  | | |   1e985f: 44 61 74 61 20 48 61 6e 64 6c 65 72 00 00 00 24 [Data Handler...$]
  | | |     [snip 826 bytes]
  | | | + [MediaInfo directory]
  | | | | VideoHeader (SubDirectory) -->
  | | | | - Tag 'vmhd' (12 bytes):
  | | | |   1e9827: 00 00 00 01 00 40 80 00 80 00 80 00             [.....@......]
  | | | | + [BinaryData directory, 12 bytes]
  | | | | | GraphicsMode = 64
  | | | | | - Tag 0x0002 (2 bytes, int16u[1]):
  | | | | |   1e982b: 00 40                                           [.@]
  | | | | | OpColor = 32768 32768 32768
  | | | | | - Tag 0x0003 (6 bytes, int16u[3]):
  | | | | |   1e982d: 80 00 80 00 80 00                               [......]
  | | | | Handler (SubDirectory) -->
  | | | | - Tag 'hdlr' (48 bytes):
  | | | |   1e983b: 00 00 00 00 64 68 6c 72 61 6c 69 73 61 70 70 6c [....dhlralisappl]
  | | | |   1e984b: 00 00 00 00 00 00 00 00 17 43 6f 72 65 20 4d 65 [.........Core Me]
  | | | |   1e985b: 64 69 61 20 44 61 74 61 20 48 61 6e 64 6c 65 72 [dia Data Handler]
  | | | | + [BinaryData directory, 48 bytes]
  | | | | | HandlerClass = dhlr
  | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | |   1e983f: 64 68 6c 72                                     [dhlr]
  | | | | | HandlerType = alis
  | | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | | |   1e9843: 61 6c 69 73                                     [alis]
  | | | | | HandlerVendorID = appl
  | | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | | |   1e9847: 61 70 70 6c                                     [appl]
  | | | | | HandlerDescription = .Core Media Data Handler
  | | | | | - Tag 0x0018 (24 bytes, string[24]):
  | | | | |   1e9853: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | | | |   1e9863: 20 48 61 6e 64 6c 65 72                         [ Handler]
  | | | | DataInfo (SubDirectory) -->
  | | | | - Tag 'dinf' (28 bytes):
  | | | |   1e9873: 00 00 00 1c 64 72 65 66 00 00 00 00 00 00 00 01 [....dref........]
  | | | |   1e9883: 00 00 00 0c 61 6c 69 73 00 00 00 01             [....alis....]
  | | | | + [DataInfo directory]
  | | | | | DataRef (SubDirectory) -->
  | | | | | - Tag 'dref' (20 bytes):
  | | | | |   1e987b: 00 00 00 00 00 00 00 01 00 00 00 0c 61 6c 69 73 [............alis]
  | | | | |   1e988b: 00 00 00 01                                     [....]
  | | | | | + [DataRef directory]
  | | | | | | Unknown_alis = .
  | | | | | | - Tag 'alis' (4 bytes):
  | | | | | |   1e988b: 00 00 00 01                                     [....]
  | | | | SampleTable (SubDirectory) -->
  | | | | - Tag 'stbl' (786 bytes):
  | | | |   1e9897: 00 00 01 5b 73 74 73 64 00 00 00 00 00 00 00 01 [...[stsd........]
  | | | |   1e98a7: 00 00 01 4b 61 76 63 31 00 00 00 00 00 00 00 01 [...Kavc1........]
  | | | |   1e98b7: 00 00 00 00 00 00 00 00 00 00 02 00 00 00 02 00 [................]
  | | | |   1e98c7: 05 a0 04 38 00 48 00 00 00 48 00 00 00 00 00 00 [...8.H...H......]
  | | | |   1e98d7: 00 01 05 48 2e 32 36 34 00 00 00 00 00 00 00 00 [...H.264........]
  | | | |     [snip 706 bytes]
  | | | | + [SampleTable directory]
  | | | | | VideoSampleDesc (SubDirectory) -->
  | | | | | - Tag 'stsd' (339 bytes):
  | | | | |   1e989f: 00 00 00 00 00 00 00 01 00 00 01 4b 61 76 63 31 [...........Kavc1]
  | | | | |   1e98af: 00 00 00 00 00 00 00 01 00 00 00 00 00 00 00 00 [................]
  | | | | |   1e98bf: 00 00 02 00 00 00 02 00 05 a0 04 38 00 48 00 00 [...........8.H..]
  | | | | |   1e98cf: 00 48 00 00 00 00 00 00 00 01 05 48 2e 32 36 34 [.H.........H.264]
  | | | | |   1e98df: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | | | |     [snip 259 bytes]
  | | | | | + [BinaryData directory, 331 bytes]
  | | | | | | CompressorID = avc1
  | | | | | | - Tag 0x0002 (4 bytes, string[4]):
  | | | | | |   1e98ab: 61 76 63 31                                     [avc1]
  | | | | | | VendorID =
  | | | | | | - Tag 0x000a (4 bytes, string[4]):
  | | | | | |   1e98bb: 00 00 00 00                                     [....]
  | | | | | | SourceImageWidth = 1440
  | | | | | | - Tag 0x0010 (2 bytes, int16u[1]):
  | | | | | |   1e98c7: 05 a0                                           [..]
  | | | | | | SourceImageHeight = 1080
  | | | | | | - Tag 0x0011 (2 bytes, int16u[1]):
  | | | | | |   1e98c9: 04 38                                           [.8]
  | | | | | | XResolution = 72
  | | | | | | - Tag 0x0012 (4 bytes, fixed32u[1]):
  | | | | | |   1e98cb: 00 48 00 00                                     [.H..]
  | | | | | | YResolution = 72
  | | | | | | - Tag 0x0014 (4 bytes, fixed32u[1]):
  | | | | | |   1e98cf: 00 48 00 00                                     [.H..]
  | | | | | | CompressorName = .H.264
  | | | | | | - Tag 0x0019 (32 bytes, string[32]):
  | | | | | |   1e98d9: 05 48 2e 32 36 34 00 00 00 00 00 00 00 00 00 00 [.H.264..........]
  | | | | | |   1e98e9: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | | | | | BitDepth = 24
  | | | | | | - Tag 0x0029 (2 bytes, int16u[1]):
  | | | | | |   1e98f9: 00 18                                           [..]
  | | | | | VideoFrameRate = ."......8..
  | | | | | - Tag 'stts' (48 bytes, undef):
  | | | | |   1e99fa: 00 00 00 00 00 00 00 05 00 00 00 22 00 00 00 14 [..........."....]
  | | | | |   1e9a0a: 00 00 00 01 00 00 00 15 00 00 00 09 00 00 00 14 [................]
  | | | | |   1e9a1a: 00 00 00 01 00 00 00 38 00 00 00 06 00 00 00 14 [.......8........]
  | | | | | SyncSampleTable = ...%,
  | | | | | - Tag 'stss' (24 bytes):
  | | | | |   1e9a32: 00 00 00 00 00 00 00 04 00 00 00 01 00 00 00 13 [................]
  | | | | |   1e9a42: 00 00 00 25 00 00 00 2c                         [...%...,]
  | | | | | IdependentAndDisposableSamples =  ................. ................. .....[snip]
  | | | | | - Tag 'sdtp' (55 bytes):
  | | | | |   1e9a52: 00 00 00 00 20 10 10 10 10 10 10 10 10 10 10 10 [.... ...........]
  | | | | |   1e9a62: 10 10 10 10 10 10 20 10 10 10 10 10 10 10 10 10 [...... .........]
  | | | | |   1e9a72: 10 10 10 10 10 10 10 10 20 10 10 10 10 10 10 20 [........ ...... ]
  | | | | |   1e9a82: 10 10 10 10 10 10 10                            [.......]
  | | | | | SampleToChunk = .......
  | | | | | - Tag 'stsc' (32 bytes):
  | | | | |   1e9a91: 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 1e [................]
  | | | | |   1e9aa1: 00 00 00 01 00 00 00 02 00 00 00 15 00 00 00 01 [................]
  | | | | | SampleSizes = 3..]a.;.....|.....\.R#T.X.i(Pqw.x.lGe....j(p.d...p.ajV>].].h%[snip]
  | | | | | - Tag 'stsz' (216 bytes):
  | | | | |   1e9ab9: 00 00 00 00 00 00 00 00 00 00 00 33 00 01 9d 5d [...........3...]]
  | | | | |   1e9ac9: 00 00 61 eb 00 00 3b 82 00 00 b4 af 00 00 ba cb [..a...;.........]
  | | | | |   1e9ad9: 00 00 7c ff 00 00 83 d7 00 00 8a 11 00 00 5c 9c [..|...........\.]
  | | | | |   1e9ae9: 00 00 52 23 00 00 54 cc 00 00 58 1e 00 00 69 28 [..R#..T...X...i(]
  | | | | |   1e9af9: 00 00 50 71 00 00 77 f6 00 00 78 02 00 00 6c 47 [..Pq..w...x...lG]
  | | | | |     [snip 136 bytes]
  | | | | | ChunkOffset = ..lc..8
  | | | | | - Tag 'stco' (16 bytes):
  | | | | |   1e9b99: 00 00 00 00 00 00 00 02 00 02 6c 63 00 11 bb 38 [..........lc...8]

tupakima

P2:

| Track (SubDirectory) -->
  | - Tag 'trak' (521 bytes):
  |   1e9bb1: 00 00 00 5c 74 6b 68 64 00 00 00 0f d7 35 8c 2d [...\tkhd.....5.-]
  |   1e9bc1: d7 35 8c 2e 00 00 00 02 00 00 00 00 00 00 04 20 [.5............. ]
  |   1e9bd1: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 [................]
  |   1e9be1: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1e9bf1: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |     [snip 441 bytes]
  | + [Track directory]
  | | TrackHeader (SubDirectory) -->
  | | - Tag 'tkhd' (84 bytes):
  | |   1e9bb9: 00 00 00 0f d7 35 8c 2d d7 35 8c 2e 00 00 00 02 [.....5.-.5......]
  | |   1e9bc9: 00 00 00 00 00 00 04 20 00 00 00 00 00 00 00 00 [....... ........]
  | |   1e9bd9: 00 00 00 00 01 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9be9: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9bf9: 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 [........@.......]
  | |   1e9c09: 00 00 00 00                                     [....]
  | | + [BinaryData directory, 84 bytes]
  | | | TrackHeaderVersion = 0
  | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | |   1e9bb9: 00                                              [.]
  | | | TrackCreateDate = 3610610733
  | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | |   1e9bbd: d7 35 8c 2d                                     [.5.-]
  | | | TrackModifyDate = 3610610734
  | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | |   1e9bc1: d7 35 8c 2e                                     [.5..]
  | | | TrackID = 2
  | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | |   1e9bc5: 00 00 00 02                                     [....]
  | | | TrackDuration = 1056
  | | | - Tag 0x0005 (4 bytes, int32u[1]):
  | | |   1e9bcd: 00 00 04 20                                     [... ]
  | | | TrackLayer = 0
  | | | - Tag 0x0008 (2 bytes, int16u[1]):
  | | |   1e9bd9: 00 00                                           [..]
  | | | TrackVolume = 256
  | | | - Tag 0x0009 (2 bytes, int16u[1]):
  | | |   1e9bdd: 01 00                                           [..]
  | | | MatrixStructure = 1 0 0 0 1 0 0 0 16384
  | | | - Tag 0x000a (36 bytes, fixed32s[9]):
  | | |   1e9be1: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e9bf1: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e9c01: 40 00 00 00                                     [@...]
  | | | ImageWidth = 0
  | | | - Tag 0x0013 (4 bytes, int32u[1]):
  | | |   1e9c05: 00 00 00 00                                     [....]
  | | | ImageHeight = 0
  | | | - Tag 0x0014 (4 bytes, int32u[1]):
  | | |   1e9c09: 00 00 00 00                                     [....]
  | | Unknown_edts = .elst.. .
  | | - Tag 'edts' (28 bytes):
  | |   1e9c15: 00 00 00 1c 65 6c 73 74 00 00 00 00 00 00 00 01 [....elst........]
  | |   1e9c25: 00 00 04 20 00 00 00 00 00 01 00 00             [... ........]
  | | Media (SubDirectory) -->
  | | - Tag 'mdia' (385 bytes):
  | |   1e9c39: 00 00 00 20 6d 64 68 64 00 00 00 00 d7 35 8c 2d [... mdhd.....5.-]
  | |   1e9c49: d7 35 8c 2e 00 00 ac 44 00 01 2f 67 55 c4 00 00 [.5.....D../gU...]
  | |   1e9c59: 00 00 00 31 68 64 6c 72 00 00 00 00 6d 68 6c 72 [...1hdlr....mhlr]
  | |   1e9c69: 73 6f 75 6e 61 70 70 6c 00 00 00 00 00 00 00 00 [sounappl........]
  | |   1e9c79: 10 43 6f 72 65 20 4d 65 64 69 61 20 41 75 64 69 [.Core Media Audi]
  | |     [snip 305 bytes]
  | | + [Media directory]
  | | | MediaHeader (SubDirectory) -->
  | | | - Tag 'mdhd' (24 bytes):
  | | |   1e9c41: 00 00 00 00 d7 35 8c 2d d7 35 8c 2e 00 00 ac 44 [.....5.-.5.....D]
  | | |   1e9c51: 00 01 2f 67 55 c4 00 00                         [../gU...]
  | | | + [BinaryData directory, 24 bytes]
  | | | | MediaHeaderVersion = 0
  | | | | - Tag 0x0000 (4 bytes, int32u[1]):
  | | | |   1e9c41: 00 00 00 00                                     [....]
  | | | | MediaCreateDate = 3610610733
  | | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | | |   1e9c45: d7 35 8c 2d                                     [.5.-]
  | | | | MediaModifyDate = 3610610734
  | | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | | |   1e9c49: d7 35 8c 2e                                     [.5..]
  | | | | MediaTimeScale = 44100
  | | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | | |   1e9c4d: 00 00 ac 44                                     [...D]
  | | | | MediaDuration = 77671
  | | | | - Tag 0x0004 (4 bytes, int32u[1]):
  | | | |   1e9c51: 00 01 2f 67                                     [../g]
  | | | | MediaLanguageCode = 21956
  | | | | - Tag 0x0005 (2 bytes, int16u[1]):
  | | | |   1e9c55: 55 c4                                           [U.]
  | | | Handler (SubDirectory) -->
  | | | - Tag 'hdlr' (41 bytes):
  | | |   1e9c61: 00 00 00 00 6d 68 6c 72 73 6f 75 6e 61 70 70 6c [....mhlrsounappl]
  | | |   1e9c71: 00 00 00 00 00 00 00 00 10 43 6f 72 65 20 4d 65 [.........Core Me]
  | | |   1e9c81: 64 69 61 20 41 75 64 69 6f                      [dia Audio]
  | | | + [BinaryData directory, 41 bytes]
  | | | | HandlerClass = mhlr
  | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | |   1e9c65: 6d 68 6c 72                                     [mhlr]
  | | | | HandlerType = soun
  | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | |   1e9c69: 73 6f 75 6e                                     [soun]
  | | | | HandlerVendorID = appl
  | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | |   1e9c6d: 61 70 70 6c                                     [appl]
  | | | | HandlerDescription = .Core Media Audio
  | | | | - Tag 0x0018 (17 bytes, string[17]):
  | | | |   1e9c79: 10 43 6f 72 65 20 4d 65 64 69 61 20 41 75 64 69 [.Core Media Audi]
  | | | |   1e9c89: 6f                                              [o]
  | | | MediaInfo (SubDirectory) -->
  | | | - Tag 'minf' (296 bytes):
  | | |   1e9c92: 00 00 00 10 73 6d 68 64 00 00 00 00 00 00 00 00 [....smhd........]
  | | |   1e9ca2: 00 00 00 38 68 64 6c 72 00 00 00 00 64 68 6c 72 [...8hdlr....dhlr]
  | | |   1e9cb2: 61 6c 69 73 61 70 70 6c 00 00 00 00 00 00 00 00 [alisappl........]
  | | |   1e9cc2: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | |   1e9cd2: 20 48 61 6e 64 6c 65 72 00 00 00 24 64 69 6e 66 [ Handler...$dinf]
  | | |     [snip 216 bytes]
  | | | + [MediaInfo directory]
  | | | | AudioHeader (SubDirectory) -->
  | | | | - Tag 'smhd' (8 bytes):
  | | | |   1e9c9a: 00 00 00 00 00 00 00 00                         [........]
  | | | | + [BinaryData directory, 8 bytes]
  | | | | | Balance = 0
  | | | | | - Tag 0x0002 (2 bytes, fixed16s[1]):
  | | | | |   1e9c9e: 00 00                                           [..]
  | | | | Handler (SubDirectory) -->
  | | | | - Tag 'hdlr' (48 bytes):
  | | | |   1e9caa: 00 00 00 00 64 68 6c 72 61 6c 69 73 61 70 70 6c [....dhlralisappl]
  | | | |   1e9cba: 00 00 00 00 00 00 00 00 17 43 6f 72 65 20 4d 65 [.........Core Me]
  | | | |   1e9cca: 64 69 61 20 44 61 74 61 20 48 61 6e 64 6c 65 72 [dia Data Handler]
  | | | | + [BinaryData directory, 48 bytes]
  | | | | | HandlerClass = dhlr
  | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | |   1e9cae: 64 68 6c 72                                     [dhlr]
  | | | | | HandlerType = alis
  | | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | | |   1e9cb2: 61 6c 69 73                                     [alis]
  | | | | | HandlerVendorID = appl
  | | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | | |   1e9cb6: 61 70 70 6c                                     [appl]
  | | | | | HandlerDescription = .Core Media Data Handler
  | | | | | - Tag 0x0018 (24 bytes, string[24]):
  | | | | |   1e9cc2: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | | | |   1e9cd2: 20 48 61 6e 64 6c 65 72                         [ Handler]
  | | | | DataInfo (SubDirectory) -->
  | | | | - Tag 'dinf' (28 bytes):
  | | | |   1e9ce2: 00 00 00 1c 64 72 65 66 00 00 00 00 00 00 00 01 [....dref........]
  | | | |   1e9cf2: 00 00 00 0c 61 6c 69 73 00 00 00 01             [....alis....]
  | | | | + [DataInfo directory]
  | | | | | DataRef (SubDirectory) -->
  | | | | | - Tag 'dref' (20 bytes):
  | | | | |   1e9cea: 00 00 00 00 00 00 00 01 00 00 00 0c 61 6c 69 73 [............alis]
  | | | | |   1e9cfa: 00 00 00 01                                     [....]
  | | | | | + [DataRef directory]
  | | | | | | Unknown_alis = .
  | | | | | | - Tag 'alis' (4 bytes):
  | | | | | |   1e9cfa: 00 00 00 01                                     [....]
  | | | | SampleTable (SubDirectory) -->
  | | | | - Tag 'stbl' (180 bytes):
  | | | |   1e9d06: 00 00 00 58 73 74 73 64 00 00 00 00 00 00 00 01 [...Xstsd........]
  | | | |   1e9d16: 00 00 00 48 6c 70 63 6d 00 00 00 00 00 00 00 01 [...Hlpcm........]
  | | | |   1e9d26: 00 02 00 00 00 00 00 00 00 03 00 10 ff fe 00 00 [................]
  | | | |   1e9d36: 00 01 00 00 00 00 00 48 40 e5 88 80 00 00 00 00 [.......H@.......]
  | | | |   1e9d46: 00 00 00 01 7f 00 00 00 00 00 00 10 00 00 00 0c [................]
  | | | |     [snip 100 bytes]
  | | | | + [SampleTable directory]
  | | | | | AudioSampleDesc (SubDirectory) -->
  | | | | | - Tag 'stsd' (80 bytes):
  | | | | |   1e9d0e: 00 00 00 00 00 00 00 01 00 00 00 48 6c 70 63 6d [...........Hlpcm]
  | | | | |   1e9d1e: 00 00 00 00 00 00 00 01 00 02 00 00 00 00 00 00 [................]
  | | | | |   1e9d2e: 00 03 00 10 ff fe 00 00 00 01 00 00 00 00 00 48 [...............H]
  | | | | |   1e9d3e: 40 e5 88 80 00 00 00 00 00 00 00 01 7f 00 00 00 [@...............]
  | | | | |   1e9d4e: 00 00 00 10 00 00 00 0c 00 00 00 02 00 00 00 01 [................]
  | | | | | + [BinaryData directory, 72 bytes]
  | | | | | | AudioFormat = lpcm
  | | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | | |   1e9d1a: 6c 70 63 6d                                     [lpcm]
  | | | | | | AudioVendorID =
  | | | | | | - Tag 0x0014 (4 bytes, undef[4]):
  | | | | | |   1e9d2a: 00 00 00 00                                     [....]
  | | | | | | AudioChannels = 3
  | | | | | | - Tag 0x0018 (2 bytes, int16u[1]):
  | | | | | |   1e9d2e: 00 03                                           [..]
  | | | | | | AudioBitsPerSample = 16
  | | | | | | - Tag 0x001a (2 bytes, int16u[1]):
  | | | | | |   1e9d30: 00 10                                           [..]
  | | | | | | AudioSampleRate = 1
  | | | | | | - Tag 0x0020 (4 bytes, fixed32u[1]):
  | | | | | |   1e9d36: 00 01 00 00                                     [....]
  | | | | | TimeToSampleTable = ../g.
  | | | | | - Tag 'stts' (16 bytes):
  | | | | |   1e9d66: 00 00 00 00 00 00 00 01 00 01 2f 67 00 00 00 01 [........../g....]
  | | | | | SampleToChunk = .../g.
  | | | | | - Tag 'stsc' (20 bytes):
  | | | | |   1e9d7e: 00 00 00 00 00 00 00 01 00 00 00 01 00 01 2f 67 [............../g]
  | | | | |   1e9d8e: 00 00 00 01                                     [....]
  | | | | | SampleSizes = ../g
  | | | | | - Tag 'stsz' (12 bytes):
  | | | | |   1e9d9a: 00 00 00 00 00 00 00 02 00 01 2f 67             [........../g]
  | | | | | ChunkOffset = .$
  | | | | | - Tag 'stco' (12 bytes):
  | | | | |   1e9dae: 00 00 00 00 00 00 00 01 00 00 00 24             [...........$]
  | Track (SubDirectory) -->
  | - Tag 'trak' (942 bytes):
  |   1e9dc2: 00 00 00 5c 74 6b 68 64 00 00 00 0f d7 35 8c 2d [...\tkhd.....5.-]
  |   1e9dd2: d7 35 8c 2e 00 00 00 03 00 00 00 00 00 00 04 21 [.5.............!]
  |   1e9de2: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 [................]
  |   1e9df2: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1e9e02: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |     [snip 862 bytes]
  | + [Track directory]
  | | TrackHeader (SubDirectory) -->
  | | - Tag 'tkhd' (84 bytes):
  | |   1e9dca: 00 00 00 0f d7 35 8c 2d d7 35 8c 2e 00 00 00 03 [.....5.-.5......]
  | |   1e9dda: 00 00 00 00 00 00 04 21 00 00 00 00 00 00 00 00 [.......!........]
  | |   1e9dea: 00 00 00 00 01 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9dfa: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1e9e0a: 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 [........@.......]
  | |   1e9e1a: 00 00 00 00                                     [....]
  | | + [BinaryData directory, 84 bytes]
  | | | TrackHeaderVersion = 0
  | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | |   1e9dca: 00                                              [.]
  | | | TrackCreateDate = 3610610733
  | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | |   1e9dce: d7 35 8c 2d                                     [.5.-]
  | | | TrackModifyDate = 3610610734
  | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | |   1e9dd2: d7 35 8c 2e                                     [.5..]
  | | | TrackID = 3
  | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | |   1e9dd6: 00 00 00 03                                     [....]
  | | | TrackDuration = 1057
  | | | - Tag 0x0005 (4 bytes, int32u[1]):
  | | |   1e9dde: 00 00 04 21                                     [...!]
  | | | TrackLayer = 0
  | | | - Tag 0x0008 (2 bytes, int16u[1]):
  | | |   1e9dea: 00 00                                           [..]
  | | | TrackVolume = 256
  | | | - Tag 0x0009 (2 bytes, int16u[1]):
  | | |   1e9dee: 01 00                                           [..]
  | | | MatrixStructure = 1 0 0 0 1 0 0 0 16384
  | | | - Tag 0x000a (36 bytes, fixed32s[9]):
  | | |   1e9df2: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e9e02: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1e9e12: 40 00 00 00                                     [@...]
  | | | ImageWidth = 0
  | | | - Tag 0x0013 (4 bytes, int32u[1]):
  | | |   1e9e16: 00 00 00 00                                     [....]
  | | | ImageHeight = 0
  | | | - Tag 0x0014 (4 bytes, int32u[1]):
  | | |   1e9e1a: 00 00 00 00                                     [....]
  | | Unknown_edts = .elst..!.
  | | - Tag 'edts' (28 bytes):
  | |   1e9e26: 00 00 00 1c 65 6c 73 74 00 00 00 00 00 00 00 01 [....elst........]
  | |   1e9e36: 00 00 04 21 00 00 00 00 00 01 00 00             [...!........]
  | | TrackRef (SubDirectory) -->
  | | - Tag 'tref' (24 bytes):
  | |   1e9e4a: 00 00 00 0c 63 64 73 63 00 00 00 01 00 00 00 0c [....cdsc........]
  | |   1e9e5a: 63 64 65 70 00 00 00 01                         [cdep....]
  | | + [TrackRef directory]
  | | | ContentDescribes = 1
  | | | - Tag 'cdsc' (4 bytes, int32u):
  | | |   1e9e52: 00 00 00 01                                     [....]
  | | | Unknown_cdep = .
  | | | - Tag 'cdep' (4 bytes):
  | | |   1e9e5e: 00 00 00 01                                     [....]
  | | Media (SubDirectory) -->
  | | - Tag 'mdia' (774 bytes):
  | |   1e9e6a: 00 00 00 20 6d 64 68 64 00 00 00 00 d7 35 8c 2d [... mdhd.....5.-]
  | |   1e9e7a: d7 35 8c 2e 00 00 02 58 00 00 04 21 55 c4 00 00 [.5.....X...!U...]
  | |   1e9e8a: 00 00 00 34 68 64 6c 72 00 00 00 00 6d 68 6c 72 [...4hdlr....mhlr]
  | |   1e9e9a: 6d 65 74 61 61 70 70 6c 00 00 00 01 00 00 00 00 [metaappl........]
  | |   1e9eaa: 13 43 6f 72 65 20 4d 65 64 69 61 20 4d 65 74 61 [.Core Media Meta]
  | |     [snip 694 bytes]
  | | + [Media directory]
  | | | MediaHeader (SubDirectory) -->
  | | | - Tag 'mdhd' (24 bytes):
  | | |   1e9e72: 00 00 00 00 d7 35 8c 2d d7 35 8c 2e 00 00 02 58 [.....5.-.5.....X]
  | | |   1e9e82: 00 00 04 21 55 c4 00 00                         [...!U...]
  | | | + [BinaryData directory, 24 bytes]
  | | | | MediaHeaderVersion = 0
  | | | | - Tag 0x0000 (4 bytes, int32u[1]):
  | | | |   1e9e72: 00 00 00 00                                     [....]
  | | | | MediaCreateDate = 3610610733
  | | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | | |   1e9e76: d7 35 8c 2d                                     [.5.-]
  | | | | MediaModifyDate = 3610610734
  | | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | | |   1e9e7a: d7 35 8c 2e                                     [.5..]
  | | | | MediaTimeScale = 600
  | | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | | |   1e9e7e: 00 00 02 58                                     [...X]
  | | | | MediaDuration = 1057
  | | | | - Tag 0x0004 (4 bytes, int32u[1]):
  | | | |   1e9e82: 00 00 04 21                                     [...!]
  | | | | MediaLanguageCode = 21956
  | | | | - Tag 0x0005 (2 bytes, int16u[1]):
  | | | |   1e9e86: 55 c4                                           [U.]
  | | | Handler (SubDirectory) -->
  | | | - Tag 'hdlr' (44 bytes):
  | | |   1e9e92: 00 00 00 00 6d 68 6c 72 6d 65 74 61 61 70 70 6c [....mhlrmetaappl]
  | | |   1e9ea2: 00 00 00 01 00 00 00 00 13 43 6f 72 65 20 4d 65 [.........Core Me]
  | | |   1e9eb2: 64 69 61 20 4d 65 74 61 64 61 74 61             [dia Metadata]
  | | | + [BinaryData directory, 44 bytes]
  | | | | HandlerClass = mhlr
  | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | |   1e9e96: 6d 68 6c 72                                     [mhlr]
  | | | | HandlerType = meta
  | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | |   1e9e9a: 6d 65 74 61                                     [meta]
  | | | | HandlerVendorID = appl
  | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | |   1e9e9e: 61 70 70 6c                                     [appl]
  | | | | HandlerDescription = .Core Media Metadata
  | | | | - Tag 0x0018 (20 bytes, string[20]):
  | | | |   1e9eaa: 13 43 6f 72 65 20 4d 65 64 69 61 20 4d 65 74 61 [.Core Media Meta]
  | | | |   1e9eba: 64 61 74 61                                     [data]
  | | | MediaInfo (SubDirectory) -->
  | | | - Tag 'minf' (682 bytes):
  | | |   1e9ec6: 00 00 00 20 67 6d 68 64 00 00 00 18 67 6d 69 6e [... gmhd....gmin]
  | | |   1e9ed6: 00 00 00 00 00 40 80 00 80 00 80 00 00 00 00 00 [.....@..........]
  | | |   1e9ee6: 00 00 00 38 68 64 6c 72 00 00 00 00 64 68 6c 72 [...8hdlr....dhlr]
  | | |   1e9ef6: 61 6c 69 73 61 70 70 6c 00 00 00 00 00 00 00 00 [alisappl........]
  | | |   1e9f06: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | |     [snip 602 bytes]
  | | | + [MediaInfo directory]
  | | | | GenMediaHeader (SubDirectory) -->
  | | | | - Tag 'gmhd' (24 bytes):
  | | | |   1e9ece: 00 00 00 18 67 6d 69 6e 00 00 00 00 00 40 80 00 [....gmin.....@..]
  | | | |   1e9ede: 80 00 80 00 00 00 00 00                         [........]
  | | | | + [GenMediaHeader directory]
  | | | | | GenMediaInfo (SubDirectory) -->
  | | | | | - Tag 'gmin' (16 bytes):
  | | | | |   1e9ed6: 00 00 00 00 00 40 80 00 80 00 80 00 00 00 00 00 [.....@..........]
  | | | | | + [BinaryData directory, 16 bytes]
  | | | | | | GenMediaVersion = 0
  | | | | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | | | | |   1e9ed6: 00                                              [.]
  | | | | | | GenFlags = 0 0 0
  | | | | | | - Tag 0x0001 (3 bytes, int8u[3]):
  | | | | | |   1e9ed7: 00 00 00                                        [...]
  | | | | | | GenGraphicsMode = 64
  | | | | | | - Tag 0x0004 (2 bytes, int16u[1]):
  | | | | | |   1e9eda: 00 40                                           [.@]
  | | | | | | GenOpColor = 32768 32768 32768
  | | | | | | - Tag 0x0006 (6 bytes, int16u[3]):
  | | | | | |   1e9edc: 80 00 80 00 80 00                               [......]
  | | | | | | GenBalance = 0
  | | | | | | - Tag 0x000c (2 bytes, fixed16s[1]):
  | | | | | |   1e9ee2: 00 00                                           [..]
  | | | | Handler (SubDirectory) -->
  | | | | - Tag 'hdlr' (48 bytes):
  | | | |   1e9eee: 00 00 00 00 64 68 6c 72 61 6c 69 73 61 70 70 6c [....dhlralisappl]
  | | | |   1e9efe: 00 00 00 00 00 00 00 00 17 43 6f 72 65 20 4d 65 [.........Core Me]
  | | | |   1e9f0e: 64 69 61 20 44 61 74 61 20 48 61 6e 64 6c 65 72 [dia Data Handler]
  | | | | + [BinaryData directory, 48 bytes]
  | | | | | HandlerClass = dhlr
  | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | |   1e9ef2: 64 68 6c 72                                     [dhlr]
  | | | | | HandlerType = alis
  | | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | | |   1e9ef6: 61 6c 69 73                                     [alis]
  | | | | | HandlerVendorID = appl
  | | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | | |   1e9efa: 61 70 70 6c                                     [appl]
  | | | | | HandlerDescription = .Core Media Data Handler
  | | | | | - Tag 0x0018 (24 bytes, string[24]):
  | | | | |   1e9f06: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | | | |   1e9f16: 20 48 61 6e 64 6c 65 72                         [ Handler]
  | | | | DataInfo (SubDirectory) -->
  | | | | - Tag 'dinf' (28 bytes):
  | | | |   1e9f26: 00 00 00 1c 64 72 65 66 00 00 00 00 00 00 00 01 [....dref........]
  | | | |   1e9f36: 00 00 00 0c 61 6c 69 73 00 00 00 01             [....alis....]
  | | | | + [DataInfo directory]
  | | | | | DataRef (SubDirectory) -->
  | | | | | - Tag 'dref' (20 bytes):
  | | | | |   1e9f2e: 00 00 00 00 00 00 00 01 00 00 00 0c 61 6c 69 73 [............alis]
  | | | | |   1e9f3e: 00 00 00 01                                     [....]
  | | | | | + [DataRef directory]
  | | | | | | Unknown_alis = .
  | | | | | | - Tag 'alis' (4 bytes):
  | | | | | |   1e9f3e: 00 00 00 01                                     [....]
  | | | | SampleTable (SubDirectory) -->
  | | | | - Tag 'stbl' (550 bytes):
  | | | |   1e9f4a: 00 00 00 ce 73 74 73 64 00 00 00 00 00 00 00 01 [....stsd........]
  | | | |   1e9f5a: 00 00 00 be 6d 65 62 78 00 00 00 00 00 00 00 01 [....mebx........]
  | | | |   1e9f6a: 00 00 00 ae 6b 65 79 73 00 00 00 a6 00 00 00 01 [....keys........]
  | | | |   1e9f7a: 00 00 00 2f 6b 65 79 64 6d 64 74 61 63 6f 6d 2e [.../keydmdtacom.]
  | | | |   1e9f8a: 61 70 70 6c 65 2e 71 75 69 63 6b 74 69 6d 65 2e [apple.quicktime.]
  | | | |     [snip 470 bytes]
  | | | | + [SampleTable directory]
  | | | | | MetaSampleDesc (SubDirectory) -->
  | | | | | - Tag 'stsd' (198 bytes):
  | | | | |   1e9f52: 00 00 00 00 00 00 00 01 00 00 00 be 6d 65 62 78 [............mebx]
  | | | | |   1e9f62: 00 00 00 00 00 00 00 01 00 00 00 ae 6b 65 79 73 [............keys]
  | | | | |   1e9f72: 00 00 00 a6 00 00 00 01 00 00 00 2f 6b 65 79 64 [.........../keyd]
  | | | | |   1e9f82: 6d 64 74 61 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 [mdtacom.apple.qu]
  | | | | |   1e9f92: 69 63 6b 74 69 6d 65 2e 6c 69 76 65 2d 70 68 6f [icktime.live-pho]
  | | | | |     [snip 118 bytes]
  | | | | | + [BinaryData directory, 24 bytes]
  | | | | | | MetaFormat = mebx
  | | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | | |   1e9f5e: 6d 65 62 78                                     [mebx]
  | | | | | + [MetaSampleDesc directory]
  | | | | | | Keys (SubDirectory) -->
  | | | | | | - Tag 'keys' (166 bytes):
  | | | | | |   1e9f72: 00 00 00 a6 00 00 00 01 00 00 00 2f 6b 65 79 64 [.........../keyd]
  | | | | | |   1e9f82: 6d 64 74 61 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 [mdtacom.apple.qu]
  | | | | | |   1e9f92: 69 63 6b 74 69 6d 65 2e 6c 69 76 65 2d 70 68 6f [icktime.live-pho]
  | | | | | |   1e9fa2: 74 6f 2d 69 6e 66 6f 00 00 00 43 64 74 79 70 00 [to-info...Cdtyp.]
  | | | | | |   1e9fb2: 00 00 01 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 69 [...com.apple.qui]
  | | | | | |     [snip 86 bytes]
  | | | | | Warning = [minor] The ExtractEmbedded option may find more tags in the movie data
  | | | | | TimeToSampleTable = ."......8..
  | | | | | - Tag 'stts' (48 bytes):
  | | | | |   1ea020: 00 00 00 00 00 00 00 05 00 00 00 22 00 00 00 14 [..........."....]
  | | | | |   1ea030: 00 00 00 01 00 00 00 15 00 00 00 09 00 00 00 14 [................]
  | | | | |   1ea040: 00 00 00 01 00 00 00 38 00 00 00 06 00 00 00 14 [.......8........]
  | | | | | SampleToChunk = .......
  | | | | | - Tag 'stsc' (32 bytes):
  | | | | |   1ea058: 00 00 00 00 00 00 00 02 00 00 00 01 00 00 00 1e [................]
  | | | | |   1ea068: 00 00 00 01 00 00 00 02 00 00 00 15 00 00 00 01 [................]
  | | | | | SampleSizes = 3888888888888888888888888888888888XXXXXXXXXXXXXXXXXX
  | | | | | - Tag 'stsz' (216 bytes):
  | | | | |   1ea080: 00 00 00 00 00 00 00 00 00 00 00 33 00 00 00 38 [...........3...8]
  | | | | |   1ea090: 00 00 00 38 00 00 00 38 00 00 00 38 00 00 00 38 [...8...8...8...8]
  | | | | |   1ea0a0: 00 00 00 38 00 00 00 38 00 00 00 38 00 00 00 38 [...8...8...8...8]
  | | | | |   1ea0b0: 00 00 00 38 00 00 00 38 00 00 00 38 00 00 00 38 [...8...8...8...8]
  | | | | |   1ea0c0: 00 00 00 38 00 00 00 38 00 00 00 38 00 00 00 38 [...8...8...8...8]
  | | | | |     [snip 136 bytes]
  | | | | | ChunkOffset = ..^..e.
  | | | | | - Tag 'stco' (16 bytes):
  | | | | |   1ea160: 00 00 00 00 00 00 00 02 00 02 5e f2 00 02 65 82 [..........^...e.]

tupakima

P3:

| Track (SubDirectory) -->
  | - Tag 'trak' (596 bytes):
  |   1ea178: 00 00 00 5c 74 6b 68 64 00 00 00 0f d7 35 8c 2d [...\tkhd.....5.-]
  |   1ea188: d7 35 8c 2e 00 00 00 04 00 00 00 00 00 00 03 5e [.5.............^]
  |   1ea198: 00 00 00 00 00 00 00 00 00 00 00 00 01 00 00 00 [................]
  |   1ea1a8: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1ea1b8: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |     [snip 516 bytes]
  | + [Track directory]
  | | TrackHeader (SubDirectory) -->
  | | - Tag 'tkhd' (84 bytes):
  | |   1ea180: 00 00 00 0f d7 35 8c 2d d7 35 8c 2e 00 00 00 04 [.....5.-.5......]
  | |   1ea190: 00 00 00 00 00 00 03 5e 00 00 00 00 00 00 00 00 [.......^........]
  | |   1ea1a0: 00 00 00 00 01 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1ea1b0: 00 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00 [................]
  | |   1ea1c0: 00 00 00 00 00 00 00 00 40 00 00 00 00 00 00 00 [........@.......]
  | |   1ea1d0: 00 00 00 00                                     [....]
  | | + [BinaryData directory, 84 bytes]
  | | | TrackHeaderVersion = 0
  | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | |   1ea180: 00                                              [.]
  | | | TrackCreateDate = 3610610733
  | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | |   1ea184: d7 35 8c 2d                                     [.5.-]
  | | | TrackModifyDate = 3610610734
  | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | |   1ea188: d7 35 8c 2e                                     [.5..]
  | | | TrackID = 4
  | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | |   1ea18c: 00 00 00 04                                     [....]
  | | | TrackDuration = 862
  | | | - Tag 0x0005 (4 bytes, int32u[1]):
  | | |   1ea194: 00 00 03 5e                                     [...^]
  | | | TrackLayer = 0
  | | | - Tag 0x0008 (2 bytes, int16u[1]):
  | | |   1ea1a0: 00 00                                           [..]
  | | | TrackVolume = 256
  | | | - Tag 0x0009 (2 bytes, int16u[1]):
  | | |   1ea1a4: 01 00                                           [..]
  | | | MatrixStructure = 1 0 0 0 1 0 0 0 16384
  | | | - Tag 0x000a (36 bytes, fixed32s[9]):
  | | |   1ea1a8: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1ea1b8: 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | | |   1ea1c8: 40 00 00 00                                     [@...]
  | | | ImageWidth = 0
  | | | - Tag 0x0013 (4 bytes, int32u[1]):
  | | |   1ea1cc: 00 00 00 00                                     [....]
  | | | ImageHeight = 0
  | | | - Tag 0x0014 (4 bytes, int32u[1]):
  | | |   1ea1d0: 00 00 00 00                                     [....]
  | | Unknown_edts = (elst..].......
  | | - Tag 'edts' (40 bytes):
  | |   1ea1dc: 00 00 00 28 65 6c 73 74 00 00 00 00 00 00 00 02 [...(elst........]
  | |   1ea1ec: 00 00 03 5d ff ff ff ff 00 01 00 00 00 00 00 01 [...]............]
  | |   1ea1fc: 00 00 00 00 00 01 00 00                         [........]
  | | TrackRef (SubDirectory) -->
  | | - Tag 'tref' (12 bytes):
  | |   1ea20c: 00 00 00 0c 63 64 73 63 00 00 00 01             [....cdsc....]
  | | + [TrackRef directory]
  | | | ContentDescribes = 1
  | | | - Tag 'cdsc' (4 bytes, int32u):
  | | |   1ea214: 00 00 00 01                                     [....]
  | | Media (SubDirectory) -->
  | | - Tag 'mdia' (428 bytes):
  | |   1ea220: 00 00 00 20 6d 64 68 64 00 00 00 00 d7 35 8c 2d [... mdhd.....5.-]
  | |   1ea230: d7 35 8c 2e 00 00 02 58 00 00 00 01 55 c4 00 00 [.5.....X....U...]
  | |   1ea240: 00 00 00 34 68 64 6c 72 00 00 00 00 6d 68 6c 72 [...4hdlr....mhlr]
  | |   1ea250: 6d 65 74 61 61 70 70 6c 00 00 00 01 00 00 00 00 [metaappl........]
  | |   1ea260: 13 43 6f 72 65 20 4d 65 64 69 61 20 4d 65 74 61 [.Core Media Meta]
  | |     [snip 348 bytes]
  | | + [Media directory]
  | | | MediaHeader (SubDirectory) -->
  | | | - Tag 'mdhd' (24 bytes):
  | | |   1ea228: 00 00 00 00 d7 35 8c 2d d7 35 8c 2e 00 00 02 58 [.....5.-.5.....X]
  | | |   1ea238: 00 00 00 01 55 c4 00 00                         [....U...]
  | | | + [BinaryData directory, 24 bytes]
  | | | | MediaHeaderVersion = 0
  | | | | - Tag 0x0000 (4 bytes, int32u[1]):
  | | | |   1ea228: 00 00 00 00                                     [....]
  | | | | MediaCreateDate = 3610610733
  | | | | - Tag 0x0001 (4 bytes, int32u[1]):
  | | | |   1ea22c: d7 35 8c 2d                                     [.5.-]
  | | | | MediaModifyDate = 3610610734
  | | | | - Tag 0x0002 (4 bytes, int32u[1]):
  | | | |   1ea230: d7 35 8c 2e                                     [.5..]
  | | | | MediaTimeScale = 600
  | | | | - Tag 0x0003 (4 bytes, int32u[1]):
  | | | |   1ea234: 00 00 02 58                                     [...X]
  | | | | MediaDuration = 1
  | | | | - Tag 0x0004 (4 bytes, int32u[1]):
  | | | |   1ea238: 00 00 00 01                                     [....]
  | | | | MediaLanguageCode = 21956
  | | | | - Tag 0x0005 (2 bytes, int16u[1]):
  | | | |   1ea23c: 55 c4                                           [U.]
  | | | Handler (SubDirectory) -->
  | | | - Tag 'hdlr' (44 bytes):
  | | |   1ea248: 00 00 00 00 6d 68 6c 72 6d 65 74 61 61 70 70 6c [....mhlrmetaappl]
  | | |   1ea258: 00 00 00 01 00 00 00 00 13 43 6f 72 65 20 4d 65 [.........Core Me]
  | | |   1ea268: 64 69 61 20 4d 65 74 61 64 61 74 61             [dia Metadata]
  | | | + [BinaryData directory, 44 bytes]
  | | | | HandlerClass = mhlr
  | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | |   1ea24c: 6d 68 6c 72                                     [mhlr]
  | | | | HandlerType = meta
  | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | |   1ea250: 6d 65 74 61                                     [meta]
  | | | | HandlerVendorID = appl
  | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | |   1ea254: 61 70 70 6c                                     [appl]
  | | | | HandlerDescription = .Core Media Metadata
  | | | | - Tag 0x0018 (20 bytes, string[20]):
  | | | |   1ea260: 13 43 6f 72 65 20 4d 65 64 69 61 20 4d 65 74 61 [.Core Media Meta]
  | | | |   1ea270: 64 61 74 61                                     [data]
  | | | MediaInfo (SubDirectory) -->
  | | | - Tag 'minf' (336 bytes):
  | | |   1ea27c: 00 00 00 20 67 6d 68 64 00 00 00 18 67 6d 69 6e [... gmhd....gmin]
  | | |   1ea28c: 00 00 00 00 00 40 80 00 80 00 80 00 00 00 00 00 [.....@..........]
  | | |   1ea29c: 00 00 00 38 68 64 6c 72 00 00 00 00 64 68 6c 72 [...8hdlr....dhlr]
  | | |   1ea2ac: 61 6c 69 73 61 70 70 6c 00 00 00 00 00 00 00 00 [alisappl........]
  | | |   1ea2bc: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | |     [snip 256 bytes]
  | | | + [MediaInfo directory]
  | | | | GenMediaHeader (SubDirectory) -->
  | | | | - Tag 'gmhd' (24 bytes):
  | | | |   1ea284: 00 00 00 18 67 6d 69 6e 00 00 00 00 00 40 80 00 [....gmin.....@..]
  | | | |   1ea294: 80 00 80 00 00 00 00 00                         [........]
  | | | | + [GenMediaHeader directory]
  | | | | | GenMediaInfo (SubDirectory) -->
  | | | | | - Tag 'gmin' (16 bytes):
  | | | | |   1ea28c: 00 00 00 00 00 40 80 00 80 00 80 00 00 00 00 00 [.....@..........]
  | | | | | + [BinaryData directory, 16 bytes]
  | | | | | | GenMediaVersion = 0
  | | | | | | - Tag 0x0000 (1 bytes, int8u[1]):
  | | | | | |   1ea28c: 00                                              [.]
  | | | | | | GenFlags = 0 0 0
  | | | | | | - Tag 0x0001 (3 bytes, int8u[3]):
  | | | | | |   1ea28d: 00 00 00                                        [...]
  | | | | | | GenGraphicsMode = 64
  | | | | | | - Tag 0x0004 (2 bytes, int16u[1]):
  | | | | | |   1ea290: 00 40                                           [.@]
  | | | | | | GenOpColor = 32768 32768 32768
  | | | | | | - Tag 0x0006 (6 bytes, int16u[3]):
  | | | | | |   1ea292: 80 00 80 00 80 00                               [......]
  | | | | | | GenBalance = 0
  | | | | | | - Tag 0x000c (2 bytes, fixed16s[1]):
  | | | | | |   1ea298: 00 00                                           [..]
  | | | | Handler (SubDirectory) -->
  | | | | - Tag 'hdlr' (48 bytes):
  | | | |   1ea2a4: 00 00 00 00 64 68 6c 72 61 6c 69 73 61 70 70 6c [....dhlralisappl]
  | | | |   1ea2b4: 00 00 00 00 00 00 00 00 17 43 6f 72 65 20 4d 65 [.........Core Me]
  | | | |   1ea2c4: 64 69 61 20 44 61 74 61 20 48 61 6e 64 6c 65 72 [dia Data Handler]
  | | | | + [BinaryData directory, 48 bytes]
  | | | | | HandlerClass = dhlr
  | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | |   1ea2a8: 64 68 6c 72                                     [dhlr]
  | | | | | HandlerType = alis
  | | | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | | | |   1ea2ac: 61 6c 69 73                                     [alis]
  | | | | | HandlerVendorID = appl
  | | | | | - Tag 0x000c (4 bytes, undef[4]):
  | | | | |   1ea2b0: 61 70 70 6c                                     [appl]
  | | | | | HandlerDescription = .Core Media Data Handler
  | | | | | - Tag 0x0018 (24 bytes, string[24]):
  | | | | |   1ea2bc: 17 43 6f 72 65 20 4d 65 64 69 61 20 44 61 74 61 [.Core Media Data]
  | | | | |   1ea2cc: 20 48 61 6e 64 6c 65 72                         [ Handler]
  | | | | DataInfo (SubDirectory) -->
  | | | | - Tag 'dinf' (28 bytes):
  | | | |   1ea2dc: 00 00 00 1c 64 72 65 66 00 00 00 00 00 00 00 01 [....dref........]
  | | | |   1ea2ec: 00 00 00 0c 61 6c 69 73 00 00 00 01             [....alis....]
  | | | | + [DataInfo directory]
  | | | | | DataRef (SubDirectory) -->
  | | | | | - Tag 'dref' (20 bytes):
  | | | | |   1ea2e4: 00 00 00 00 00 00 00 01 00 00 00 0c 61 6c 69 73 [............alis]
  | | | | |   1ea2f4: 00 00 00 01                                     [....]
  | | | | | + [DataRef directory]
  | | | | | | Unknown_alis = .
  | | | | | | - Tag 'alis' (4 bytes):
  | | | | | |   1ea2f4: 00 00 00 01                                     [....]
  | | | | SampleTable (SubDirectory) -->
  | | | | - Tag 'stbl' (204 bytes):
  | | | |   1ea300: 00 00 00 70 73 74 73 64 00 00 00 00 00 00 00 01 [...pstsd........]
  | | | |   1ea310: 00 00 00 60 6d 65 62 78 00 00 00 00 00 00 00 01 [...`mebx........]
  | | | |   1ea320: 00 00 00 50 6b 65 79 73 00 00 00 48 00 00 00 01 [...Pkeys...H....]
  | | | |   1ea330: 00 00 00 30 6b 65 79 64 6d 64 74 61 63 6f 6d 2e [...0keydmdtacom.]
  | | | |   1ea340: 61 70 70 6c 65 2e 71 75 69 63 6b 74 69 6d 65 2e [apple.quicktime.]
  | | | |     [snip 124 bytes]
  | | | | + [SampleTable directory]
  | | | | | MetaSampleDesc (SubDirectory) -->
  | | | | | - Tag 'stsd' (104 bytes):
  | | | | |   1ea308: 00 00 00 00 00 00 00 01 00 00 00 60 6d 65 62 78 [...........`mebx]
  | | | | |   1ea318: 00 00 00 00 00 00 00 01 00 00 00 50 6b 65 79 73 [...........Pkeys]
  | | | | |   1ea328: 00 00 00 48 00 00 00 01 00 00 00 30 6b 65 79 64 [...H.......0keyd]
  | | | | |   1ea338: 6d 64 74 61 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 [mdtacom.apple.qu]
  | | | | |   1ea348: 69 63 6b 74 69 6d 65 2e 73 74 69 6c 6c 2d 69 6d [icktime.still-im]
  | | | | |     [snip 24 bytes]
  | | | | | + [BinaryData directory, 24 bytes]
  | | | | | | MetaFormat = mebx
  | | | | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | | | | |   1ea314: 6d 65 62 78                                     [mebx]
  | | | | | + [MetaSampleDesc directory]
  | | | | | | Keys (SubDirectory) -->
  | | | | | | - Tag 'keys' (72 bytes):
  | | | | | |   1ea328: 00 00 00 48 00 00 00 01 00 00 00 30 6b 65 79 64 [...H.......0keyd]
  | | | | | |   1ea338: 6d 64 74 61 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 [mdtacom.apple.qu]
  | | | | | |   1ea348: 69 63 6b 74 69 6d 65 2e 73 74 69 6c 6c 2d 69 6d [icktime.still-im]
  | | | | | |   1ea358: 61 67 65 2d 74 69 6d 65 00 00 00 10 64 74 79 70 [age-time....dtyp]
  | | | | | |   1ea368: 00 00 00 00 00 00 00 41                         [.......A]
  | | | | | TimeToSampleTable = ...
  | | | | | - Tag 'stts' (16 bytes):
  | | | | |   1ea378: 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 01 [................]
  | | | | | SampleToChunk = ....
  | | | | | - Tag 'stsc' (20 bytes):
  | | | | |   1ea390: 00 00 00 00 00 00 00 01 00 00 00 01 00 00 00 01 [................]
  | | | | |   1ea3a0: 00 00 00 01                                     [....]
  | | | | | SampleSizes = ..
  | | | | | - Tag 'stsz' (12 bytes):
  | | | | |   1ea3ac: 00 00 00 00 00 00 00 09 00 00 00 01             [............]
  | | | | | ChunkOffset = ..lZ
  | | | | | - Tag 'stco' (12 bytes):
  | | | | |   1ea3c0: 00 00 00 00 00 00 00 01 00 02 6c 5a             [..........lZ]
  | UserData (SubDirectory) -->
  | - Tag 'udta' (0 bytes):
  | Unknown_free =
  | - Tag 'free' (1016 bytes):
  |   1ea3dc: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1ea3ec: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1ea3fc: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1ea40c: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |   1ea41c: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  |     [snip 936 bytes]
  | Meta (SubDirectory) -->
  | - Tag 'meta' (1566 bytes):
  |   1ea7dc: 00 00 00 22 68 64 6c 72 00 00 00 00 00 00 00 00 [..."hdlr........]
  |   1ea7ec: 6d 64 74 61 00 00 00 00 00 00 00 00 00 00 00 00 [mdta............]
  |   1ea7fc: 00 00 00 00 00 f7 6b 65 79 73 00 00 00 00 00 00 [......keys......]
  |   1ea80c: 00 06 00 00 00 2e 6d 64 74 61 63 6f 6d 2e 61 70 [......mdtacom.ap]
  |   1ea81c: 70 6c 65 2e 71 75 69 63 6b 74 69 6d 65 2e 63 6f [ple.quicktime.co]
  |     [snip 1486 bytes]
  | + [Meta directory]
  | | Handler (SubDirectory) -->
  | | - Tag 'hdlr' (26 bytes):
  | |   1ea7e4: 00 00 00 00 00 00 00 00 6d 64 74 61 00 00 00 00 [........mdta....]
  | |   1ea7f4: 00 00 00 00 00 00 00 00 00 00                   [..........]
  | | + [BinaryData directory, 26 bytes]
  | | | HandlerClass =
  | | | - Tag 0x0004 (4 bytes, undef[4]):
  | | |   1ea7e8: 00 00 00 00                                     [....]
  | | | HandlerType = mdta
  | | | - Tag 0x0008 (4 bytes, undef[4]):
  | | |   1ea7ec: 6d 64 74 61                                     [mdta]
  | | | HandlerVendorID =
  | | | - Tag 0x000c (4 bytes, undef[4]):
  | | |   1ea7f0: 00 00 00 00                                     [....]
  | | | HandlerDescription =
  | | | - Tag 0x0018 (2 bytes, string[2]):
  | | |   1ea7fc: 00 00                                           [..]
  | | Keys (SubDirectory) -->
  | | - Tag 'keys' (239 bytes):
  | |   1ea806: 00 00 00 00 00 00 00 06 00 00 00 2e 6d 64 74 61 [............mdta]
  | |   1ea816: 63 6f 6d 2e 61 70 70 6c 65 2e 71 75 69 63 6b 74 [com.apple.quickt]
  | |   1ea826: 69 6d 65 2e 63 6f 6e 74 65 6e 74 2e 69 64 65 6e [ime.content.iden]
  | |   1ea836: 74 69 66 69 65 72 00 00 00 2c 6d 64 74 61 63 6f [tifier...,mdtaco]
  | |   1ea846: 6d 2e 61 70 70 6c 65 2e 71 75 69 63 6b 74 69 6d [m.apple.quicktim]
  | |     [snip 159 bytes]
  | | + [Keys directory]
  | | | Added ItemList Tag 1.1 = content.identifier (Unknown)
  | | | Added ItemList Tag 1.2 = location.ISO6709
  | | | Added ItemList Tag 1.3 = make
  | | | Added ItemList Tag 1.4 = model
  | | | Added ItemList Tag 1.5 = software
  | | | Added ItemList Tag 1.6 = creationdate
  | | ItemList (SubDirectory) -->
  | | - Tag 'ilst' (253 bytes):
  | |   1ea8fd: 00 00 00 3c 00 00 00 01 00 00 00 34 64 61 74 61 [...<.......4data]
  | |   1ea90d: 00 00 00 01 00 00 00 00 30 30 30 43 44 38 41 46 [........000CD8AF]
  | |   1ea91d: 2d 45 30 31 43 2d 34 30 35 37 2d 38 34 43 45 2d [-E01C-4057-84CE-]
  | |   1ea92d: 42 33 31 46 44 44 41 39 37 32 41 36 00 00 00 32 [B31FDDA972A6...2]
  | |   1ea93d: 00 00 00 02 00 00 00 2a 64 61 74 61 00 00 00 01 [.......*data....]
  | |     [snip 173 bytes]
  | | + [ItemList directory]
  | | | ContentIdentifier = 000CD8AF-E01C-4057-84CE-B31FDDA972A6
  | | | - Tag '1.1', Type='data', Flags=0x1 (36 bytes):
  | | |   1ea915: 30 30 30 43 44 38 41 46 2d 45 30 31 43 2d 34 30 [000CD8AF-E01C-40]
  | | |   1ea925: 35 37 2d 38 34 43 45 2d 42 33 31 46 44 44 41 39 [57-84CE-B31FDDA9]
  | | |   1ea935: 37 32 41 36                                     [72A6]
  | | | GPSCoordinates = +21.0453+105.7929+011.190/
  | | | - Tag '1.2', Type='data', Flags=0x1 (26 bytes):
  | | |   1ea951: 2b 32 31 2e 30 34 35 33 2b 31 30 35 2e 37 39 32 [+21.0453+105.792]
  | | |   1ea961: 39 2b 30 31 31 2e 31 39 30 2f                   [9+011.190/]
  | | | Make = Apple
  | | | - Tag '1.3', Type='data', Flags=0x1 (5 bytes):
  | | |   1ea983: 41 70 70 6c 65                                  [Apple]
  | | | Model = iPhone 6s Plus
  | | | - Tag '1.4', Type='data', Flags=0x1 (14 bytes):
  | | |   1ea9a0: 69 50 68 6f 6e 65 20 36 73 20 50 6c 75 73       [iPhone 6s Plus]
  | | | Software = 11.0
  | | | - Tag '1.5', Type='data', Flags=0x1 (4 bytes):
  | | |   1ea9c6: 31 31 2e 30                                     [11.0]
  | | | CreationDate = 2018-05-31T18:25:33+0700
  | | | - Tag '1.6', Type='data', Flags=0x1 (24 bytes):
  | | |   1ea9e2: 32 30 31 38 2d 30 35 2d 33 31 54 31 38 3a 32 35 [2018-05-31T18:25]
  | | |   1ea9f2: 3a 33 33 2b 30 37 30 30                         [:33+0700]
  | | Free =
  | | - Tag 'free' (1016 bytes):
  | |   1eaa02: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1eaa12: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1eaa22: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1eaa32: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |   1eaa42: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 [................]
  | |     [snip 936 bytes]
  | Unknown_free =  trex.....].. trex.... trex...8 trex....
  | - Tag 'free' (128 bytes):
  |   1eae02: 00 00 00 20 74 72 65 78 00 00 00 00 00 00 00 01 [... trex........]
  |   1eae12: 00 00 00 01 00 00 00 14 00 01 9d 5d 01 01 00 00 [...........]....]
  |   1eae22: 00 00 00 20 74 72 65 78 00 00 00 00 00 00 00 02 [... trex........]
  |   1eae32: 00 00 00 01 00 00 00 01 00 00 00 02 00 00 00 00 [................]
  |   1eae42: 00 00 00 20 74 72 65 78 00 00 00 00 00 00 00 03 [... trex........]
  |     [snip 48 bytes]

Phil Harvey

#13
Here it the config file:

%Image::ExifTool::UserDefined = (
   'Image::ExifTool::QuickTime::Keys' => {
        'content.identifier' => { },
    },
);

And I'll add this to the next release.

Also, I'm renaming Apple:MediaGroupUUID back to ContentIdentifier since it contains the same value as Keys:ContentIdentifier in your example file.

- Phil
...where DIR is the name of a directory/folder containing the images.  On Mac/Linux/PowerShell, use single quotes (') instead of double quotes (") around arguments containing a dollar sign ($).

tupakima

Almost a year past by and I'm still stuck on this problem...

I have created an .ExifTool_config file and put it in C:\Windows (same directory as exiftool.exe). The file only contains:

%Image::ExifTool::UserDefined = (
  'Image::ExifTool::QuickTime::Keys' => {
        'content.identifier' => { },
    },
);

and then ran the following command prompt line:

F:\test>exiftool -QuickTime-Keys:ContentIdentifier="E669883A-CE61-43ED-859E-E67D1B96EA82" IMG_4761.MOV
Warning: Sorry, QuickTime-Keys:ContentIdentifier doesn't exist or isn't writable
Nothing to do.

or

F:\test>exiftool -QuickTime-Keys:Content.Identifier="E669883A-CE61-43ED-859E-E67D1B96EA82" IMG_4761.MOV
Warning: Invalid tag name 'Content.Identifier'
Nothing to do.

I'm at my wit's end. Is it impossible to match the video back to the photo to revive the live photo?