Closed usama-gh closed 4 years ago
Issue-Label Bot is automatically applying the label question
to this issue, with a confidence of 0.96. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!
Links: app homepage, dashboard and code for this bot.
Also when we will be able to create multiple videos requests at the same time?
This worked for me. In renderer.js I found out canvas1.toDataURL()
I added multiplier: 2 in it. Now it works.
Hi, I want to keep canvas size of 500x500 on frontend and on backend video should be 1000x1000. This is possibly only via multiplier options in canvas.toDataURL({multiplier: 2}). If I do this on server it will return images of 1000x1000 which I guess canvas2video will use to create a video.
Can you tell me where and how I can do this?