Add Support for iPhone Raw and Live Photos - #336
Open
x24git wants to merge 1 commit into
Open
Conversation
|
Does this PR add support for merging the still photos and |
|
How to build this project with this PR? sorry i face this problem but i have no idea how to work with dart |
|
I had trouble with this. I think the live photos work is a dup of the work done in #224 which worked for me. I do think #224 is lacking raw support though, ref: #224 (comment) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.