Back to Projects
V1.0

VolleyCut

TauriRustReactFFmpeg

Project Overview

A desktop video tool for detecting likely action segments in volleyball footage, reviewing them quickly, and trimming or exporting selected clips locally.

VolleyCut review session with detected volleyball clips

The Challenge

Finding useful rallies in long recordings and preparing clips manually takes time that could be spent reviewing play.

The Solution

I am building a local desktop workflow that analyzes footage, proposes candidate segments, and lets the user review, adjust, and export clips from one interface.

Process & Approach

  • Connected a React interface to a Rust-based Tauri desktop backend.
  • Built FFmpeg and FFprobe media-processing flows for analysis, preview, trimming, and export.
  • Added candidate review, timeline controls, and configurable detection regions.

Results & Impact

The current build completes the core local workflow from imported footage to reviewed and exported clips, with detection quality and usability still being refined.