I recently open-sourced Twick, a React-based video editor and player library that brings modern video editing features to the browser. It's designed to be embedded directly into React apps, making it easier to integrate timelines, effects, transitions, captions, and basic animation controls.
What's unique is that the core is modular and supports AI functions (like auto-captioning or smart edits) that can be deployed as Dockerized cloud functions. The idea is to abstract away heavy editing workflows while remaining customizable for different use cases.
I’d love feedback from the HN community—especially around performance, architecture, or features you'd expect in a developer-first video editing SDK. The project is actively maintained and open to contributions.
billconan · 19h ago
can it support really long video clips exceeding the 16gb per tab memory limit of the browsers?
NeeruJaroliya · 1h ago
I have tested the code with videos up to 5 minutes in length, and it works well within that range. Theoretically, it should be possible to process longer videos too, but I haven’t yet optimized the system specifically for very large inputs like 16GB.
Would you be open to sharing your use case for longer videos? It would help me better understand your needs and potentially guide future improvements.
What's unique is that the core is modular and supports AI functions (like auto-captioning or smart edits) that can be deployed as Dockerized cloud functions. The idea is to abstract away heavy editing workflows while remaining customizable for different use cases.
I’d love feedback from the HN community—especially around performance, architecture, or features you'd expect in a developer-first video editing SDK. The project is actively maintained and open to contributions.
Would you be open to sharing your use case for longer videos? It would help me better understand your needs and potentially guide future improvements.