[flagged]
Show HN: Open-Source Video Editor Web App
81–90 of 111 posts
Re: Show HN: Open-Source Video Editor Web App
#82Earlier quoted context omitted.
That's not how things work: when you are hiring a software engineer/developer, you are not looking for someone to produce code by the spec (a "codemonkey"), but to question any assumptions and demands before commiting to them. I wouldn't expect a "business exec" to worry about download/upload speeds (though I'd note that the claim here is that it's all locally running, so inefficient memory usage is likely a bigger d…
The vast majority of software and businesses are replicative. If you only hire devs working on unique businesses or those with a sound business case you won't find many. They'll probably be too busy running successful businesses.
A developer that simply (and only) blindly builds what they are told is rarely a part of a successful team. This translates to technical implementation plans too, but I am highlighting that if you want to get hired, you should showcase how you balance opposing priorities, requirements and time.
And once you do, you'll be judged on them.
Re: Show HN: Open-Source Video Editor Web App
#83Sorry for responding to relatively unimportant usability details rather than to the core of what must be a tremendously difficult project. But as one purpose of this app is to showcase your work, perhaps my feedback isn't completely useless and certainly not meant to offend. When I open the home page, I see almost nothing right out of the gate. There's no contrast at all. It's all tiny dark symbols on a vast black ba…
I just want to push back on the contrast part -- you'd be right for most apps. But video editing requires a dark interface with low contrast, so that it doesn't disturb how you see the video itself. If you're working on a relatively dark nighttime scene, then bright UX icons would be kind of blindingly bright and impair your ability to work with the footage. Just look at the interface for something like Adobe Premier…
But as I said, the contrast may well be sufficient on a MacBook display while being unreadable on the lowish end monitor connected to my Mac mini. It's certainly not a setup that anyone would do professional video editing on, but casual users may well try.
Good point about the glare though.
Re: Show HN: Open-Source Video Editor Web App
#84Hey 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!
So basically webcodecs API is the best thing to happen in video processing, decoding and encoding are the most demanding parts of rendering, honestly there werent any good alternatives at all and If it wasnt for webcodecs api I wouldnt even bother trying to do it fully clientside, it would be slow and all, here is a bit about the alternatives: https://github.com/w3c/webcodecs/blob/main/explainer.md none of those alte…
I found no way of really exporting it in browser without either rendering it real time (so having to wait forever) or through some asm ports (still slow). So this is better now?
Re: Show HN: Open-Source Video Editor Web App
#85[flagged]
Re: Show HN: Open-Source Video Editor Web App
#86[flagged]
Re: Show HN: Open-Source Video Editor Web App
#87I often close tabs by mistake, and there doesn't seem to be a confirmation dialog when closing the tab (or otherwise navigating away from it) while I'm actively working on an unsaved project. Is this something that could be added?
I think I would be able to add that, also your project is saved every move, either when you move some clip on timeline or on canvas/player
Re: Show HN: Open-Source Video Editor Web App
#88Re: Show HN: Open-Source Video Editor Web App
#89I struggled to use it but it seems like it has potential and I starred it. I love how you land us right into the editing experience. Maybe there's a way to add some kind of short fully featured demo video when a fresh visitor lands? I made an open source fully static web data science studio ( https://ohayo.computer/ ) and it made a big difference to have some simple templates on a fresh session. I hadn't thought of a…
Kden Live.
Thank you!