pymiere
pymiere copied to clipboard
Can we add new video tracks by api?
Can we add new video tracks by api?
Can we add subtitles through API?
Hello @weijer , You can add a new video track by api using:
from pymiere.wrappers import add_video_track
add_video_track()
Check the function code for more details.
I'll get back to you about the subtitles.
Any updates on adding subtitles?
@qmasingarbe