first commit

This commit is contained in:
ct
2025-05-28 12:59:01 +08:00
commit 21526508b1
230 changed files with 60411 additions and 0 deletions

233
Video2AI/Start Render.bru Normal file
View File

@@ -0,0 +1,233 @@
meta {
name: Start Render
type: http
seq: 2
}
post {
url: https://video2ai.test/api/render
body: json
auth: bearer
}
auth:bearer {
token: {{AUTH_TOKEN}}
}
body:json {
{
"external_id": "12345-12334293523",
"content_type":"moving_images",
"width": 720,
"height": 1280,
"aspect_ratio": "9:16",
"fps": 30,
"video_bitrate":"3M",
"audio_bitrate": "128K",
"captions": [
{
"time":0,
"duration": 5,
"text": "Hello welcome chicken rice",
"parameters": {
"font": "Lilita One",
"font_size": 15,
"animate_rotate_words": true,
"scale_rotate_words":true,
"v_position_percentage": 20,
"h_position_percentage": 50
},
"words": [
{
"start": 0,
"end": 1.0,
"text":"Hello"
},
{
"start": 1.0,
"end": 2.0,
"text":"welcome"
},
{
"start": 2.0,
"end": 3.0,
"text":"chicken"
},
{
"start": 3.0,
"end": 5.0,
"text":"rice"
}
]
},
{
"time":5,
"duration": 7,
"text": "Follow us now",
"v_position_percentage": 20,
"h_position_percentage": 50,
"parameters": {
"font": "Lilita One",
"font_size": 15,
"animate_rotate_words": true,
"scale_rotate_words":true
},
"words": [
{
"start": 0,
"end": 1.0,
"text":"Follow"
},
{
"start": 1.0,
"end": 1.4,
"text":"us"
},
{
"start": 1.4,
"end": 2.0,
"text":"now"
}
]
}
],
"elements": [
{
"url":"https://cdn.autopilotshorts.com/system-ov/sov_1741963443481-aps-watermark-25fps.mov",
"type":"video",
"external_reference":"watermark_overlay",
"time":0.0,
"track":7,
"duration": 5,
"parameters": {
"loop": true,
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421422078-cover-14763-1745421422045.png",
"type":"image",
"external_reference":"cover_photo",
"time":0.0,
"track":6,
"duration": 0.04,
"parameters": {
"loop": true,
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
"type":"image",
"external_reference":"slideshow",
"time":1.0,
"track":5,
"duration": 1.0,
"parameters": {
"animate":"random",
"particle_overlay": true,
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417296-bg-55952.png",
"type":"image",
"external_reference":"slideshow",
"time":2.0,
"track":5,
"duration": 1.0,
"parameters": {
"animate":"random",
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421419185-bg-55953.png",
"type":"image",
"external_reference":"slideshow",
"time":3.0,
"track":5,
"duration": 1.0,
"parameters": {
"animate":"random",
"particle_overlay": true,
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421418777-bg-55954.png",
"type":"image",
"external_reference":"slideshow",
"time":4.0,
"track":5,
"duration": 1.0,
"parameters": {
"animate":"random",
"particle_overlay": true,
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
"type":"image",
"external_reference":"slideshow",
"time":5.0,
"track":5,
"duration": 2,
"parameters": {
"animate":"random",
"background_size":"fit|maintain_aspect_ratio"
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-i/gi_1745421417131-bg-55951.png",
"type":"image",
"external_reference":"slideshow",
"time":5.0,
"track":6,
"duration": 2,
"parameters": {
"animate":"random",
"v_position_percentage": 70,
"h_position_percentage": 50,
"scale": 0.4
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-tts/gtts_1745421385079-script-14763-1745421378856.mp3",
"type": "audio",
"external_reference":"script_audio",
"time":0,
"track": 4,
"duration": 5.0,
"parameters": {
"volume": 0.9
}
},
{
"url":"https://cdn.autopilotshorts.com/generated-tts/gtts_1745422892152-post-script-14763-1745422889747.mp3",
"type": "audio",
"external_reference":"post_script_audio",
"time":5,
"track": 4,
"duration": 2.0,
"parameters": {
"volume": 0.9
}
},
{
"url":"https://cdn.autopilotshorts.com/system-bgm/sbgm_1723719114058-bgm-advertime.mp3",
"type": "audio",
"external_reference":"background_music",
"time":0,
"track": 3,
"duration": 7.0,
"parameters": {
"volume": 0.4
}
}
]
}
}