-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
webm video presets: migrate from VP8 to VP9 for smaller ZIMs
WebmLow and WebmHigh presets are migrated to use VP9 instead of VP8. Presets are also enhanced to maximize video quality all while minimizing final file size. A compromise with encoding duration (which is known to be significantly higher with VP9 compared to VP8) is also taken into account (hence the -speed setting values, 0 is optimal but takes too long for minimal quality improvement given our computing power available)
- Loading branch information
Showing
3 changed files
with
46 additions
and
27 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