Discussions
Why generated video has transparent background?
Hi all,
How can I recover the text prompt I used making an avatar so I can modify it and use it again.
How can I recover the text prompt I used making an avatar so I can modify it and use it again.
sending the SDP answer using the API throws 500 error
GET ALL IMAGES(THROUGH API) MISSSSSSIIIINNNNGGGG
How can show all the images which can be used to create an agent through API
MESSEGE TO AGENT
I aim to create an interactive agent that can respond to user queries with video responses in a 9:16 format. The agent has already been created, and I need to ensure that the video responses match the format of the initial idle video loop.
I have spent all night generating videos unsuccessfully
My D-id studio is not working. MY videos are all stuck up there and I need an urgent help. Can someone please come to my rescue please?
None of my animations are processing. Worked fine yesterday.
I'm getting a spinning ball. I've tried it in every browser, I've tried restarting, deleting and creating new ones. Nothing works. Please help.
Multiple backgrounds
Is it possible to have multiple back grounds in a video?
Using an API for Talks produced a square result
I'm trying to get the API to produce a 720 x 1280 video (which is the size of the image that is referenced):
"script" = {
"type" = "audio",
"audio_url" = form.audioUrl
},
"source_url" = form.imageUrl,
"config" = {output_resolution: 1280}
I can't receive aws keyid of resul_url.
url = "https://api.d-id.com/talks"
payload = {
"script": {
"type": "text",
"subtitles": False,
"provider": {
"type": "microsoft",
"voice_id": "en-US-JennyNeural",
"voice_config": {
"style": "string",
"rate": "0.5",
"pitch": "+2st"
}
},
"input": "This is an example text",
"ssml": True
},
"config": {
# "logo": {
# "position": [0, 500],
# "url": "string"
# },
"fluent": True,
"pad_audio": 0,
"driver_expressions": {
"expressions": [
{
"start_frame": 0,
"expression": "neutral",
"intensity": 0
}
],
"transition_frames": 0
},
"align_driver": True,
"align_expand_factor": 0,
"auto_match": True,
"motion_factor": 0,
"normalization_factor": 0,
"sharpen": True,
"stitch": True,
"result_format": "mp4",
"output_resolution": 512
},
"face": {
"top_left": [0, 0],
"size": 512
},
"source_url": "source url",
"driver_url": "bank://natural",
"user_data": "string",
"name": "string",
"persist": True
}
headers = {
"accept": "application/json",
"content-type": "application/json",
"authorization": "Basic API KEY"
}