voc / voctomix

Full-HD Software Live-Video-Mixer in python
https://c3voc.de/
MIT License
578 stars 107 forks source link

Transition from lec(A,B) -> fs(C) #264

Open fightling opened 4 years ago

fightling commented 4 years ago

Having two front cameras seems to lead to use one to get a cropped picture of the speaker for lecture composite and the other one for a full screen or sbs picture (uncropped).

This leads to a 3-source-transition lec(A,B)fs(C) that can not be solved by the current implementation.

As a possible solution there shall be a generic fading transition from c1(A,B)c2(C,D).

See transitions documentation for further explanation.

fightling commented 4 years ago

Also some mixers often used lec(A,B)sbs(A,C)

Here it would be nice to fade BC while the transition is running instead of fading the whole picture.