# streamio/streamio-ffmpeg

Simple yet powerful ruby ffmpeg wrapper for reading metadata and transcoding movies

Repository: https://github.com/streamio/streamio-ffmpeg
Canonical: https://ross.abutalabs.com/products/streamio-ffmpeg
Language: Ruby
License: MIT
License Family: permissive
Last push: 2024-05-08T12:47:14+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 5993, "days_push": 847, "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 1687, forks 419 (observed 2026-08-28T04:05:22.253448+00:00)

## What it is
A Ruby gem that wraps the ffmpeg command-line tool, providing a simple API for reading movie metadata and transcoding video/audio files. It supports custom encoding options, progress tracking, and multiple audio streams.

## Use cases
- read metadata from video files in ruby
- transcode movies to mp4 with ffmpeg from ruby
- get video duration resolution and codec info
- convert video formats programmatically
- track transcoding progress in a rails app
- extract audio stream details from media files

## When to choose
- you are building a Ruby or Rails application that needs video metadata or transcoding
- you want a simple Ruby API over ffmpeg instead of shelling out manually
- you need human-readable encoding options with progress callbacks

## When to avoid
- your project is not in Ruby
- you need fine-grained frame-level control or ffmpeg filter graphs beyond custom CLI args
- you need a library actively tracking the newest ffmpeg versions or running on JRuby

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, audio-processing
- domain: media, developer-tools
- platform: ruby, cross-platform, cli
- tags: ffmpeg, transcoding, metadata, ruby-gem, wrapper, video

## Member repositories
- streamio/streamio-ffmpeg (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:22.253448+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-30T03:38:54.947816+00:00, confidence not recorded.
  - readme: https://github.com/streamio/streamio-ffmpeg (fetched 2026-08-28T04:05:22.253448+00:00, sha ab5f2e290c1f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
