MCPcopy Index your code
hub / github.com/kkroening/ffmpeg-python / stream

Method stream

ffmpeg/nodes.py:209–214  ·  view source on GitHub ↗

Create an outgoing stream originating from this node. More nodes may be attached onto the outgoing stream.

(self, label=None, selector=None)

Source from the content-addressed store, hash-verified

207 self.__incoming_stream_types = incoming_stream_types
208
209 def stream(self, label=None, selector=None):
210 """Create an outgoing stream originating from this node.
211
212 More nodes may be attached onto the outgoing stream.
213 """
214 return self.__outgoing_stream_type(self, label, upstream_selector=selector)
215
216 def __getitem__(self, item):
217 """Create an outgoing stream originating from this node; syntactic sugar for ``self.stream(label)``.

Callers 15

__getitem__Method · 0.95
filterFunction · 0.80
setptsFunction · 0.80
trimFunction · 0.80
overlayFunction · 0.80
hflipFunction · 0.80
vflipFunction · 0.80
cropFunction · 0.80
drawboxFunction · 0.80
concatFunction · 0.80
zoompanFunction · 0.80
hueFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected