Ross ROSS = Recommend OSS · open-source software intelligence for agents

rosenbjerg/FFMpegCore

A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications observed · 2026-08-28

github.com/rosenbjerg/FFMpegCore · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

45/100

  • Activity 49
  • 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-02. Adoption (stars, forks) is never an input.

  • gap_med: n/a
  • age_days: 2763
  • days_rel: n/a
  • days_push: 308
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

2095 stars · 349 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

FFMpegCore is a .NET Standard wrapper around FFMpeg and FFProbe for integrating media analysis and conversion into C# applications. It provides a fluent argument builder, sync/async processing, stream piping, and helper methods like snapshot and GIF capture.

Use cases

  • convert video files to h264/aac in a C# app
  • probe media file metadata with ffprobe from .NET
  • extract a snapshot frame from a video
  • transcode video to and from streams
  • generate GIFs from video clips
  • integrate ffmpeg into an ASP.NET backend

When to choose

  • you're on .NET and want a typed, fluent API over ffmpeg instead of shelling out manually
  • you need both media analysis (ffprobe) and conversion in one package
  • you want async processing and stream piping support

When to avoid

  • you need direct access to every raw ffmpeg option without wrapper abstraction
  • you're not on a .NET platform
  • you need a GUI or CLI tool rather than a library

Facets

library · maturity active

video-processing audio-processing image-processing media developer-tools dotnet cross-platform ffmpeg ffprobe media-conversion media-analysis csharp wrapper video audio

1 source

Member repositories

RepositoryRoleHealth v2
rosenbjerg/FFMpegCoremain45

For agents

markdown · JSON · MCP: product_card(name="rosenbjerg/FFMpegCore")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem