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.
13 lines
481 B
13 lines
481 B
{
|
|
// enableFfmpegLog: true,
|
|
outPath: './smartFit.mp4',
|
|
defaults: {
|
|
transition: null,
|
|
layer: { backgroundColor: 'white' },
|
|
},
|
|
clips: [
|
|
{ layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2 }] },
|
|
{ layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'contain' }] },
|
|
{ layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'stretch' }] },
|
|
],
|
|
}
|