Desktop app for Ubuntu that lets you load a large video, select a time range, define an image crop, and export the result using ffmpeg.
This app has been developed exclusively using vibecoding with Codex.
- Open a local video and preview it inside the app.
- Define a time range with a dual slider and frame controls.
- Optionally enable image cropping, draw the area, and adjust its corners.
- On export, the app runs
ffmpegto trim the time and, if there is an image crop, applies thecropfilter.
- Only works on Ubuntu.
- Node.js + npm
ffmpeginstalled on the system (sudo apt install ffmpeg)
npm installnpm run devnpm run distGenerates AppImage and deb in dist/.
- "Re-encode" mode is slower but more precise.
- "Fast cut" mode uses
-c copyand may cut on the nearest keyframe.
