| Crates.io | vvdec |
| lib.rs | vvdec |
| version | 0.6.11 |
| created_at | 2023-06-19 20:58:03.08827+00 |
| updated_at | 2025-04-22 19:07:53.132982+00 |
| description | Rust bindings for VVdeC |
| homepage | |
| repository | https://github.com/cadubentzen/vvdec-rs |
| max_upload_size | |
| id | 894395 |
| size | 39,912 |
Rust bindings for VVdeC.
In order to build, either VVdeC >= 3.0 needs to be installed and be found via pkg-config, or a VVdeC will be compiled while building vvdec-sys, which requires CMake.
Then, the CLI app can be installed with cargo install vvdecli.
If you have FFmpeg installed, you can then test vvdecli and play VVC with
vvdecli -i ./tests/short.vvc | ffplay -
This crate is license under the BSD-3-Clause-Clear license, to maintain compatibility with VVdeC's license.