You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
634 B
15 lines
634 B
{
|
|
outPath: './pip.mp4',
|
|
width: 1280, height: 720, fps: 30,
|
|
defaults: {
|
|
layer: { fontPath: './assets/Patua_One/PatuaOne-Regular.ttf' },
|
|
},
|
|
clips: [
|
|
{ duration: 4, layers: [
|
|
{ type: 'rainbow-colors' },
|
|
{ type: 'video', path: './assets/tungestolen.mp4', resizeMode: 'cover', width: 0.3, height: 0.4, top: 0.05, left: 0.95, originY: 'top', originX: 'right' },
|
|
{ type: 'video', path: './assets/tungestolen.mp4', resizeMode: 'cover', width: 0.4, height: 0.2, top: 0.05, left: 0.05, originY: 'top', originX: 'left' },
|
|
{ type: 'title', position: 'bottom', text: 'Picture-in-Picture' }
|
|
] },
|
|
],
|
|
}
|