Show HN: I made an open-source video editor

github.com

34 points by hyeongjun 5 days ago

It's an open source video editor designed for motion effects and versatility. developed with electronjs / TypeScript, FFmpeg, Litjs.

I'm currently focusing on making it easier to edit long-form videos. Specifically, adding subtitles to podcast episodes or creating short-form content from YouTube videos.

And I’m also developing several extensible utilities. For example, recording video with a floating webcam—similar to Loom—or using LLMs to make cut editing easier. To make all this possible, I believe the first step is to build a versatile, general-purpose video editor.

Demo : https://www.youtube.com/watch?v=Bh06VOYSMIM

popalchemist 2 days ago

This is well done. Does it have to be an electron app, or could this UI be embedded in an existing site, as a component?

popcar2 3 days ago

Cool stuff, I like how clean the app looks. Since it's on Electron, is there any chance it can run as a web app? I think there would be a lot of excitement for a web-based video editor that's actually decent to use, even if it doesn't have the greatest performance.

darafsheh 3 days ago

Really cool! why did you create this? what's the vision?