COOLJAPAN
2026-03-17

OxiMedia 0.1.2 Released — Pure Rust FFmpeg + OpenCV Replacement for Sovereign Media and Computer Vision

Patent-free, memory-safe multimedia and computer-vision framework in pure Rust. Full reconstruction of FFmpeg (codecs, containers, streaming) + OpenCV (detection, tracking, enhancement). 2M+ SLoC, 107 crates, GPU (wgpu), WASM, async pipelines, royalty-free codecs only. 10–50× faster than Python+FFmpeg/OpenCV, single static binary, no C deps. The sovereign media layer for SciRS2 and the entire COOLJAPAN ecosystem.

The media processing and computer vision foundation of the COOLJAPAN ecosystem just reached production scale.

Today we released OxiMedia 0.1.2 — a complete, production-grade pure Rust framework that is a clean-room, patent-free reconstruction of both FFmpeg (multimedia processing) and OpenCV (computer vision) unified into a single cohesive engine.

No C. No C++. No FFmpeg binaries. No OpenCV Python bindings.
No system libraries. No patent royalties.
Just clean, memory-safe, blazing-fast media pipelines that compile to a single static binary (or <2 MB WASM) and run everywhere — from laptops to browsers to edge servers to cloud.

Why OxiMedia 0.1.2 is a game changer

For decades, professional media and computer-vision work meant depending on the massive C/C++ ecosystems of FFmpeg and OpenCV (with their complex build systems, security risks, and patent/licensing issues).

These tools are powerful but suffer from:

OxiMedia 0.1.2 ends all of that.

It delivers competitive or superior performance while being 100% memory-safe and royalty-free.
Notable results:

Technical Deep Dive: How We Rebuilt FFmpeg + OpenCV in Pure Rust

The architecture uses 107 workspace crates organized into clean functional layers, radically optimized for modern Rust and cloud-native use:

  1. Foundation Layer (oximedia-core, oximedia-gpu, oximedia-simd)
    wgpu compute shaders, hand-written SIMD kernels, async Tokio job queue, zero-copy buffers.

  2. Codecs & Containers
    Royalty-free only: AV1, VP9, VP8, Theora, Opus, Vorbis, FLAC, WebP, AVIF + MP4, MKV, MPEG-TS, OGG, HLS, DASH, RTMP, SRT, WebRTC.

  3. Computer Vision & Effects (oximedia-cv, oximedia-effects)
    Object detection, motion tracking, denoising, stabilization, scene/shot detection, color management (ACES, ICC, HDR), forensic analysis, scopes (waveform, vectorscope).

  4. Pipeline & Production
    DAG filter graphs, live streaming, broadcast switcher, timeline editing, MAM integration, proxy generation, batch workflows.

Key Rust advantages:

What’s inside 0.1.2 (released March 17)

This is the foundation

OxiMedia is now the official media and computer-vision backend for the entire COOLJAPAN scientific and creative stack:

Repository: https://github.com/cool-japan/oximedia

Star the repo if you’re tired of FFmpeg/OpenCV build hell and patent worries.

The era of “just use ffmpeg -i” or “pip install opencv-python” with all its native dependencies is over.

Pure Rust sovereign media and computer vision is here — fast, safe, patent-free, and sovereign.

KitaSan at COOLJAPAN OÜ March 17, 2026