# yazaldefilimone/ffmpreg

An experimental safe multimedia toolkit

Repository: https://github.com/yazaldefilimone/ffmpreg
Canonical: https://ross.abutalabs.com/products/ffmpreg
Language: Rust
License: Apache-2.0
License Family: permissive
Topics: ffmpreg, rust
Last push: 2026-05-16T17:16:22+00:00

## Health v2 (maintenance only)
Score: 53/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 82, release rhythm 35, longevity 19
- inputs: {"age_days": 267, "days_push": 109, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1121, forks 27 (observed 2026-08-28T04:03:39.757849+00:00)

## What it is
FFmpReg is a Rust-native multimedia toolkit that decodes, transforms, and encodes audio and video without requiring FFmpeg, offering both a CLI and a library API. It emphasizes safe, deterministic, modular media pipelines with explicit developer control.

## Use cases
- transcode audio files without ffmpeg
- convert wav files from the command line
- inspect media file frame metadata like ffprobe
- apply gain and normalization transforms to audio
- batch process media files with glob patterns
- integrate media decoding and encoding into a rust application

## When to choose
- you want a memory-safe Rust alternative to FFmpeg for basic audio/video processing
- you need a library API for building custom media pipelines in Rust
- you prefer explicit, deterministic pipelines over FFmpeg's complexity

## When to avoid
- you need broad codec and container support comparable to FFmpeg
- you need a battle-tested, production-stable media tool
- you require advanced video filters or hardware acceleration

## Facets
- artifact type: library
- maturity: experimental
- function: audio-processing, video-processing, cli, parser
- domain: media, developer-tools
- platform: rust, cli, cross-platform
- tags: ffmpeg-alternative, transcoding, media-toolkit, safe-rust, ffprobe-alternative, audio, video, command-line

## Member repositories
- yazaldefilimone/ffmpreg (main) score 53

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:39.757849+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:41:03.127976+00:00, confidence not recorded.
  - readme: https://github.com/yazaldefilimone/ffmpreg (fetched 2026-08-28T04:03:39.757849+00:00, sha 31ae4fa63e3a)
  - registry_crates: https://crates.io/api/v1/crates/ffmpreg (fetched 2026-08-29T12:44:43.145005+00:00, sha b705f9cb7448)
- Data as of 2026-08-30T08:39:29.467469+00:00.
