导出的Google+照片,如何将JSON数据转换为EXIF?

问题描述:

最近使用Google Takeout从Google+下载60GB以上的照片和视频.

Recently used Google Takeout to download 60GB+ of photos and video from Google+.

这产生了大量文件-但是有价值的元数据(包括照片的原始日期和位置)通常存储在每个相册的单独的metadata.json文件中,而不是存储在EXIF中.

This has resulted in plenty of files -- but valuable metadata including the original dates for photos and often location is stored in a separate metadata.json file for every album, instead of in EXIF.

这意味着我不能将其导入任何其他照片服务中,而不必本质上根据G +对照片进行的自动编辑来加扰所有日期.

This means I can't import it to any other photo service without essentially scrambling all the dates based on what G+ made automatic edits to the photos.

在任何地方都找不到答案-解决这个问题应该可以帮助希望将照片从Google服务中转移到其他地方的任何人.

Can't find an answer anywhere -- solving this should help anyone out who is hoping to move their photos from Google's service elsewhere.

http://www.sno.phy.queensu.ca/~phil/exiftool/

大量文档,但有一些示例:

Plenty of docs there, but some examples:

这样称呼 exiftool -json=picture.json picture.jpg

exiftool -filename -imagesize -exif:fnumber -xmp:all image.jpg