u2takey/ffmpeg-go
golang binding for ffmpeg observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- 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: n/a
- age_days: 2122
- days_rel: n/a
- days_push: 832
- n_releases_24m: 0
Adoption not part of the score
2346 stars · 213 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
ffmpeg-go is a pure-Go binding for FFmpeg, ported from the Python library ffmpeg-python. It provides a fluent API for building and running FFmpeg command-line pipelines for video and audio processing, requiring FFmpeg to be installed separately.
Use cases
- transcode videos between codecs in go
- cut or trim video clips by timestamp
- add watermarks or overlays to videos
- convert video segments to gifs
- build complex ffmpeg filter graphs programmatically
- extract audio from video files
When to choose
- you want to script ffmpeg operations from Go with a type-safe fluent API
- you need to compose complex filter graphs (split, concat, overlay, trim) in code
- you are porting workflows from ffmpeg-python to a Go stack
When to avoid
- you need embedded ffmpeg binaries or automatic installation
- you need low-latency streaming processing rather than command invocation
- your project is not in Go
Facets
library · maturity active
video-processing audio-processing cli developer-tools media developer-tools go cross-platform cli ffmpeg-wrapper golang-binding media-transcoding video-filters python-port video audio
1 source
- readme: https://github.com/u2takey/ffmpeg-go · fetched 2026-08-28 · 87ff8cf472ef
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| u2takey/ffmpeg-go | main | 23 |
For agents
markdown · JSON · MCP: product_card(name="u2takey/ffmpeg-go")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem