-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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] Exif metadata 'Rotation: 180' ignored for videos on mobile app #2130
Comments
@jrasm91 I think this is more of a 📱mobile related issue. Actually, it seems to be derived from flutter and the |
Possibly resolved by #2908? Might need some adjustment to the transcoder too. |
Noticed that problem too, seems like player problem. Immich Web and other web/mobile players play such videos correctly. |
I also have this problem on the Android mobile app. Rotation 0 and 90 play correctly but 180 is upside down. When viewing on a web browser it plays correctly. |
Issue still exists on latest version. |
Since it seems dead at the Flutter's end; can it be fixed at the Immich side of things? |
Same here - it's wrong only in the Android mobile app; iOS is fine, so is the web version. |
I experience the same bug on a Pixel 7. The web version displays the video in the correct rotation. |
I'm also having this issue on a Samsung S22+ with the android immich client app |
Same here, S20FE. |
I'm having this issue as well on the Fold 4. |
Can confirm this on 1.111.0 with MiMix 2s with lineage 21 (android 14) onboard. |
Same here on a Pixel 8 Pro with GrapheneOS, running Immich 1.113.0 |
Can someone upload a zip of a file with this issue? |
Ah nevermind, I see this is reproducible with exiftool commands. Will try to reproduce. |
I tried Immich on Android again after a while and it looks like this issue is gone 🎉 I'm using Can someone else confirm the issue is fixed with the latest version of the Android app? And just curious, any clue about what was the fix? |
The bug
Videos recorded in horizontal by turning the phone 90 degrees clockwise (how a left-handed would typically record the video with one hand) are reproduced upside down in the mobile app.
At least with my phone, the raw data of the videos is the same no matter the orientation of recording, except for the exif metadata
Rotation
, that would be0
,90
or180
depending on the case.Videos with
0
,90
(even270
) values are reproduced correctly, only180
is buggy.The thumbnail (web browser and mobile app), reproduction in the web browser and preview in the web browser are all displayed correctly for all videos.
The OS that Immich Server is running on
Host is Debian amd64 (container images ghcr.io/immich-app/*)
Version of Immich Server
v1.52.1
Version of Immich Mobile App
v1.52.0
Platform with the issue
Your docker-compose.yml content
https://github.com/immich-app/immich/releases/download/v1.52.1/docker-compose.yml
Your .env content
Reproduction steps
Additional information
No response
The text was updated successfully, but these errors were encountered: