You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current bookmarks calculate their position by calculating (Time at keypress/total time) to retrieve the position in the player (percentage %). The current implementation might be off by 1-5 seconds, is there any way to improve this?
The text was updated successfully, but these errors were encountered:
* fix: Incorrect video duration.
Used ffmpeg to obtain correct video file duration.
* refactor: Refactored hotkeys to work around low-level keyboard hook.
* fix: Handle multi-inputs correctly
Refactored input checking to be cleaner and correctly handle multi-input hotkeys correctly.
* fix: Encoders not loaded on first launch.
The current bookmarks calculate their position by calculating (Time at keypress/total time) to retrieve the position in the player (percentage %). The current implementation might be off by 1-5 seconds, is there any way to improve this?
The text was updated successfully, but these errors were encountered: