core
core copied to clipboard
The Video Creation Engine: Edit videos with code, featuring the fastest WebCodecs renderer for in-browser video processing.
The [demo app](https://examples.diffusion.studio/) crashes when being used in Chrome 129.0.6668.101 on a MacBooks with Apple M3 processor. A call to `VideoCodec.encode` fails with the following error: `Encoding error. (Failed to...
Is there an Chroma key filter example https://pixijs.com? I tried a few custom Chroma key filters I found online but they weren't working. Would be a game changer for the...
To recreate: ``` const video = await VideoSource.from('/assets/demo.mp4'); const clip0 = await new VideoClip(video) console.log(clip0.toJSON()) ``` This gives back all the features of clip (start, stop, translate, anchor, etc) but...
Thank you, Konstantin for this awesome video diffusionstudio library, with `examples` and `docs` 🙏. No way i can't make a video editor without you. Come from remotion, diffusionstudio is godsend....
Is there a way to shape/crop video into any size and shape? For example: A 16:9 video can be shaped into 1:1 or crop center in 9:16 box, or a...
Really interesting library. I've been playing in the same area with Web codecs for a while. I have some questions (apologies if this is not the best place, but I...
Start and end method is really useful for tracking clips on the timeline etc, but unfortunately start and end is not working on VideoClip, works with ImageClip and I didn't...
The timeline mentioned in last realease so how can I added or access it . 
i got an export error and i got it many times, i hope it's not a bug , i walk around in docs and i tried many times but sometimes...
Are there any way to make the composition work with fabric.js ?