Great project! Is there similar project for image editing? Just basic features: - cropping - rotating - brightness & contrast
Professional video editing, right in the browser with WebGPU and WASM
11–20 of 148 posts
Re: Professional video editing, right in the browser with WebGPU and WASM
#12Free and open source NLE video editor powered by WGPU, WASM, WebGPU, Rust, and Tanstack Start
Would you like to share your development experience? I suggest creating a CONTRIBUTING.md and enabling discussions if you are open to PRs.
Re: Professional video editing, right in the browser with WebGPU and WASM
#13great project but non commercial license, makes me not to go near it.
Re: Professional video editing, right in the browser with WebGPU and WASM
#14Re: Professional video editing, right in the browser with WebGPU and WASM
#15Free and open source NLE video editor powered by WGPU, WASM, WebGPU, Rust, and Tanstack Start
Any plugin plans? In case you don't know, there is a standard for it: https://openeffects.org/ Would you like to share your development experience? I suggest creating a CONTRIBUTING.md and enabling discussions if you are open to PRs.
The current poc still has significant performance overhead, and that overhead grows as the plugin system becomes more powerful. If plugins are only allowed to apply a WGSL shader, the performance impact is almost negligible. But features that require broader access to timeline data, such as time shifts, speed ramps, or full timeline transformations, become much more expensive and make zero-copy architectures harder to reason about.
Re: Professional video editing, right in the browser with WebGPU and WASM
#16great project but non commercial license, makes me not to go near it.
I see. I haven't decided on the commercial license yet. This might be temporary. I started this as part of another for-profit side project (for dubbing videos with AI). I may change the license later as the quote unquote "copyright owner". If I see the open-source community is active and finds it useful, I'd switch to a free-er license. Things are not super clear yet to me re what can be done with a web based video e…
Re: Professional video editing, right in the browser with WebGPU and WASM
#17Re: Professional video editing, right in the browser with WebGPU and WASM
#18Earlier quoted context omitted.
Any plugin plans? In case you don't know, there is a standard for it: https://openeffects.org/ Would you like to share your development experience? I suggest creating a CONTRIBUTING.md and enabling discussions if you are open to PRs.
Great question! I actually have built a poc that is not released yet. It's on the roadmap. It requires some tooling for the devs building these plugins like a CLI for building the WASM binaries, bundling, manifests, etc. The current poc still has significant performance overhead, and that overhead grows as the plugin system becomes more powerful. If plugins are only allowed to apply a WGSL shader, the performance imp…
Re: Professional video editing, right in the browser with WebGPU and WASM
#19I've been using kdenlive and it is functional as an open source video editor. I don't know if kdenlive supports shared assets and projects, but this feels like something this project could offer and exceed expectations. Is that on the roadmap?