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

Thumbnails are too small on HiDPI Screens #36

Open
Oliver-Hanikel opened this issue Jan 10, 2023 · 5 comments
Open

Thumbnails are too small on HiDPI Screens #36

Oliver-Hanikel opened this issue Jan 10, 2023 · 5 comments
Labels
enhancement New feature or request

Comments

@Oliver-Hanikel
Copy link

Problem

When using a 4k screen the thumbnails are too small.
disney

Solution

The simplest possible solution would be to scale up the generated thumbnails by a constant factor, defined in the config file of the script. Maybe there is another simple and more flexible solution.

Alternative Solution

Setting the thumbnail_width or thumbnail_height to 600 did not result in bigger thumbnails (on a 1080p Video), but even if it did I don't really want to generate bigger thumbnails, because that could potentially take longer and fill up my /tmp directory. I would rather have small thumbnails that get scaled up (bilinearly?) to the desired size.

Thanks for maintaining the project ❤️

@Oliver-Hanikel Oliver-Hanikel added the enhancement New feature or request label Jan 10, 2023
@NicolaSmaniotto
Copy link
Collaborator

It may be nice to scale the thumbnails based on how big the window is, the osc already does this somewhat.

@po5
Copy link

po5 commented Nov 14, 2023

The way thumbfast deals with this is by multiplying the configured thumbnail dimensions by display-hidpi-scale.

@ftk
Copy link

ftk commented Nov 20, 2023

You might want to enable storyboard_upscale option.

storyboard_upscale = false,

@user18081972
Copy link

user18081972 commented Oct 6, 2024

You might want to enable storyboard_upscale option.

storyboard_upscale = false,

Setting it to true or yes doesn't increase the size of the thumbnails

@user18081972
Copy link

user18081972 commented Nov 3, 2024

Problem

...........
Setting the thumbnail_width or thumbnail_height to 600 did not result in bigger thumbnails (on a 1080p Video), but even if it did I don't really want to generate bigger thumbnails, because that could potentially take longer and fill up my /tmp directory. I would rather have small thumbnails that get scaled up (bilinearly?) to the desired size.

Thanks for maintaining the project ❤️

This might be a solution, it was for me anyway. See this issue: #69

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

5 participants