Less demanding AV1 presets. Bump to v0.0.3
This commit is contained in:
parent
e0e8d22c4a
commit
c1d0445045
@ -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():
|
||||||
|
Loading…
Reference in New Issue
Block a user