-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: use ass-events to draw the cropbox
Instead of using ffmpeg filters to draw the cropbox, use ass-events with mp.create_osd_overlay. This greatly improves performance and works regardless of which hwdec is set to. Previously, having the cropbox animation enabled could cause some undesired slowness, because of this it was disabled by default. It is now enabled, since this is no longer the case after this commit.
- Loading branch information
Showing
2 changed files
with
51 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters