mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-06 04:15:44 +08:00
Merge pull request #15 from Depaulicious/patch-1
Add docstring to `merge_output`
This commit is contained in:
commit
1439c885e0
@ -32,6 +32,8 @@ def overwrite_output(parent_node):
|
||||
|
||||
@operator(node_classes={OutputNode})
|
||||
def merge_outputs(*parent_nodes):
|
||||
"""Include all given outputs in one ffmpeg command line
|
||||
"""
|
||||
return OutputNode(parent_nodes, merge_outputs.__name__)
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user