Search code examples
c#exifexiftool

Make EXIF Tool Replace Original File


I'm using the EXIF Tool to Copy all the EXIF Tags using the following command

exiftool -TagsFromFile file1 file2

But if a file named file2 already exists in the source folder, I need the EXIF Tool to replace it.Currently, it is renaming the file as _orginal

How can I do this?


Solution

  • Add the -overwrite_original option to your exiftool command