Discussions
Captions not overlaying on video
3 months ago by Anish Kumar
Have already made true for the captions in the payload, but video is generating without subtitles.
Attaching code refrence:
var payload = {
"template_id": template_id, // Template ID from Google Sheets
"voice_id": voice_id, // Voice ID from Google Sheets
"callback_id": "<callback_id>",
"title": name,
"caption": true,
"variables": {
"Script": {
"name": "Script",
"type": "text",
"properties": {
"content": script
}
},
"kunal_clonned": {
"name": "kunal_clonned",
"type": "voice",
"properties": {
"voice_id": "voice_id",
"locale": null
}
}
}
};