Less demanding AV1 presets. Bump to v0.0.3
Some checks failed
ci/woodpecker/tag/linting Pipeline failed
ci/woodpecker/push/linting Pipeline failed

This commit is contained in:
RealStickman 2022-11-10 20:02:00 +01:00
parent e0e8d22c4a
commit c1d0445045

View File

@ -46,13 +46,13 @@ encoding: dict[str, Any] = {
"veryslow", "veryslow",
], ],
}, },
"libaom-av1": {"crf": [20, 25, 30, 35, 40], "presets": [0, 2, 4, 6]}, "libaom-av1": {"crf": [20, 25, 30, 35, 40], "presets": [2, 3, 4, 6]},
"libsvtav1": {"crf": [20, 25, 30, 35, 40], "presets": [0, 4, 8, 12]}, "libsvtav1": {"crf": [20, 25, 30, 35, 40], "presets": [4, 6, 8, 10]},
} }
# program version # program version
# make tests reproducible by tag # make tests reproducible by tag
version = "v0.0.2" version = "v0.0.3"
# always round timestamp to integer # always round timestamp to integer
def now(): def now():