ExifTool Forum

ExifTool => Newbies => Topic started by: RPSM on September 16, 2018, 08:50:46 AM

Title: Copy one tag to another tag in another file...
Post by: RPSM on September 16, 2018, 08:50:46 AM
Is there any way to copy one tag from FileA to another tag (different tag) in FileB?
Title: Re: Copy one tag to another tag in another file...
Post by: StarGeek on September 16, 2018, 12:05:03 PM
See -TagsFromFile option (https://exiftool.org/exiftool_pod.html#tagsFromFile-SRCFILE-or-FMT) paragraph four and Copying Examples (https://exiftool.org/exiftool_pod.html#COPYING-EXAMPLES)

Basically, for a single tag
exiftool -TagsFromFile FileA "-TAG_B<TAG_A" FileB