Discussions
Please help me adjust the position of the video title.
Please help, I can't set up the video title.
This title should appear on the first frame so the video is clearly visible when the user scrolls through the feed.
I'm trying to set it up according to the instructions, but the title isn't showing at all.
What am I doing wrong? Please help me set it up for 720x1280 format.
Here's my API generation request:
{
"caption": false,
"dimension": {
"width": 720,
"height": 1280
},
"title": "Video1",
"video_inputs": [
{
"character": {
"type": "avatar",
"scale": 0.56,
"avatar_style": "normal",
"offset": {
"x": -0.23,
"y": 0.29
},
"talking_style": "stable",
"avatar_id": "b7fb6558ab324da2b3be8ead4332e010",
"matting": true
},
"voice": {
"type": "text",
"speed": 1.1,
"pitch": "0",
"duration": "1",
"input_text": "Привет друзья как у вас делf?!",
"voice_id": "164f5d1926e045f8be2f8bf14ee6ff3e",
"emotion": "Excited",
"locale": "Ru"
},
"background": {
"type": "video",
"value": "#FFFFFF",
"play_style": "freeze",
"fit": "cover",
"url": "https://v3b.fal.media/files/b/0a900d90/JzJ45wIJ5ZJILKFmLuyFP_merged_video.mp4"
},
"text": {
"type": "text",
"position": {
"x": 0.5,
"y": 1
},
"text": "Привет всем! Это тест!",
"font_family": "Roboto",
"font_size": 2,
"font_weight": "bold",
"text_align": "center",
"line_height": 1.2,
"color": "#FFD700"
},
"watermark": {"enabled": false}
}
]
}