|
|
@ -1,13 +0,0 @@ |
|
|
{ |
|
|
|
|
|
width: 320, height: 240, |
|
|
|
|
|
outPath: './resizeHorizontal.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' }] }, |
|
|
|
|
|
], |
|
|
|
|
|
} |
|
|
|