An alternative to FFmpeg?

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

InfluxDB - Purpose built for real-time analytics at any scale.
InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • 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.

  • InfluxDB

    Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.

    InfluxDB logo
  • 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.

  • 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

  • Show HN: I Added a Feature to WhatsApp-Web, Animated GIFs Uploads (Chrome Ext.)

    3 projects | news.ycombinator.com | 23 Aug 2024
  • How we edited 175 conference videos in 5 hours

    2 projects | dev.to | 19 Aug 2024
  • Compress and Convert Your Videos with Command Line

    2 projects | dev.to | 14 Jul 2024
  • Using OpenAI Whisper to Transcribe Podcasts on Koyeb

    4 projects | dev.to | 2 Jul 2024
  • How to generate thumbnails from video ?

    1 project | dev.to | 23 Jun 2024

Did you konow that C is
the 7th most popular programming language
based on number of metions?