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.
14 lines
378 B
14 lines
378 B
{
|
|
// verbose: true,
|
|
// enableFfmpegLog: true,
|
|
outPath: './video2.mp4',
|
|
defaults: {
|
|
transition: {
|
|
name: 'linearblur',
|
|
},
|
|
},
|
|
clips: [
|
|
{ layers: [{ type: 'video', path: './assets/changi.mp4', cutFrom: 0, cutTo: 2 }, { type: 'title', text: 'Video 1' }] },
|
|
{ layers: [{ type: 'video', path: './assets/IMG_1884.MOV', cutFrom: 0, cutTo: 2 }] },
|
|
],
|
|
}
|