MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / __init__

Method __init__

ffmpeg/nodes.py:334–342  ·  view source on GitHub ↗
(self, streams, name)

Source from the content-addressed store, hash-verified

332# noinspection PyMethodOverriding
333class MergeOutputsNode(Node):
334 def __init__(self, streams, name):
335 super(MergeOutputsNode, self).__init__(
336 stream_spec=streams,
337 name=name,
338 incoming_stream_types={OutputStream},
339 outgoing_stream_type=OutputStream,
340 min_inputs=1,
341 max_inputs=None,
342 )
343
344
345# noinspection PyMethodOverriding

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected