Remove tag which "doesn't exist or isn't writable"

Started by jtabc123, September 13, 2022, 01:19:32 AM

Previous topic - Next topic

jtabc123

Some pictures from an iPhone have a "RunTimesincePowerUp" tag:

exiftool -s -a -G1 -struct .\IMG_0877.jpg
...
[Composite]     RunTimeSincePowerUp             : 0:23:14

but when I use:

exiftool -composite:RunTimeSincePowerUp= .\IMG_0877.jpg
I get this output:

Warning: Sorry, composite:RunTimeSincePowerUp doesn't exist or isn't writable
Nothing to do.

How can I remove this tag if it "isn't writable"? Do I need to look for a different tool?

StarGeek

Composite tags are not tags that exist in the file.  They are created on the fly by exiftool based upon other tags in the file.  The only way to change them is to edit the underlying tags.

In this case, RunTimeSincePowerUp is based upon two other tags, Apple:RunTimeValue and Apple:RunTimeScale (see Apple RunTime Tags).

Unfortunately, neither of these tags are editable by exiftool.  They are also so very specialized/obscure that is very unlikely that you'll find a program that can edit them.
"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