-
Notifications
You must be signed in to change notification settings - Fork 5
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
There is a delay when dragging the progress bar #23
Comments
An observation - this effect depends on the size/bitrate/resolution of the file. |
The latest release adds |
The latest version has improved the delay situation after enabling keyframes. As seen in the video, dragging the progress bar slowly basically does not cause any delay, but fast dragging still has delays. Then, I tested video files of different resolutions and lengths and found that delays occur when dragging quickly 2.mp4 |
does using hardware decoding (press CTRL + H to toggle) improve the situation ? |
I am currently using hardware decoding |
Thank you very much. I just tested the latest version and the situation still persists. I compared 0.3.3 and the latest version 0.3.4 and found that the latest version 0.3.4 is slightly more sluggish when dragging than 0.3.3. If there was only a delay between the position displayed on the progress bar and the actual dragging position before, then the latest version is slightly sluggish. I have already returned to 0.3.3. In fact, the delay in the progress bar display already exists in the initial version of "maoiscat/mpv osc model", which is a legacy issue. This problem does not affect usage, but if there is a solution, it will definitely be the best way to solve it |
When dragging the progress bar, there will be a delay in the progress bar. When dragging the progress bar, the actual video image has already been dragged over, but the progress bar and pointer do not follow in real time, resulting in obvious delay. This problem has always existed, and I am not sure if this problem can be solved
1.mp4
The text was updated successfully, but these errors were encountered: