I am trying to edit a custom metadata value of a JPG file (static image of a Live Photo created by iPhone). Tried the exiftool but it doesnt work for me.
For reference this is the metadata of one of the file - https://www.metadata2go.com/result/93287b28-1c16-4491-affe-8ffbd6d9dd1a
the field I would like to edit and update is
Content Identifier DF64C2AE-ED3C-4778-BFCA-C15277E521D2
I tried updating the field with exiftool
exiftool -ContentIdentifier=5A0FFB8D-5410-4464-A343-61AE4A6C1109 LW16.jpg
It always throw error like file cannot be read or Warning: Tag 'ContentIdentifier' is not defined Nothing to do.
Anyone can help me with this or guide me with another method to change the value ?
Im writing raw MakerNote to exif data using little_exif like this and it is working for now:) Im trying to work on the video part