Reconcile iptc/exif with xmp tags?

Started by Marsu42, October 08, 2014, 12:39:06 PM

Previous topic - Next topic

Marsu42

Is there a comprehensive way to copy/sync all contents of iptc and exif tags to the respective standard mirror xmp tags, or do I need I script single tag-to-tag copy operations myself? Thanks for any advice!

StarGeek

In the main perl package (not the executable), there are two arg files that will copy all the xmp to IPTC and IPTC to xmp.  You would simply use exiftool -@ iptc2xmp.args <file/dir> or exiftool -@ xmp2iptc.args <file/dir>, depending upon which way you want to go.  Either of these will overwrite the other set of tags.

If you have mismatched tags, though, and aren't sure which ones you want, it's a different story.
"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

Marsu42

Quote from: StarGeek on October 08, 2014, 03:12:13 PM
In the main perl package (not the executable), there are two arg files that will copy all the xmp to IPTC and IPTC to xmp.  You would simply use exiftool -@ iptc2xmp.args <file/dir> or exiftool -@ xmp2iptc.args <file/dir>, depending upon which way you want to go.  Either of these will overwrite the other set of tags.

Great, thanks, that's exactly what I'm looking for!

Hopefully, sooner or later a smarter, conflict-resolving approach will turn up as xmp gets more important all the time while I cannot see iptc/exif being phased out anytime soon.