Fix EXIF "Date Taken" so it works with Google Photos

Started by PatrikSelin, June 06, 2017, 07:13:28 AM

Previous topic - Next topic

PatrikSelin

Hello,

I have a problem with a few videos (mp4) with an incorrect date, they have an incorrect date. So how do I fix them?

Phil Harvey

First you need to figure out what tag you want to change.  See FAQ 2 for this.

If you are lucky, these tags are writable (see the QuickTime tags documentation for a list of tags writable in MP4 videos).

If they are writable, then use a command like this:

exiftool -TAG="VALUE" FILE

to set the appropriate tags to the desired values.

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

PatrikSelin

Hello,

I installed ExifToolGUI because it seems easier (I'm not good at these things).  How do I change the "CreateDate" field data to the same as "FileCreateDate"?

StarGeek

"It didn't work" isn't helpful. What was the exact command used and the output.
Read FAQ #3 and use that cmd
Please use the Code button for exiftool output

Please include your OS/Exiftool version/filetype