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.
12 lines
592 B
12 lines
592 B
{
|
|
outPath: './imageOverlay.mp4',
|
|
clips: [
|
|
{ layers: [
|
|
{ type: 'video', path: './assets/changi.mp4', cutTo: 2 },
|
|
{ type: 'image-overlay', path: './assets/overlay.svg', width: 0.2, position: { x: 0.95, y: 0.03, originX: 'right' } },
|
|
{ type: 'image-overlay', path: './assets/emoji.png', stop: 0.5, zoomDirection: 'in' },
|
|
{ type: 'image-overlay', path: './assets/emoji2.svg', position: 'top', start: 0.7, stop: 1.5, width: 0.2 },
|
|
{ type: 'image-overlay', path: './assets/emoji2.svg', position: 'bottom', start: 0.7, stop: 1.5, height: 0.2 },
|
|
] },
|
|
],
|
|
}
|