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.
19 lines
877 B
19 lines
877 B
{
|
|
width: 600,
|
|
height: 300,
|
|
outPath: './image.mp4',
|
|
defaults: {
|
|
transition: null,
|
|
duration: 0.2,
|
|
},
|
|
clips: [
|
|
{ layers: [{ type: 'image', path: './assets/pano.jpg' }] },
|
|
{ layers: [{ type: 'image', path: './assets/vertical.jpg' }] },
|
|
{ layers: [{ type: 'fill-color', color: 'white' }, { type: 'image', path: './assets/pano.jpg', resizeMode: 'contain' }] },
|
|
{ layers: [{ type: 'fill-color', color: 'white' }, { type: 'image', path: './assets/vertical.jpg', resizeMode: 'contain' }] },
|
|
{ layers: [{ type: 'image', path: './assets/pano.jpg', resizeMode: 'cover' }] },
|
|
{ layers: [{ type: 'image', path: './assets/vertical.jpg', resizeMode: 'cover' }] },
|
|
{ layers: [{ type: 'image', path: './assets/pano.jpg', resizeMode: 'stretch' }] },
|
|
{ layers: [{ type: 'image', path: './assets/vertical.jpg', resizeMode: 'stretch' }] },
|
|
],
|
|
}
|