Lazycut: A simple terminal video trimmer using FFmpeg

Published: (March 16, 2026 at 08:05 AM EDT)
1 min read
Source: Hacker News

Source: Hacker News

lazycut

Terminal‑based video trimming tool. Mark in/out points and export trimmed clips with aspect‑ratio control.

lazycut demo

Install

macOS

brew tap emin-ozata/homebrew-tap
brew install lazycut

Windows

Download 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

  • ffmpegwinget install ffmpeg or download from ffmpeg.org
  • chafa – install via Scoop: scoop install chafa

Build from source

git clone https://github.com/eminozata/lazycut.git
cd lazycut
go build
./lazycut video.mp4

Usage

lazycut 

Keyboard Shortcuts

KeyAction
SpacePlay/Pause
h / lSeek ±1 s
H / LSeek ±5 s
i / oSet in/out points
EnterExport
?Help
qQuit

Repeat counts work (e.g., 5l seeks forward 5 seconds).

0 views
Back to Blog

Related posts

Read more »

The Official DR DOS Website

The Official DR DOS Website DR DOS® carries forward the legacy of Gary Kildall's groundbreaking work in operating systems. Originally developed by Digital Rese...