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
296 B
12 lines
296 B
{
|
|
outPath: './videos.mp4',
|
|
defaults: {
|
|
transition: {
|
|
name: 'linearblur',
|
|
},
|
|
},
|
|
clips: [
|
|
{ layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 2 }] },
|
|
{ layers: [{ type: 'video', path: './assets/IMG_1884.MOV', cutFrom: 0, cutTo: 2 }] },
|
|
],
|
|
}
|