-
-
Notifications
You must be signed in to change notification settings - Fork 316
/
Copy pathaudio3.json5
45 lines (45 loc) · 1.19 KB
/
audio3.json5
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
outPath: "./audio3.mp4",
width: 200,
height: 200,
defaults: {
layer: { fontPath: "./assets/Patua_One/PatuaOne-Regular.ttf" },
},
clips: [
{
layers: [
{ type: "video", path: "./assets/lofoten.mp4", cutTo: 2 },
{ type: "title", text: "Arbitrary audio" },
],
},
{
duration: 3,
layers: [
{ type: "title-background", text: "Voice starts in 1 sec" },
{
type: "detached-audio",
path: "./assets/Julen_ribas.m4a",
mixVolume: 50,
cutFrom: 2,
start: 1,
},
],
},
{ duration: 1, layers: [{ type: "title-background", text: "Voice continues over clip 2" }] },
{ duration: 3, layers: [{ type: "title-background", text: "Voice continues over clip 3" }] },
{
duration: 2,
layers: [
{ type: "title-background", text: "XP sound starts" },
{ type: "detached-audio", path: "./assets/winxp.mp3", mixVolume: 10, cutFrom: 0.5 },
],
},
],
audioNorm: { enable: true, gaussSize: 3, maxGain: 100 },
audioTracks: [
{
path: "./assets/High [NCS Release] - JPB (No Copyright Music)-R8ZRCXy5vhA.m4a",
cutFrom: 18,
},
],
}