Skip to content

Commit

Permalink
add simple video example
Browse files Browse the repository at this point in the history
  • Loading branch information
mifi committed Apr 28, 2020
1 parent f146000 commit f5d1993
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions examples/videos.json5
Original file line number Diff line number Diff line change
@@ -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 }] },
],
}

0 comments on commit f5d1993

Please sign in to comment.