This repository has been archived by the owner on Nov 18, 2019. It is now read-only.
Releases: lu-zero/crav1e
Releases · lu-zero/crav1e
Weekly pre-release
Pinned to the same-day rav1e prerelease.
New exposed options
bitrate
: To set a target bitrate in bitstile_rows_log2
andtile_cols_log2
: To determine the number of equally spaced tiles to use inlog2
units since you can have only 1, 2, 4, 8, and so on tiles per direction e.g.:
rows_log2 | cols_log2 | Tiles produced |
---|---|---|
0 | 0 | 1 (the whole frame) (best quality) |
1 | 0 | 2 (two horizontal slices) |
1 | 1 | 4 (4 quadrants) (quicker encoding and decoding) |
2 | 0 | 4 (4 horizontal slices) (quicker encoding and decoding) |
... |
Weekly pre-release
Pinned to the same-day rav1e prerelease.
The API is now more robust and had been tested a lot more.
Weekly pre-release
Pinned to the same-day rav1e prerelease.
Weekly pre-release
Tracks the matching rav1e release