An alternative to FFmpeg?

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • rodio

    Rust audio playback library

    There's symphonia for audio, although it's quite low-level. rodio is a better choice if you just want to play some sounds.

  • FFmpeg

    Mirror of https://git.ffmpeg.org/ffmpeg.git

    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.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

  • mpp

    Media Process Platform (MPP) module

    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.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts