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
511 B
13 lines
511 B
{
|
|
fast: true,
|
|
outPath: './resizeHorizontal.mp4',
|
|
defaults: {
|
|
transition: { duration: 0 },
|
|
layer: { fontPath: './Patua_One/PatuaOne-Regular.ttf', backgroundColor: 'white' },
|
|
},
|
|
clips: [
|
|
{ layers: [{ type: 'video', path: './IMG_4605.MOV', cutFrom: 0.4, cutTo: 2 }] },
|
|
{ layers: [{ type: 'video', path: './IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'contain' }] },
|
|
{ layers: [{ type: 'video', path: './IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'stretch' }] },
|
|
],
|
|
}
|