mirror of
https://github.com/vondas-network/videobeaux.git
synced 2025-12-05 15:30:02 +01:00
29 lines
566 B
JSON
29 lines
566 B
JSON
{
|
|
"sequence_direction": "forward",
|
|
"layers": [
|
|
{
|
|
"layer_number": 1,
|
|
"name": "clip_soft",
|
|
"filename": "../media/schwwaaa.mp4",
|
|
"type": "video",
|
|
"mode": "free",
|
|
"pos_x": 120,
|
|
"pos_y": 200,
|
|
"size": 30,
|
|
"opacity": 1.0,
|
|
"audio_gain": 0.5
|
|
},
|
|
{
|
|
"layer_number": 2,
|
|
"name": "clip_loud",
|
|
"filename": "../media/faith.mp4",
|
|
"type": "video",
|
|
"mode": "free",
|
|
"pos_x": 980,
|
|
"pos_y": 200,
|
|
"size": 30,
|
|
"opacity": 1.0,
|
|
"audio_gain": 2.0
|
|
}
|
|
]
|
|
} |