From df18f6cfadbc2a5ee627ff3c10f45e1c4f21ad88 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 24 Sep 2020 22:07:01 +0200 Subject: [PATCH] remove resizehorizontal doesn't really bring anything new --- examples/resizeHorizontal.json5 | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 examples/resizeHorizontal.json5 diff --git a/examples/resizeHorizontal.json5 b/examples/resizeHorizontal.json5 deleted file mode 100644 index 46096b5..0000000 --- a/examples/resizeHorizontal.json5 +++ /dev/null @@ -1,13 +0,0 @@ -{ - width: 320, height: 240, - outPath: './resizeHorizontal.mp4', - defaults: { - transition: null, - layer: { backgroundColor: 'white' }, - }, - clips: [ - { layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2 }] }, - { layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'contain' }] }, - { layers: [{ type: 'video', path: './assets/IMG_4605.MOV', cutFrom: 0.4, cutTo: 2, resizeMode: 'stretch' }] }, - ], -}