# microsoft/FFmpegInterop

This is a code sample to make it easier to use FFmpeg in Windows applications.

Repository: https://github.com/microsoft/FFmpegInterop
Canonical: https://ross.abutalabs.com/products/ffmpeginterop
Language: C++
License: Apache-2.0
License Family: permissive
Last push: 2026-07-27T21:15:32+00:00

## Health v2 (maintenance only)
Score: 75/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 94, release rhythm 35, longevity 100
- inputs: {"age_days": 4181, "days_push": 37, "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 1366, forks 318 (observed 2026-08-28T04:04:31.334759+00:00)

## What it is
A Microsoft open-source library and code sample that integrates FFmpeg into Windows 10/8.1/Phone 8.1 applications via a MediaStreamSource for media playback. It delegates audio/video synchronization and decoding to the Windows media pipeline while using FFmpeg to process a wide variety of media formats.

## Use cases
- play media formats not natively supported by Windows in a UWP app
- use FFmpeg for decoding in a Windows media player
- build a Windows app that streams audio and video with FFmpeg
- integrate FFmpeg with the Windows media pipeline
- leverage built-in Windows decoders for better power efficiency

## When to choose
- you are building a Windows 10/UWP app that needs broad media format support
- you want FFmpeg decoding combined with Windows media pipeline playback and sync
- you want a maintained reference sample for FFmpeg on WinRT

## When to avoid
- you target platforms other than Windows
- you need full control over rendering and synchronization rather than the Windows media pipeline
- you need a cross-platform FFmpeg wrapper

## Facets
- artifact type: library
- maturity: maintenance
- function: video-processing, audio-processing, sdk
- domain: media, windows, developer-tools
- platform: windows, cpp, c
- tags: ffmpeg, mediastreamsource, uwp, winrt, media-playback, code-sample

## Member repositories
- microsoft/FFmpegInterop (main) score 75

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:31.334759+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-30T04:41:13.536753+00:00, confidence not recorded.
  - readme: https://github.com/microsoft/FFmpegInterop (fetched 2026-08-28T04:04:31.334759+00:00, sha 7fcb1d8c813f)
- Data as of 2026-08-30T08:39:29.467469+00:00.
