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.
20 lines
976 B
20 lines
976 B
{
|
|
width: 500, height: 500,
|
|
outPath: './mosaic.mp4',
|
|
defaults: {
|
|
transition: { duration: 0 },
|
|
layer: { fontPath: './assets/Patua_One/PatuaOne-Regular.ttf' },
|
|
layerType: {
|
|
video: { width: 0.4, height: 0.4 },
|
|
}
|
|
},
|
|
clips: [
|
|
{ duration: 2, layers: [
|
|
{ type: 'video', path: './assets/IMG_1322.MOV', cutFrom: 0, cutTo: 2, resizeMode: 'cover', top: 0.5, left: 0.5, originY: 'center', originX: 'center' },
|
|
{ type: 'video', path: './assets/IMG_1322.MOV', cutFrom: 0, cutTo: 2, resizeMode: 'contain' },
|
|
{ type: 'video', path: './assets/IMG_1322.MOV', cutFrom: 0, cutTo: 2, resizeMode: 'contain-blur', left: 1, originX: 'right' },
|
|
{ type: 'video', path: './assets/IMG_1884.MOV', cutFrom: 0, cutTo: 2, resizeMode: 'contain-blur', left: 1, top: 1, originX: 'right', originY: 'bottom' },
|
|
{ type: 'video', path: './assets/IMG_1322.MOV', cutFrom: 0, cutTo: 2, resizeMode: 'stretch', top: 1, originY: 'bottom' },
|
|
] },
|
|
],
|
|
}
|