Details
-
Type:
New Feature
-
Status:
Resolved
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 1.0
-
Component/s: None
-
Labels:None
Description
We can mux video into non-video streams, audio into non-audio, but can't mux audio into audio. A general operator requires type-level addition (N audio and M audio yields N+M audio) which we don't have, but a simpler version seems easily feasible and would be useful. Namely, I propose mux_mono which takes a (1,0,0) and a (x,y,z) source and returns an (x+1,y,z) source, and similarly a mux_stereo operator.