shotstack / python-demos

Shotstack Python demos - Edit videos in the cloud with Python and the Shotstack Video Editing API
https://shotstack.io
9 stars 3 forks source link

Is it possible to use multiple sound tracks in the same video? #7

Closed archubbuck closed 1 year ago

archubbuck commented 2 years ago

Unsure of if this is currently available but I didn’t see an example in the repository.

jeffski commented 1 year ago

You can use the Audio Asset to add any kind of audio clip you want, see the SDK docs here: https://github.com/shotstack/shotstack-sdk-python#audioasset.

Audio assets work the same as video assets allowing you to place an audio clip (mp3) anywhere on the timeline and play for any amount of time. You can overlap multiple audio files using tracks and add as many as you like.