mirror of
https://github.com/kkroening/ffmpeg-python.git
synced 2025-04-05 04:22:51 +08:00
Add asplit
filter
This commit is contained in:
parent
d59bb7a592
commit
7bc77ff714
@ -52,6 +52,11 @@ def split(stream):
|
||||
return FilterNode(stream, split.__name__)
|
||||
|
||||
|
||||
@filter_operator()
|
||||
def asplit(stream):
|
||||
return FilterNode(stream, split.__name__)
|
||||
|
||||
|
||||
@filter_operator()
|
||||
def setpts(stream, expr):
|
||||
"""Change the PTS (presentation timestamp) of the input frames.
|
||||
|
Loading…
x
Reference in New Issue
Block a user