core
core copied to clipboard
The Video Creation Engine: Edit videos with code, featuring the fastest WebCodecs renderer for in-browser video processing.
When we call Composition.attachPlayer its creating new canvas 2D element and its not binding some pixi events such as onmouseleave Maybe its better instead of creating new Canvas element, returning...
Hi, I'm using your library for my project, and it's fantastic! It works well on Mac, but on Linux (Chrome), it seems to be laggy. I've tested with another library,...
Hey there , so amm currently working on script to video ( if you are familiar with[ invideo ai](https://ai.invideo.io/) which allow people to create video from script/text) I’ve run into...
# Description When creating clips using blob URLs (format blob:http://...), the system still sends HEAD requests to these URLs. This results in error logs appearing in the browser console. Although...
We're getting the following error when attemping to use Diffuse on an upcoming project. I'm assuming this may be 'commonjs' / 'ESNext' module related? `2025-05-09 15:18:06 ReferenceError: window is not...
I recently switched to V3 and Using videos that over 1920x1080 will make the core to just block processing without any meaningful error or anything (I am using the simple...
It's very often needed function to make clips(video, audio, animation) time-reversed.
Absolutely loving the project. I was checking the webgpu support in my browser and saw that it is not enabled by default. After couple of digging in the web I...
Take this code as an example: ```typescript const sdfdsf = new core.RichTextClip({ text: 'Sweaty Staredown', x: 500, y: 500, styles: [{ start: 3, style: { } }], }) console.log("sdfdsf.width", sdfdsf.width)...