Live data from Hacker News

Show HN: I made an open-source video editor

github.com

1–6 of 6 posts

Show HN: I made an open-source video editor

#1
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

Show HN: I made an open-source video editor
github.com

Re: Show HN: I made an open-source video editor

#2
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.

Re: Show HN: I made an open-source video editor

#5
post #2

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.

Thank you! I'm also considering web-based editing. Currently, I have adopted Electron due to its ease of low-cost operation.

Re: Show HN: I made an open-source video editor

#6

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

For now, I'm developing it as a hobby. My ultimate goal is to create a general-purpose editor (like code editor). Specific use cases would include 'podcast editing' and 'short-form video editing'.