You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per spec [1], live photo needs .mov and .heic file side by side with metadata preserved.
Per the readme of this project, you can pass convertLivePhotosToJPG=true to get HEIC, or convertLivePhotosToJPG=false to get mov.
So does that mean to export it properly, you need to call tempCopyMediaFile twice, once with convertLivePhotosToJPG=true and once with convertLivePhotosToJPG=false? Will the metadata be preserved (assetIdentifier)?
Per spec [1], live photo needs .mov and .heic file side by side with metadata preserved.
Per the readme of this project, you can pass convertLivePhotosToJPG=true to get HEIC, or convertLivePhotosToJPG=false to get mov.
So does that mean to export it properly, you need to call tempCopyMediaFile twice, once with convertLivePhotosToJPG=true and once with convertLivePhotosToJPG=false? Will the metadata be preserved (
assetIdentifier)
?Thanks you
[1] https://stackoverflow.com/questions/32508375/apple-live-photo-file-format
The text was updated successfully, but these errors were encountered: