From f5d199392d02117f6889c984828ce3520497d24e Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Tue, 28 Apr 2020 17:08:57 +0800 Subject: [PATCH] add simple video example --- examples/videos.json5 | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 examples/videos.json5 diff --git a/examples/videos.json5 b/examples/videos.json5 new file mode 100644 index 0000000..1ae7723 --- /dev/null +++ b/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 }] }, + ], +} \ No newline at end of file