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

Saving aspect ratio #298

Open
fain182 opened this issue Sep 19, 2024 · 1 comment
Open

Saving aspect ratio #298

fain182 opened this issue Sep 19, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@fain182
Copy link
Contributor

fain182 commented Sep 19, 2024

When you have UGC, you cannot know in advance the aspect ratio of a video, but setting it late leads to a poor user experience. Perhaps we could save the aspect ratio along with other video data, as we do with the poster image or blurhash?

@luwes luwes added the enhancement New feature or request label Sep 19, 2024
@luwes
Copy link
Collaborator

luwes commented Sep 19, 2024

It has crossed our minds before. If the video provider / processor returns this info it's probably a good idea to add this by default.

Getting this from the video source is possible but it requires something like ffmpeg which we decided not add for the time being. Previous PR #61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants
@fain182 @luwes and others