8000 add docstring to `merge_output` · Powercoder64/ffmpeg-python@31f19e1 · GitHub
[go: up one dir, main page]

Skip to content

Commit 31f19e1

Browse files
author
Davide Depau
authored
add docstring to merge_output
1 parent 36c4a97 commit 31f19e1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ffmpeg/_ffmpeg.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ def overwrite_output(parent_node):
3232

3333
@operator(node_classes={OutputNode})
3434
def merge_outputs(*parent_nodes):
35+
"""Include all given outputs in one ffmpeg command line
36+
"""
3537
return OutputNode(parent_nodes, merge_outputs.__name__)
3638

3739

0 commit comments

Comments
 (0)
0