Add Support for iPhone Raw and Live Photos #336
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
A known issue with Takeout is that for moving images (Live Photos) some devices - mainly iPhones - store this as two seperate files, one is an image and one is a video. Takeout will only produce a json for the image file leaving the video component without metadata. This code attempts to sync the video and image so that the video file can pull metadata from the image's json.
Also adds support for .DNG and .CR2 raw formats that are supported by the iPhone.
Fixes for issue #180 and #271.