Browse Source

fix audio examples

pull/81/head
Mikael Finstad 6 years ago
parent
commit
7b00064cab
  1. 1
      examples/audio1.json5
  2. 1
      examples/audio2.json5

1
examples/audio1.json5

@ -1,6 +1,7 @@
{
// enableFfmpegLog: true,
outPath: './audio1.mp4',
keepSourceAudio: true,
defaults: {
transition: null,
},

1
examples/audio2.json5

@ -1,6 +1,7 @@
{
// enableFfmpegLog: true,
outPath: './audio2.mp4',
keepSourceAudio: true,
clips: [
{ duration: 0.5, layers: [{ type: 'video', path: './assets/lofoten.mp4', cutFrom: 0.4, cutTo: 2 }] },

Loading…
Cancel
Save