Discussions

Ask a Question
Back to All

Video background is black, when creating a video using talks api

We are using this image https://create-images-results.d-id.com/DefaultPresenters/Magen_f/image.png
for the video. Ideally it should take the image background

Below is the config object
{
script: {
type: 'text',
input: 'Some text',
provider: {
type: 'microsoft
voice_id: 'some_voice_id',
},
},
config: {
stitch: true,
result_format: 'mp4',
fluent: 'true',
pad_audio: '0.0',
driver_expressions: {
expressions: [{ start_frame: 0, expression: 'neutral', intensity: 0 }],
transition_frames: 0,
},
},
source_url: 'https://create-images-results.d-id.com/DefaultPresenters/Magen_f/image.png',
name: 'some_video_name',
result_url: 'Some_presigned_url',
}

Could you please help us