Skip to content

A python script to merge JPG images with metadata contained in a json file (GOOGLE TAKEOUT)

Notifications You must be signed in to change notification settings

barcarolo01/creationDateMerger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

Creation Date Merger

A simple python script to merge creation and last modification date of any type of file with the associated information contained in a json file. This can be useful to merge timestamp of photos and videos fetched with Google takeout, which, normally, split the multimedia file and its information in two different files.

INSTRUCTIONS

In the first rows of the script, you can edit the value of these three variables: -media_path: Path where multimedia files are placed -meta_path: Path where json files are placed (note that media_path and meta_path can assume the same value) -processed_path: Path where images with creation date updated will be saved. This path must be different from media_path.

"my.photo.jpg" creation date must be contained in file "my.photo.jpg.json"

About

A python script to merge JPG images with metadata contained in a json file (GOOGLE TAKEOUT)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages