DblK / shottower

An open source, self-hosted implementation of the Shotstack API backend
https://dblk.github.io/shottower
GNU Affero General Public License v3.0
34 stars 5 forks source link

Is soundtrack the only way to combine sound and image with this API? #16

Open ibrahimennafaa opened 1 year ago

ibrahimennafaa commented 1 year ago

Hi! I saw you didn't implement "soundtrack" yet. But is there any other way to create a video with 1 image + 1 sound track with your current version?

thank you

DblK commented 1 year ago

Hi, unfortunately, what you want to achieve is not possible yet. The soundtrack or AudioAsset implementation is needed for what you wish to do.

Soundtrack is for the whole video you are making (more like a background music) and AudioAsset is to be used as Clip so you can have multiple audios.

I am currently focusing on another project (since there it seems there is not much interest in it) but will soon resume this one. To support me, do not hesitate to star the project 🙏.