-
-
Notifications
You must be signed in to change notification settings - Fork 361
Expand file tree
/
Copy pathaudio2.json5
More file actions
23 lines (23 loc) · 745 Bytes
/
audio2.json5
File metadata and controls
23 lines (23 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
// enableFfmpegLog: true,
outPath: "./audio2.mp4",
width: 200,
height: 200,
defaults: {
layer: { fontPath: "./assets/Patua_One/PatuaOne-Regular.ttf" },
},
clips: [
{ layers: [{ type: "video", path: "./assets/lofoten.mp4", cutFrom: 1, cutTo: 2 }] },
{ duration: 15, layers: { type: "title-background", text: "Audio track" } },
],
audioNorm: { enable: true, gaussSize: 3, maxGain: 100 },
clipsAudioVolume: 50,
audioTracks: [
{
path: "./assets/High [NCS Release] - JPB (No Copyright Music)-R8ZRCXy5vhA.m4a",
cutFrom: 18,
},
{ path: "./assets/winxp.mp3", mixVolume: 10, cutFrom: 1, cutTo: 2, start: 2 },
{ path: "./assets/Julen_ribas.m4a", mixVolume: 50, cutTo: 7, start: 5 },
],
}