ToTheMax / Snapchat-All-Memories-Downloader

Script to download all your Snapchat memories
358 stars 72 forks source link

Location EXIF-Metadata of all videos is missing #87

Open Adlern opened 5 months ago

Adlern commented 5 months ago

Even tough the JSON contains the location data, it is not included in the final video file as metadata. With the jpegs its fine.

MacOS exiftool 12.76

kyleawayan commented 3 months ago

Same here. Have a homebrew version of exiftool installed, version 12.76. I do really want to download my Snapchat data with location metadata so I will definitely take a look in the next few days and report back, most likely can make a PR also (would like to also remove location data if snapchat returns 0, 0 as the location)

ToTheMax commented 3 months ago

Would be great!

kyleawayan commented 2 months ago

Okay, I found the issue. Looks like EXIF doesn't like going to video files, so I used Keys (which is what my iPhone does). It also looks like Google Photos correctly identifies the metadata. See https://github.com/kyleawayan/Snapchat-All-Memories-Downloader/commit/6ad60f1606870500f2ff41211d6051967f7b63bd. I'm ironing out some bugs then will make a PR.