Hello,
I am trying to export a csv of select embedded metadata fields of a lot of uncompressed .mov files on a hard drive. I have the following command:
exiftool -csv -r -comment -information -displayname -copyright -title -year -g4 [directory] >[csvName].csv
my problem is that I get this warning:
End of processing at large atom (LargeFileSupport not enabled)
How do I enable LargeFileSupport?
If I use the same command on smaller video files, I get the csv I want with all the info, but I get blank values in the csv for the large uncompressed mov files.
Thank you!
Try adding -api largefilesupport=1 to your command.