Open source · local · performant

Media flows.
Reimagined.

MFlow is a media processing engine built for modern workflows: easy to integrate, fast to run, and designed to evolve.

MITWindows / LinuxC++
mflow
$ mflow info

  MFlow 0.1.0
  platform     windows
  architecture x86_64
  threads      12
  workers      10

$ mflow benchmark
  workers      12
  tasks        200000
  time         6.0457 ms
  checksum     verified
OPEN SOURCE MEDIA ENGINE LOCAL FIRST FAST PIPELINES OPEN SOURCE MEDIA ENGINE LOCAL FIRST
01 / WHY MFLOW

An engine that stays
yours.

No mandatory cloud. No proprietary dependency. A native, extensible foundation for building your own media tools.

01

Fast by design

Native C++ architecture and parallel execution designed to use available resources efficiently.

02

Local first

Processing can stay on your machine. Your files stay where you put them.

03

Composable

Build pipelines from independent stages: source, transformation, output, and future extensions.

04

Open source

The code is public, modifiable, and designed for contributions and integrations.

02 / DEMO

Media.
One flow.

MFlow organizes operations as a readable pipeline. Each stage can be optimized or replaced without rewriting the whole system.

01SourceInput media
02TransformProcessing
03SinkOutput
mflow pipeline sourcetransformsink
03 / CHANGELOG

The project
evolves.

Follow important MFlow changes directly from the repository.

v0.1.0Foundations
  • Core C++ et système de pipeline
  • Benchmark multithread
  • Commandes info et benchmark
  • Build CMake multiplateforme
View releases ↗
v0.2.xIn development
  • Real video processing
  • Native media conversion
  • More complete pipeline
  • Preparing future extensions
View commits ↗
12threads tested
200Kbenchmark tasks
6.04ms on the v0.1 benchmark
100%open source
04 / ROADMAP

The next chapter is
being built now.

v0.1
Core & pipelines

C++ foundations, benchmark, source → transform → sink pipeline.

v0.2
Real media conversion

The engine is evolving toward real video processing, without simply wrapping an old tool.

v0.3+
Extensions & integrations

More formats, hardware acceleration, APIs, and developer tools.

05 / MFLOW

Open source.
Built in public.

The code, releases, and evolution of the project are public. Follow MFlow, test it, and contribute.