shithub: treason

ref: 325e635966381744f324b92c740a20c71dbae95c
dir: /README.md/

View raw version
# treason

A video player for 9front.

## Status

It can decode and play IVF AV1-encoded streams.  Only 8-bit per
component YUV 4:2:0 is supported atm.

More is coming soon.

## Building

	cd /tmp
	git/clone https://git.sr.ht/~ft/dav1d
	git/clone https://git.sr.ht/~ft/treason
	cd dav1d/src && mk
	cd ../../treason
	mk install