ExifTool Forum

ExifTool => The "exiftool" Application => Topic started by: Maka on May 13, 2011, 07:22:45 AM

Title: synchronize meta data
Post by: Maka on May 13, 2011, 07:22:45 AM
Hi,

Here is the situation:
I have got files with metadata let call them files A with meta data A
When I edit them throughout  various softwares they add new meta data infos.
then files A are transformed into B and have new metadata data A+B

is it possible to synchronize meta data so my new files B will have just the original metadata inside (metadata A) nothing more nothing less ?
is there a command to do that ?

Cheers
Title: Re: synchronize meta data
Post by: Phil Harvey on May 13, 2011, 07:32:11 AM
You could try this:

exiftool -all= -tagsfromfile A -all:all B

- Phil