core icon indicating copy to clipboard operation
core copied to clipboard

The Video Creation Engine: Edit videos with code, featuring the fastest WebCodecs renderer for in-browser video processing.

Results 35 core issues
Sort by recently updated
recently updated
newest added

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...

bug
high prio

## 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...

bug

Support for slowing down or speeding up audio and video clips

enhancement

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 {...

enhancement