-
-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Unable to play motion photos from One UI 6 (Android 14) #4873
Comments
I have experienced this issue as well. Additionally, when I download the files from Immich, the video files from One UI 5 will play on Windows just fine. However, the ones from One UI 6 won't upload. Not sure if that means the file format has changed or that there's a corruption that is occurring upon upload to Immich. |
+1. ffprobe-ing the mp4 that is downloaded from immich gives an error:
If I export the video from the Samsung Gallery app, the video comes out fine:
Not sure if the issue is on the Android app side, meaning it's not grabbing the mp4 correctly, or the immich server side, meaning it's corrupting the file. Happy to help debug if someone can suggest how to tell. |
@thok0831 is it ok if we use your test images in https://github.com/immich-app/test-assets for unit testing? |
Sorry for the late reply. Thank you for making the PR! |
The bug
Immich is unable to play motion photos captured from One UI 6 (Samsung's Android 14) while all other apps can play it just fine.
I'm not sure if this applies to all Android 14 devices or if it is Samsung specific.
While I am unsure of the exact cause, the following characteristics were noticed for all photos taken with that particular OS version in common:
One UI 5 (Android 13) has
Directory item length : 0
Directory item padding : 59
One UI 6 (Android 14) has
Directory item length : varies from file to file
Directory item padding : 111
I added one sample picture from each version.
https://drive.google.com/drive/folders/1as4MVNJsLQWUTeVFcv8AusSukWHEFaDb?usp=sharing
Support thread from discord:
https://discord.com/channels/979116623879368755/1170085304414240848
The OS that Immich Server is running on
Synology Docker Compose
Version of Immich Server
v1.84
Version of Immich Mobile App
v1.84
Platform with the issue
Your docker-compose.yml content
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: