Skip to main content

Audio editable

{
"audio_tracks": {
"background": {
"source": {
"remote_url": "https://cdn.shakr.com/audio.mp3"
},
"transform": {
"trim_strategy": "manual",
"trim_start_time": 0,
"fade_in": 0.5,
"fade_out": 0.5
}
}
}
}

How to customize source for audio editable

Support remote_url only.

How to customize transform for audio editable

Support trim_strategy for audio editable. It only supports manual. Also, it requires trim_start_time to specify which part of the audio to use.

In addition, you can apply fade in or fade out effect to make your video feel less dramatic and more natural.

NameDescription
fade_inHow many duration do you want to apply fade in effect from the start.
fade_outHow many duration do you want to apply fade out effect from the end.