Earlier quoted context omitted.
hmm yeah you will probably get black screen when its still loading, it is pretty big because of ffmpeg, probably about 50-80mb to load, ive noticed it myself but its usually couple of seconds, thats error on my end because im handling that loading not right because it should show loading indicator but its not ... but it wont work on mobile anyways, i need to fix problem with drag and drop because its simply not worki…
Ah yep! I just didn't wait long enough. Very cool. Seems like it took a lot of work. And it seems better than other browser-based video editors I've seen in the past, so kudos. TIL about the webcodecs API to get frames of video and chunks of audio: https://caniuse.com/?search=webcodecs https://developer.chrome.com/docs/web-platform/best-practice...
Show HN: Open-Source Video Editor Web App
11–20 of 111 posts
Re: Show HN: Open-Source Video Editor Web App
#12Earlier quoted context omitted.
yep webcodecs api is not supported in firefox .. any non based chromium browsers
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.
Re: Show HN: Open-Source Video Editor Web App
#13Firefox is not supported apparently.
Re: Show HN: Open-Source Video Editor Web App
#14I’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 product demos, but, I had to virtualize the timeline events to support cutting and nested cuts. In other words, when a cut in placed in the video, I jump to the point in time at the end of the cut and adjust all surrounding events.
It doesn’t do join and split, but I would know how to do that.
Also lots of FFmpeg stuff on AWS Lambda
Love to chat sometime about what you learned! Yours is very impressive!
Re: Show HN: Open-Source Video Editor Web App
#15For anyone wondering why you are getting black screen, sorry for that, I completely forgot about handling it correctly, mine project was already cached so i forgot about this problem, basically you need to wait until it loads about 50-80mb PS: thanks to anyone for giving me github stars :)
Re: Show HN: Open-Source Video Editor Web App
#16That’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…
Re: Show HN: Open-Source Video Editor Web App
#17I tried to drag and drop a .PNG but it didn't work.
Re: Show HN: Open-Source Video Editor Web App
#18Re: Show HN: Open-Source Video Editor Web App
#19I love that it's 100% client side. I tried to drag and drop a .PNG but it didn't work.
Re: Show HN: Open-Source Video Editor Web App
#20That’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…