Our great sponsors
- InfluxDB - Access the most powerful time series database as a service
- SonarLint - Clean code begins in your IDE with SonarLint
- ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
-
There's symphonia for audio, although it's quite low-level. rodio is a better choice if you just want to play some sounds.
-
Take a look at the FFmpeg repo, porting all that code to safe Rust would take man years. So, if you don't care about the patent issues, your best bet is to use some FFmpeg wrapper crate.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
There's also video4linux2 hardware decode APIs and various vendor-specific libraries, e.g. Rockchip's. On many particular platforms, doing hardware decoding without ffmpeg seems pretty approachable. Even making a nice combo library that supports a variety of them seems feasible. And obviously when the hardware's available (exists, the right kernel drivers are loaded, the C library's around if necessary, the permissions are right, it's not busy, etc.) hardware seems preferable. But it'd be nice to also support a fallback to software and then we're back to ffmpeg.