bbc / VideoContext

An experimental HTML5 & WebGL video composition and rendering API.
http://bbc.github.io/VideoContext/
Apache License 2.0
1.32k stars 156 forks source link

Connecting multiple videos leads to a performance decline. #250

Open ProjetNice opened 10 months ago

ProjetNice commented 10 months ago

How to connect three or more videos together with transitions? Currently, I can only create a transition node to connect two videos and then use that transition node to connect more videos. However, this approach significantly affects performance.