Skip to content

25dilinh/lazycut

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

  • ffmpeg: winget install ffmpeg or download from ffmpeg.org
  • chafa: Install via Scoop: scoop install chafa

Build from source

Or build from source:

git clone https://github.com/emin-ozata/lazycut.git
cd lazycut
go build
./lazycut video.mp4

Usage

lazycut <video-file>

Keyboard Shortcuts

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.

About

A simple terminal UI for video trimming

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Go 100.0%