garzj / google-photos-migrate

A tool to fix EXIF data and recover filenames from a Google Photos takeout, preserving albums within the directory structure.
https://npmjs.com/package/google-photos-migrate
MIT License
104 stars 11 forks source link

End of processing at large atom (LargeFileSupport not enabled) #29

Closed iCheater closed 4 months ago

iCheater commented 4 months ago

Hi! Is there any way to fix it?

Started migration. Processing photos... Error: ExifTool failed to modify file: /error/Photos/VID_20200316_141242.mp4 Reason: End of processing at large atom (LargeFileSupport not enabled) - /output/Photos/VID_20200316_141242.mp4

garzj commented 4 months ago

I made a new branch where I enabled ExifTools large file support. Can you try that?

iCheater commented 4 months ago

Works perfectly now, thx!

Btw, you should add extra info to readme file about "how to build". Its complicated for "non web dev world"

garzj commented 4 months ago

There were some instructions at the bottom of the README, I added a TOC now to make them more clear. Thanks for testing, I'll publish the changes.