Hello everyone, I am creating video + audio using JSON2VIDEO, after the video is completed: if the background video is shorter than the audio file, the background will pause for 20 seconds, then the background video will replay.
If anyone knows, please help me, thank you very much.
Here is the JSON code I am using:
{
“id”: “qdzanwx6”,
“comment”: “Empty movie”,
“resolution”: “custom”,
“quality”: “high”,
“scenes”: [
{
“id”: “qacv72no”,
“comment”: “Scene 1”,
“elements”: [
{
“id”: “qn9xlij9”,
“type”: “video”,
“src”: “{{8.movie.url}}”,
“width”: null,
“height”: null,
“x”: 0,
“y”: 0,
“loop”: -1,
“duration”: -2,
“muted”: true
},
{
“id”: “q4uxt5i4”,
“type”: “subtitles”,
“settings”: {
“font-family”: “Oswald Bold”,
“font-size”: 70,
“all-caps”: true,
“style”: “boxed-line”,
“position”: “center-center”,
“x”: 30,
“y”: 300
},
“language”: “en”,
“comment”: “Find the top alternatives to JSON2Video currently available. Compare ratings, reviews, pricing, and features of JSON2Video alternatives in 2024…”
},
{
“id”: “qqggx4k0”,
“type”: “audio”,
“muted”: false,
“volume”: 10,
“src”: “{{5.webContentLink}}”
},
{
“id”: “qnf4flpm”,
“type”: “audio”,
“src”: “{{1.2
}}”,
“volume”: 0.1,
“duration”: -2
}
],
“transition”: {
“style”: “fade”,
“duration”: -1
},
“cache”: true
}
],
“elements”: ,
“width”: 1024,
“height”: 1792,
“variables”: {}
}