Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (16 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 479 Bytes

rav1d-rs

Safe bindings for rav1d, originally a fork of dav1d-rs.

Abandonded

See https://github.com/rerun-io/rav1d instead.

Building

Requires:

  • A C compiler
  • nasm, if the asm features are enabled
$ cargo build

Examples

There is a basic CLI used to print packets from an ivf file:

$ cargo run --example print-ivf -- dav1d-test-data/8-bit/features/rgb.ivf