[Web] Add support for playing Android Motion Photos #561
Replies: 3 comments 1 reply
-
Hi @ua741 , I would like to work on this issue. Can you give some directions about where I can start with? Thanks very much for your help! |
Beta Was this translation helpful? Give feedback.
-
Hey @shuoO-24, thanks! We currently have a decodeLivePhoto function used by different parts of the app to decode a downloaded Apple Live photo zip. we can extend that itself to include the identification check and decode the motion photo accordingly. As, for the implementation of identification checks,
And the checks for detection are |
Beta Was this translation helpful? Give feedback.
-
Hello, just to be sure, does it means that Motion Photos are still properly uploaded to you servers or once this bug is fixed I will have to upload all Motion Photos again so I can see them on ente desktop ? |
Beta Was this translation helpful? Give feedback.
-
Motion photos that are uploaded via ente photos app or imported from web app from any source apart from Google Photos export are not playable on the web/desktop app.
How to identify the Android Motion Photo:
FileType will be image and it will contain
mvi
key in the publicMetadata and the value of the field should be > 0.How to extract video of Android Motion photo:
The video is part of the image blob. We can read the video by reading the file Bytes from mvi index to end.
Beta Was this translation helpful? Give feedback.
All reactions