I'm working on an online video editor that focuses on using tracks for editing without messing up the original content (non-destructive editing). You can add different tracks and play them. You can ...
This project demonstrates how to build a simple video editor using WebAssembly (Wasm) and React. The editor leverages the ffmpeg.wasm library to perform video processing directly in the browser, ...