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
709 B
13 lines
709 B
{
|
|
outPath: './speedTest.mp4',
|
|
defaults: {
|
|
transition: null,
|
|
layer: { fontPath: './assets/Patua_One/PatuaOne-Regular.ttf' },
|
|
},
|
|
clips: [
|
|
{ duration: 2, layers: [{ type: 'title-background', text: 'Speed up or slow down video', background: { type: 'radial-gradient' } }] },
|
|
{ duration: 2, layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 2 }, { type: 'title', text: 'Same speed' }] },
|
|
{ duration: 1, layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 4 }, { type: 'title', text: '4x' }] },
|
|
{ duration: 2, layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 1 }, { type: 'title', text: '1/2x' }] },
|
|
],
|
|
}
|