DEV Community

jeenie
jeenie

Posted on

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

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 🙌

Top comments (1)

Collapse
 
samlee_phiput_ed6bce90ef7 profile image
Samlee Phiput

good