pankod / canvas2video

canvas2video is a backend solution for creating and rendering dynamic videos.
https://pankod.com
GNU General Public License v3.0
282 stars 38 forks source link

Does this library support to render video? #19

Closed zdying closed 4 years ago

zdying commented 4 years ago

This library is useful, but I want to know if it supports rendering video in the scene. I have multiple video clips, and there are transition effects between each video clip. How do I achieve this? Can anyone help me? thanks!

issue-label-bot[bot] commented 4 years ago

Issue-Label Bot is automatically applying the label question to this issue, with a confidence of 0.95. Please mark this comment with :thumbsup: or :thumbsdown: to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

drcivan commented 4 years ago

@zdying Currently canvas2video supports the rendering of a single video clip as the background of generated canvas animation. In future versions, we may consider supporting multiple animation/clips segments and transitions between them. Then, the canvas2video will become more like a "scriptable linear video editing" tool.

Thank you very much for your feedback.