Ignite/README.md

19 lines
526 B
Markdown
Raw Normal View History

# 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`.