-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add save sorter that drops based on duration (#153)
A saver that drops frames based on packets is a problem because the number of packets is very dependent on the codec and the frame rate (if the codec is video). By making the discarding of old packets based on time a discard window is more accurate regardless of the packets. A feature was added to allow either by time or by total packets as an optional argument as passed into the constructor.
- Loading branch information
1 parent
9525b15
commit 846a52f
Showing
5 changed files
with
271 additions
and
17 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
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
Oops, something went wrong.