core
core copied to clipboard
The Video Creation Engine: Edit videos with code, featuring the fastest WebCodecs renderer for in-browser video processing.
I am using version 2.0.2, and I noticed that: - The currentFrame event emits continuously even if the Composition is empty. - When registering event listeners for all events, both...
I make player that work just fine in web version and try to make it work on mobile by WebView but it's not rendering.
Hi! I am testing using this over using eg remotion. Right now I have remotion up and running. I am testing with eg this video here: https://videos.pexels.com/video-files/6763418/6763418-hd_720_1280_25fps.mp4 My issue right...
Hi, diffusion studio, Thank you for the amazing work on the project! Could I know whether there's a way to do the frame-level processing like background blur?
Hi! Does this library have support for video overlays and masking? So eg if I have 2 videos as well as a binary array, can I overlay the two videos...
Error: ``` Uncaught Error: Timestamps must be monotonically increasing (DTS went from 440000 to 400000). ``` Code: ```ts import * as core from "@diffusionstudio/core"; import { DotFilter } from "pixi-filters";...
``` Build Error Next.js (15.0.4) (Turbopack) Failed to compile ./node_modules/.pnpm/[email protected][email protected]/node_modules/pixi-filters/lib/color-gradient/CssGradientParser.mjs Code generation for chunk item errored An error occurred while generating the chunk item [project]/node_modules/.pnpm/[email protected][email protected]/node_modules/pixi-filters/lib/color-gradient/CssGradientParser.mjs [app-client] (ecmascript) Caused by: -...
Hello, First off really great library. I'm sure this took a load of time to make and it's super cool to render videos in the browser. I've run into an...
Hey Diffusion studio team, thank you for the amazing work. I got an error for many clips and doesn't find any way to get around with it. When there're many...
Hello, I'm trying to support large video files (4k 60fps - multi-gig), but my concern is that will make the browser tab run out of memory because this library loads...