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?
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
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!