ExifTool Forum

ExifTool => Newbies => Topic started by: nikitabogdanov on September 04, 2022, 05:57:38 PM

Title: Replace Access and Inode change Date/Time with Modification Date/Time
Post by: nikitabogdanov on September 04, 2022, 05:57:38 PM
Well, subject says what my question is.
Title: Re: Replace Access and Inode change Date/Time with Modification Date/Time
Post by: StarGeek on September 05, 2022, 01:12:40 PM
Run this command to figure out the names of the tags you want to copy to and from
exiftool -a -s -G -RequestAll 2 /path/to/files/

Then you would copy the source tags to the target tags
exiftool '-TARGETTAG<SOURCETAG' /path/to/files/

The tags you want to change may not be writable by exiftool, though.