Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

I was tired of uploading 1GB videos just to trim 5 seconds. So I built a WASM solution.

DEV Community·jeenie·26 days ago
#ppIuyUFR
Reading 0:00
15s threshold

jeenie

I built a simple browser-based video cutter recently

Video Cutter

Mainly because I kept running into the same problems with existing tools:

  • forced sign-up
  • watermarks
  • upload limits
  • slow cloud processing
  • overly complicated UI

So I decided to build a lightweight online editor focused on quick editing directly in the browser.

Current tools include:

  • Video Cutter
  • YouTube Cutter
  • Flip Video
  • Rotate Video
  • Crop Video

The project is still pretty early, and honestly the structure/UI could definitely be better 😅

I’m still improving performance, browser compatibility, and overall UX.

Really happy to join the DEV community and share the project here.
Would genuinely love feedback, criticism, or ideas from other builders and developers.

Especially interested in:

  • browser video processing
  • ffmpeg.wasm optimization
  • UI/UX ideas
  • handling large files efficiently

Thanks for checking it out 🙌

Read More