You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
continuous-integration/drone/push Build is failing
Details
|
6 months ago | |
---|---|---|
cli/encode-libaom | 6 months ago | |
color | 7 months ago | |
decoder | 7 months ago | |
encoder | 7 months ago | |
frame | 7 months ago | |
testdata | 7 months ago | |
utilities | 6 months ago | |
.drone.yml | 7 months ago | |
.gitignore | 9 months ago | |
LICENSE | 9 months ago | |
README.md | 7 months ago | |
go.mod | 6 months ago | |
go.sum | 6 months ago |
README.md
Supported
- y4m pipes
- 4:4:4, 4:2:0, and probably 4:2:2 and 4:0:0.
- 8, 10, 12 bit depth. Probably 14 and 16 as well.
- TODO: make list per encoder and decoder.
TODO
- No SAR/PAR handling.
- No color primary / transfer / matrix coefficients handling.
Build tags
Several Golang build tags exist to change which features are included in the project.
disable_library_[library]
This tag disables support for the specified library dependencies.
Current implemented [library]: libdav1d, libaom, libx264, libvmaf
.