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