Terminal-based video trimming tool. Mark in/out points and export trimmed clips with aspect ratio control.
brew tap emin-ozata/homebrew-tap
brew install lazycutDownload the latest Windows binary from the releases page:
lazycut_X.X.X_windows_amd64.zip
Extract and add to your PATH, or run directly.
Dependencies:
- ffmpeg:
winget install ffmpegor download from ffmpeg.org - chafa: Install via Scoop:
scoop install chafa
Or build from source:
git clone https://github.com/eminozata/lazycut.git
cd lazycut
go build
./lazycut video.mp4| Key | Action |
|---|---|
Space |
Play/Pause |
h / l |
Seek ±1s |
H / L |
Seek ±5s |
i / o |
Set in/out points |
Enter |
Export |
? |
Help |
q |
Quit |
Repeat counts work: 5l = seek forward 5 seconds.
