canvas2video icon indicating copy to clipboard operation
canvas2video copied to clipboard

canvas2video is a backend solution for creating and rendering dynamic videos.

Results 12 canvas2video issues
Sort by recently updated
recently updated
newest added

Hi, could you tell me what is server resources usage? Or what are minimal required resources to run this? I would like to use it to create data driven animation...

Is it possible to add mp3 audio as well into the canvas before encoding ?

I wanted to make the text (i also have tried with images) fade in by changing its opacity, but the text just "pops up" var text = new fabric.Textbox("Hello Worlds");...

I think your project is great, and could be greater! This one has a lot of ideas, but has a terrible license :( https://github.com/JonnyBurger/remotion/ hope it helps! Thanks for your...

I would like to reposition backgroud video which has been used in encoder function

Is there a way to use this library like so: const renderer = require("@pankod/canvas2video/renderer") or some method using standard javascript instead of typescript? I'd like to use this lib on...

question

While video is being rendered, thread is blocked and it wont let any other operation to continue. Is it possible to turn on child process or worker threads within this...

The below is loading the fabric objects to the canvas using [Fabric.util.enlivenObjects](http://fabricjs.com/docs/fabric.util.html#.enlivenObjects) : ``` makeScene: (fabric, canvas, anim, compose) => { let animation = template[0]["animation"]; canvas.setZoom(1.5); canvas.backgroundColor = "#ffffff"; canvas.renderAll();...

bug

Any chance to add video to the canvas?

Does it possible to work on mobile device by replacing those libs: - fabric to react-native-canvas - gsap to gsap-rn https://github.com/cloudbit-interactive/GSAP-RN