News:

2023-08-10 - ExifTool version 12.65 released

Main Menu

Content Credentials?

Started by Alan Clifford, October 26, 2021, 04:02:20 PM

Previous topic - Next topic

Phil Harvey

No.  It's basically JUMBF metadata using CBOR-format records embedded in a new JPEG segment.  ExifTool already supports reading this, but the specification hasn't yet been finalized.

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

StarGeek

* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).

Phil Harvey

Thanks StarGeek.  I forgot about that thread.  Most of the communication with interested parties has been via email.

That thread makes no mention of CBOR, but the current version of the specification uses CBOR instead of JSON for most records.

Yes, not XMP.  And you can see why.  Apparently even JSON was too bulky for them (and it's far less bulky than XMP), so they went to CBOR (Concise Binary Object Representation).

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

Alan Clifford

I'm just curious about this.  Is there any reason why it can't just be removed or modified like any other metadata?

Phil Harvey

You can remove it with

exiftool -app11:all= FILE

ExifTool doesn't have the ability to modify it because the format is complex and the demand is low for this feature.

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