core
core copied to clipboard
The Video Creation Engine: Edit videos with code, featuring the fastest WebCodecs renderer for in-browser video processing.
I'm getting an export issue: `error in worker EncodingError: Decoding error.` I have debug true, but the error information is quite basic. Context: If I run on the same setup...
## Description This PR provides a minimal reproduction case for the issue where having many clips (more than 30) in a composition causes the player to freeze during playback. ##...
## Description The player freezes after approximately 4 seconds of playback when a composition contains more than 30 clips, causing the entire web page to become unresponsive. ## Reproduction Steps...
Support for slowing down or speeding up audio and video clips
I need a way to extract a still frame from a `VideoClip`, it would be awesome to add a method to do that, similar to `composition.screenshot()` ```ts class VideoClip {...