Generate content identifier tag for live photos

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

Previous topic - Next topic

StarGeek

I just copy/pasted what Phil posted into a file and I was able to write that tag.
C:\>exiftool -config temp.config -P -overwrite_original -keys:ContentIdentifier=test y:/!temp/Test6.mp4
    1 image files updated

C:\>exiftool -G1 -a -s -keys:all y:/!temp/Test6.mp4
[Keys]          ContentIdentifier               : test

Try using the -Config option to explicitly used your config file.

exiftool -config C:\Windows\.ExifTool_config -keys:ContentIdentifier=test /path/to/files/
"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

You're right! I just used the same command you posted and it worked. I had a redundant Quicktime parameter before Keys. Can't believe it took me this long haha!

Thank you so much Phil and Stargeek!