Writing dates from CSV to MOV files on Mac External Drive

Started by thisisbommy, October 16, 2023, 11:13:02 AM

Previous topic - Next topic

thisisbommy

Hello. I have a folder full of .mov files and a .csv with the dates I'd like to overwrite for every Exif CSV date, or at least the ones that Photos on MacOS cares about. Ideally I'd also like to overwrite the file names with this date too.

I've copied one of these videos into another folder to test and, based on this thread, I have attempted the following, but I'm getting an error. I'd greatly appreciate any advice.

Terminal Output below, followed by a screen grab that shows my CSV and folder structure too.

Last login: Mon Oct 16 16:05:04 on ttys000
tomwhitaker@Toms-Air-M2 ~ % cd /Volumes/4TB\ SSD/Movies/Japan\ 2009
tomwhitaker@Toms-Air-M2 Japan 2009 % exiftool . -csv=/Volumes/4TB\ SSD/Movies/Japan\ 2009/rename.csv
Warning: [minor] No media data - ./Japan #1 (id) (fcp1).mov
Error: End of processing at large atom (LargeFileSupport not enabled) - ./Japan #1 (id) (fcp1).mov
    1 directories scanned
    0 image files updated
    1 files weren't updated due to errors
tomwhitaker@Toms-Air-M2 Japan 2009 %

Screenshot

Phil Harvey

Try adding -api largefilesupport to the command.

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

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