synchronize meta data

Started by Maka, May 13, 2011, 07:22:45 AM

Previous topic - Next topic

Maka

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

Phil Harvey

You could try this:

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

- 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 ($).