Browse Source

add simple video example

pull/22/head
Mikael Finstad 6 years ago
parent
commit
f5d199392d
  1. 12
      examples/videos.json5

12
examples/videos.json5

@ -0,0 +1,12 @@
{
outPath: './videos.mp4',
defaults: {
transition: {
name: 'linearblur',
},
},
clips: [
{ layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0, cutTo: 2 }] },
{ layers: [{ type: 'video', path: './assets/IMG_1884.MOV', cutFrom: 0, cutTo: 2 }] },
],
}
Loading…
Cancel
Save