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

How to scale to original video resolution? #554

Open
ForxBase opened this issue Feb 5, 2025 · 4 comments
Open

How to scale to original video resolution? #554

ForxBase opened this issue Feb 5, 2025 · 4 comments

Comments

@ForxBase
Copy link

ForxBase commented Feb 5, 2025

I'm trying the hotkeys 1-4 but most videos don't scale to their original size. A 1080p video for example is very big compared to how it should be at its resolution.

@huynhsontung
Copy link
Owner

huynhsontung commented Feb 6, 2025

The resize presets are calculated using video resolution. These presets are:

  1. Half width, half height.
  2. Full width, full size. This should be the full video resolution.
  3. 1.5 width, 1.5 height.
  4. Fill the screen.

If the screen is smaller than the target window size, these presets will not work. What is your video resolution and screen resolution? What's the video format you are trying to play?

@ForxBase
Copy link
Author

ForxBase commented Feb 6, 2025

The resize presets are calculated using video resolution. These presets are:

  1. Half width, half height.
  2. Full width, full size. This should be the full video resolution.
  3. 1.5 width, 1.5 height.
  4. Fill the screen.

If the screen is smaller than the target window size, these presets will not work. What is your video resolution and screen resolution? What's the video format you are trying to play?

My screen resolution is 3840 × 2160 and the video is in 1920 × 1080.

@ForxBase
Copy link
Author

ForxBase commented Feb 6, 2025

What would be amazing is if you could minimize the player so that it looks like YouTube. It shows you the playlist and the other viideos on your folder on the right side, like the recommendations on YouTube when the player is in its smaller option on the left side, instead of full screen or cinema view. Then, in this smaller view on the left side and the other videos as playlists elements or "recommendations", the video is scaled to its original video size. That would make an even more authentic experience kind of like an offline YouTube. Also older videos in lower resolution would look better in a smaller windows like that.

@huynhsontung
Copy link
Owner

I'm not sure your suggestion relates to the issue, but I agree. After a certain window size threshold, it is better to have the play queue attached to the right side instead of being a flyout. It would be beneficial to have a toggle between the current flyout mode and sidebar mode. The play queue is an important feature in some use cases, and it should take up a dedicated space.

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

No branches or pull requests

2 participants