bramp/ffmpeg-cli-wrapper
Java wrapper around the FFmpeg command line tool observed · 2026-08-28
Health v2 · maintenance only
91/100
- Activity 98
- Release rhythm 78
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: 2
- age_days: 4582
- days_rel: 149
- days_push: 17
- n_releases_24m: 2
Adoption not part of the score
1905 stars · 425 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A Java library providing a fluent interface for building and running FFmpeg command-line operations, including probing media files with ffprobe. It wraps the external FFmpeg binary rather than reimplementing codecs.
Use cases
- transcode video files to mp4 with specific codecs from Java
- probe media file metadata like duration and resolution
- extract audio from video files
- generate thumbnails from videos
- resize and re-encode video with a target file size
- automate ffmpeg jobs in a Java backend
When to choose
- you're on the JVM and want type-safe, fluent ffmpeg command construction
- you need media probing (ffprobe) results as Java objects
- you want a maintained wrapper instead of shelling out to ffmpeg manually
When to avoid
- you need native in-process encoding without an external ffmpeg binary
- you're not on the JVM
- you need GPU-accelerated pipelines with fine-grained control beyond CLI flags
Facets
library · maturity active
video-processing audio-processing cli media developer-tools backend jvm cross-platform windows ffmpeg fluent-interface video-encoding media-transcoding java-library linux macos
1 source
- readme: https://github.com/bramp/ffmpeg-cli-wrapper · fetched 2026-08-28 · 2cd25690fbe2
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| bramp/ffmpeg-cli-wrapper | main | 91 |
For agents
markdown · JSON · MCP: product_card(name="bramp/ffmpeg-cli-wrapper")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem