← Projects

Life2Film

AI platform that automatically creates beautiful films from your everyday videos — selecting worthy moments, matching music, preserving memories and emotions.

“Start collecting experiences, not money. You are the sum of your experiences… Only your memories and impressions don’t lose their value”

The Problem

The Solution

AI watches your videos, finds the best moments, adds music, and creates a film. No editing skills, no equipment, no budget. Minutes, not hours.

Fractal Hypervideo — combine multiple videos into one. Daily films → monthly → yearly. Dive into any moment infinitely deep, like a time machine for your life.

Architecture

Core: video-analyzer — Rust workspace with 11 crates. Frame-level video analysis engine:

Crate What it does
va-domain Core types, timeline, segments
va-scene Scene detection, shot boundaries
va-audio Audio analysis, beat detection
va-features Visual features, quality scoring
va-director AI montage decisions, story structure
va-project Project management, export
va-audio-library Music matching, mood detection
va-stt Speech-to-text
va-otio OpenTimelineIO integration
va-wasm WebAssembly build for browser
va-gui-dioxus Desktop GUI (Dioxus/Rust)

Platforms (rollout order):

  1. Mobile (first) — iOS beta, then Android
  2. Desktop — Rust native (Dioxus) or Swift (macOS)
  3. Web — WASM build of va-core in browser

Vision

From life2film.com/about:

Why Rust

The original Life2Film (2014) was Python + Yahoo’s hecate for video analysis. Rewrote it in Rust and got:

Cross-platform bridges: WASM for web, PyO3 for Python, UniFFI for Swift/Kotlin/C#.

“Rust — the programming language and my short name (Rust’am). With agents, the more typed and strict the language, the better. Python is for humans — but IDEs aren’t needed anymore.”

The Story

Started in 2014. Built the first version, reached 1M+ users on iOS. Technology wasn’t ready — closed in 2021. The dream never left. SuperDuperAI is the second chapter. Now AI can do what was impossible then: understand video content, detect emotions, match music, create meaningful edits automatically.

Stack

Links

Sources

Related