You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add 20 editing/export features, redesign UI, and add cross-platform scripts
- Per-clip volume, mute, speed, fade in/out, and color adjustment, wired
through the shared ffmpeg segment pipeline used by both the browser and
backend engines.
- Global watermark overlay and background music mixing via a shared
post-process ffmpeg pass, plus GIF export of the merged result.
- Clip duplicate, inline rename, and split-at-playhead; undo/redo history;
autosave with restore/relink prompt; live merge ETA; error log export;
keyboard shortcuts cheat sheet; light/dark theme toggle; thumbnail
scrub-on-hover; social media export presets; multi-format input
(mp4/mov/webm/mkv).
- Full visual redesign of styles.css with light/dark theme tokens.
- Cross-platform start/build scripts for Windows, macOS, and Linux.
Each script checks for Node.js, runs `npm install` if `node_modules` is missing, and then starts the dev servers or produces a production build in `dist/`.
200
+
174
201
Start both the frontend and backend dev servers in one command:
0 commit comments