Skip to content
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]: Crushed video proportions #1178

Open
N07070 opened this issue Oct 24, 2024 · 2 comments
Open

[Bug]: Crushed video proportions #1178

N07070 opened this issue Oct 24, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@N07070
Copy link

N07070 commented Oct 24, 2024

Describe the bug

Hello,

I've recently came across a weird bug affecting video proportions.

The video on Tuba looks like this :

image

But looks like this on the Mastodon web interface :

image

Steps To Reproduce

This affected video is linked at : https://mamot.fr/@LaQuadrature/113350627617012878

Logs and/or Screenshots

<paste your logs here>

Instance Backend

Mastodon

Operating System

N/A

Package

Flatpak

Troubleshooting information

No response

Additional Context

No response

@N07070 N07070 added the bug Something isn't working label Oct 24, 2024
@Rafostar
Copy link
Contributor

It seems GtkVideo assumes square pixels here, while this particular video has a pixel aspect ratio of 9/16.

FWIW, Tuba built with experimental Clapper backend does not have this issue.

  • GtkVideo:
    image

  • Clapper:
    image

@GeopJr
Copy link
Owner

GeopJr commented Oct 25, 2024

It seems GtkVideo assumes square pixels here, while this particular video has a pixel aspect ratio of 9/16.

Tuba built with experimental Clapper backend does not have this issue.

Noticed that too but didn't know the exact issue, thanks! I can probably forward this upstream now since players like 'Light Video' are also impacted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants