How to enable LargeFileSupport?

Started by sdowla3, January 29, 2019, 07:41:37 PM

Previous topic - Next topic

sdowla3

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!

StarGeek

Try adding -api largefilesupport=1 to your command.
* Did you read FAQ #3 and use the command listed there?
* Please use the Code button for exiftool code/output.
 
* Please include your OS, Exiftool version, and type of file you're processing (MP4, JPG, etc).