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.
9 lines
301 B
9 lines
301 B
{
|
|
outPath: './slideInText.mp4',
|
|
clips: [
|
|
{ duration: 3, layers: [
|
|
{ type: 'image', path: 'assets/img2.jpg' },
|
|
{ type: 'slide-in-text', text: 'Text that slides in', color: '#fff', position: { x: 0.04, y: 0.93, originY: 'bottom', originX: 'left' }, fontSize: 0.05 },
|
|
] },
|
|
],
|
|
}
|