qmasingarbe / pymiere

Python for Premiere pro
GNU General Public License v3.0
353 stars 46 forks source link

Can we add new video tracks by api? #53

Open weijer opened 2 years ago

weijer commented 2 years ago

Can we add new video tracks by api?

weijer commented 2 years ago

Can we add subtitles through API?

qmasingarbe commented 1 year ago

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.

0xDeadcell commented 9 months ago

Any updates on adding subtitles?

0xDeadcell commented 9 months ago

@qmasingarbe