ExifTool Forum

ExifTool => Newbies => Topic started by: sdowla3 on January 29, 2019, 07:41:37 PM

Title: How to enable LargeFileSupport?
Post by: sdowla3 on January 29, 2019, 07:41:37 PM
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!
Title: Re: How to enable LargeFileSupport?
Post by: StarGeek on January 29, 2019, 09:29:22 PM
Try adding -api largefilesupport=1 to your command.