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

Different height and width in windowed? #95

Open
BhaturaGuy opened this issue Jun 1, 2023 · 2 comments
Open

Different height and width in windowed? #95

BhaturaGuy opened this issue Jun 1, 2023 · 2 comments

Comments

@BhaturaGuy
Copy link

Using percentage if possible, like x% of the current window.
And a feature that if window size is <= x% of max_height and max_width (take 150% for example) it would disable thumbnailing on seekbar. (This feature would be good for people like me who uses pip a lot and don't want thumbnails to take up the entire small window when seeking)
image

@po5
Copy link
Owner

po5 commented Jun 1, 2023

This is better implemented as hot-reloading of script-opts, which the user can configure to change with any condition through an auto-profile.
The script isn't currently written with that in mind so it'll take a bit of work.

@Rabcor
Copy link

Rabcor commented Feb 6, 2024

honestly the ideal way to do it would be to do away with max_width and max_height and just scale with the width and height, something like mp.get_property_number("width") * scaleopt where scaleopt would by default be 0.1 for 10% of the vide's size.

That way thumbfast's size would remain consistent in relation to the window size.

Might not be too hard to set up in auto profiles.

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

3 participants