react-video-editor
react-video-editor copied to clipboard
Online react video editor using remotion. Capcut and canva clone.
https://github.com/user-attachments/assets/366d04ec-275c-4ad0-8809-b9fac0d989fe
If so, where are the docs?
Hello! I noticed that this codebase currently supports only client-side rendering. I'm exploring options for implementing server-side rendering and was wondering if Remotion Lambda could be utilized for this purpose....
I was able to add hls video, for that i created a new event and updated the player in order to show the content, but it's not showed in timeline,...
Added a feature to trigger clip actions in the timeline header with keyboard shortcuts. Also added tooltips to the action buttons to display the short cut keys.
## Summary This PR addresses a bug in the text editor where adding text a second time would not display the new text, even though an empty text entry appeared...
locally run, added just one pci to timeline, clicked to download and stuck at 0%
I try to add an audio using ``` dispatch(ADD_AUDIO, { payload: { id: `introduction-${story.id}`, type: "audio", details: { src: url, }, display: { from: 0, to: (await getAudioDurationInSeconds(url)) * 1000,...