Private
constructorJoin synchronized audio segments into an audio stream.
This method should not be used with segment()
.
Rest
...pipes: Pipe[]The synchronized audio segments.
Add a segment with synchronized video and audio streams.
This method should not be used with video()
and audio()
.
Join synchronized video segments into a video stream.
This method should not be used with segment()
.
Rest
...pipes: Pipe[]The synchronized video segments.
Helper for building a
concat
filter chain.