xmp-exif:UserComment from exif:UserComment via Exif2XMP.args?

Started by Mac2, February 20, 2015, 10:36:09 AM

Previous topic - Next topic

Mac2

I run Exif2XMP.args to fill XMP from existing EXIF data. This works great, but the EXIF:UserComment tag is not copied to XMP-exif:UserComment.

I looked at the args file, but it does a

-XMP-exif:all < EXIF:all
-XMP-exifEX:all < EXIF:all
-XMP-tiff:all < EXIF:all


which looks good. Since there is sometimes a lot going on behind the ExifTool curtain so I thought I should ask.
Is xmp-exif:UserComment perhaps set from another tag?




Phil Harvey

I get this:

> exiftool a.jpg -all=
    1 image files updated
> exiftool a.jpg -usercomment=test
    1 image files updated
> exiftool a.jpg -usercomment -a -G1
[ExifIFD]       User Comment                    : test
> exiftool a.jpg -@ arg_files/exif2xmp.args
    1 image files updated
> exiftool a.jpg -usercomment -a -G1
[ExifIFD]       User Comment                    : test
[XMP-exif]      User Comment                    : test


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

Mac2

Oops, sorry  :-[
The file had an empty XMP-exif:UserComment, which overrides the EXIF data in the way I import/merge the data.
I apologize for wasting your time!