| Crates.io | fev |
| lib.rs | fev |
| version | 0.2.3 |
| created_at | 2023-06-17 19:33:15.634083+00 |
| updated_at | 2024-05-29 15:46:27.279927+00 |
| description | High-level VA-API bindings |
| homepage | |
| repository | https://github.com/SludgePhD/FeV |
| max_upload_size | |
| id | 893088 |
| size | 2,300,658 |
This library provides high-level wrappers around VA-API (libva), the Video Acceleration API used by Linux, Android, and BSD systems.
It loads libva at runtime, so there is no build-time dependency on it. This matches the behavior typically expected of applications: if no hardware acceleration is available, they should fall back to software decoding.