-
Notifications
You must be signed in to change notification settings - Fork 38
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 change the density of frames when surf through progress bar? #64
Comments
This used to be an option, but it was removed. |
I’m a little bit confused. Aren’t we already able to see the maximum number of keyframes when surfing on the progress bar? @christoph-heinrich pls correct me if i misunderstand your PR. |
That is correct. There is currently no limit on the number of thumbnails. I also don't think there is any benefit in limiting it for local files. |
Idk but when I try with different type of mkv files (from size and resolutions), even 1080p mkv file, thumbnails still showing lag compare to mouse movement, so I was thought that if we can specify a number of frames that would give more smooth or grain of frames/images --> better user experience. |
You could try the previous version which support the limitation of max thumbnails. But I'm afraid it wouldn't improve the slow hardward's rendering problem.
|
I also don't think it is a good idea to add a limit on the number of thumbnails for local files. It is much better to use keyframe generation for local files currently. |
I tried it with:
I can see the difference from user perspective, it gives more images at same mouse position, so when you move fast to a location on progress bar, it will give probably 5-10 images as the density of images are now more than default. You can notice that, the mouse of user would never fixed at a location, because of their hands interact with mouse and its optical sensor, so it always moves around at very tiny area of a location, having setting min/max thumbnails would give user more images to see when they're trying to put at I would probably set to 100-500 min thumbnails per mkv file as I really need more image to get info from what I want to play at. Please add it back as options. Update: I really like it and set min to 1000, max 2000 per mkv file, that actually gives smooth feeling when moving mouse around. But there's a lag, for example: moving really fast to the end of mkv file then moving back really fast too, you'll see images from end of mkv file would appear while moving back mouse at middle of the progress bar. Is this because of io limit of my disk? (I use ssd) |
I start to use latest thumbfast, and I don't know if I need to set min/max frame, no idea, it's just fine but should just give that option to user? |
I don't find an option for how many frame/images per each 10s for example, so when user
surf
through progress bar they can see much moreframes
than 30s.Can you support this option?
The text was updated successfully, but these errors were encountered: