-
-
Notifications
You must be signed in to change notification settings - Fork 64
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]: Video is flipped vertically when playing #938
Comments
Looking at the exif data, it reports itself as upside down: Assuming that was shot on an apple device, it wouldn't be the first time they do this. All media shot on apple devices seem to be upside down and change their orientation using exif metadata. For images, we do actually correct them with Now for video, I don't know 🤷 |
Gstreamer uses the Unfortunately neither the GTK internal player nor Clapper seem to support it yet (which is an issue with videos from other devices aswell). |
Thanks for the info! Rafostar gave me a lengthy explanation on orientation when this issue opened on Matrix, I'm sure they'll be interested in this, @Rafostar |
Oh, then it's just the version currently shipped by fedora here :/ Great to hear that it works! |
fixed by: #1308 |
Describe the bug
When playing the video in this post, it is flipped vertically in the player view. This doesn't happen with other videos and images.
Steps To Reproduce
https://mastodon.gamedev.place/@jerrodputman/112381197588667762
Logs and/or Screenshots
Screencast.from.2024-05-05.18-26-20.webm
There's no output when playing the video. This is printed when opening the app (probably not helpful):
Instance Backend
Mastodon
Operating System
Vanilla OS 2.0
Package
Flatpak
Troubleshooting information
Additional Context
No response
The text was updated successfully, but these errors were encountered: