Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 722 Bytes

File metadata and controls

33 lines (21 loc) · 722 Bytes

Loop Cut

Browser-based video cutter for creating short animated WebP and GIF loops

Use Online

Open the app in your browser:

https://dassader.github.io/LoopCut/

You do not need to clone this repository to use Loop Cut. It is a PWA, so you can also install it from your browser and run it like a regular app.

Features

  • Cut video into loop-ready segments
  • Export animated WebP or GIF
  • Choose FPS, height, quality, and playback speed
  • Works locally in the browser with native browser encoding

Local Development

npm install
npm run dev

Build:

npm run build