Hey this is awesome! I'd love to hear more about some big issues you had, and how you solved them. For example, you mentioned using the webcodecs API for quick rendering. What do you mean by that? What was the slower alternative? Also when did you choose ffmpeg Vs webcodecs API and what were the differences? A lot questions, sorry just really impressed!
Show HN: Open-Source Video Editor Web App
21–30 of 111 posts
Re: Show HN: Open-Source Video Editor Web App
#22Re: Show HN: Open-Source Video Editor Web App
#23That’s funny - I created one as well, but it took me a bit longer. It’s not as full featured as yours in the non linear editing sense, but it’s for a different use case I’m trying to launch it on Show HN right now but not having your success :-( It was hard as shit to build. mine is commercial You can see my editor in action here: https://www.demo.fun/d/lSVixyJOZeZ1ugT It’s specialized for its use case—editing produc…
A couple of ideas to consider:
Include a blurb in your submission like you did here:
https://news.ycombinator.com/item?id=40234611
But maybe take the salesy-ness down a little and add a bit of technical or other interesting detail.
Think of a way to make it easier for HN readers to try - right now, there's no way to try the full thing without a credit card which is a massive barrier for most casual evaluators. Watermark but more of the full feature set could be an option, for example.
Re: Show HN: Open-Source Video Editor Web App
#24Re: Show HN: Open-Source Video Editor Web App
#25Awesome work! Could you tell us a little about how you went about building this? What resources would you recommend for learning to build something like this?
I did watched this video to get some broad idea how all that works, https://portal.gitnation.org/contents/pushing-the-limits-of-...
Re: Show HN: Open-Source Video Editor Web App
#26I've noticed that having a screen recording or tab recording feature is very useful. I wanted to do a demo of my web app and looked for a while for a tool to be simple, I ended up using clipchamp.com.
Re: Show HN: Open-Source Video Editor Web App
#27I've noticed that having a screen recording or tab recording feature is very useful. I wanted to do a demo of my web app and looked for a while for a tool to be simple, I ended up using clipchamp.com.
Re: Show HN: Open-Source Video Editor Web App
#28Re: Show HN: Open-Source Video Editor Web App
#29Earlier quoted context omitted.
Firefox supports the WebCodecs API behind a feature flag. Set dom.media.webcodecs.enabled to true. I am able to use your app this way -- the media import, timeline, and player functionality seems to work fine.
good to know, hopefully they will add it soon to work without flags
Then we'll gradually optimize (e.g. enable the use of more hardware encoders, decoding being generally in hardware at launch of supported) release after release, but generally almost everything will be supported at launch.
Re: Show HN: Open-Source Video Editor Web App
#30Earlier quoted context omitted.
good to know, hopefully they will add it soon to work without flags
We're aiming to release this half, so in a month or so, on all desktop platforms, mobile will follow shortly after. Then we'll gradually optimize (e.g. enable the use of more hardware encoders, decoding being generally in hardware at launch of supported) release after release, but generally almost everything will be supported at launch.