# rosenbjerg/FFMpegCore

A .NET FFMpeg/FFProbe wrapper for easily integrating media analysis and conversion into your C# applications

Repository: https://github.com/rosenbjerg/FFMpegCore
Canonical: https://ross.abutalabs.com/products/ffmpegcore
Language: C#
License: MIT
License Family: permissive
Topics: ffmpeg, ffprobe, conversion, analysis, audio, video
Last push: 2025-10-29T13:28:08+00:00

## Health v2 (maintenance only)
Score: 45/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 49, release rhythm 8, longevity 100
- inputs: {"age_days": 2763, "days_push": 308, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2095, forks 349 (observed 2026-08-28T04:06:13.175734+00:00)

## What it is
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
- artifact type: library
- maturity: active
- function: video-processing, audio-processing, image-processing
- domain: media, developer-tools
- platform: dotnet, cross-platform
- tags: ffmpeg, ffprobe, media-conversion, media-analysis, csharp, wrapper, video, audio

## Member repositories
- rosenbjerg/FFMpegCore (main) score 45

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:13.175734+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-30T02:55:24.319821+00:00, confidence not recorded.
  - readme: https://github.com/rosenbjerg/FFMpegCore (fetched 2026-08-28T04:06:13.175734+00:00, sha fdad09f6b6da)
- Data as of 2026-08-30T08:39:29.467469+00:00.
