Wrong syntax with tagsfromfile?

Started by Archive, May 12, 2010, 08:54:37 AM

Previous topic - Next topic

Archive

[Originally posted by linuxuser on 2009-06-16 09:48:29-07]

Code:
exiftool -q -q -overwrite_original -tagsfromfile "$ORIGINAL" -EXIF:CreateDate ... -MakerNotes:DynamicRangeExpansion "$FILE"

I use the above code within a script, so there could be a bug in my script. I want to ask, if this code is ok. I see the date, but not the DynamicRangeExpansion. "$ORIGINAL" is a jpg-file, where I copied all makernotes with a similar syntax from a K20D-PEF-file.

Archive

[Originally posted by linuxuser on 2009-06-16 09:50:35-07]

The code shows a + in DynamicRangeExpansion. Probably a bug with the forum.software. It is 1 word in my script and ... means that there are a lot of other fields.

Archive

[Originally posted by exiftool on 2009-06-16 10:55:57-07]

The forum inserts a red "+" for a continued line.

You can only edit the value of DynamicRangeExpansion if the tag already exists.
This is true for all makernote tags.  The structure of the makernotes must
be preserved to avoid confusing the OEM software, so makernote tags can not
be added or deleted individually.

- Phil