Browse Source

An example without the kenburns effect

pull/31/head
Jukka Tupamäki 6 years ago
parent
commit
21024fb3d5
  1. 2
      examples/run-all-examples.sh
  2. 10
      examples/slideshow.json5

2
examples/run-all-examples.sh

@ -11,3 +11,5 @@ node ../cli.js --json subtitle.json5
node ../cli.js --json transitionEasing.json5 node ../cli.js --json transitionEasing.json5
node ../cli.js --json transparentGradient.json5 node ../cli.js --json transparentGradient.json5
node ../cli.js --json commonFeatures.json5 node ../cli.js --json commonFeatures.json5
node ../cli.js --json kenBurns.json5
node ../cli.js --json slideshow.json5

10
examples/slideshow.json5

@ -0,0 +1,10 @@
{
outPath: './slideshow.mp4',
defaults: {
transition: { name: 'fade' },
},
clips: [
{ duration: 3, layers: [{ type: 'image', path: './assets/img2.jpg' }] },
{ duration: 3, layers: [{ type: 'image', path: './assets/img3.jpg' }] },
],
}
Loading…
Cancel
Save