From d558a938e89a56130cf72cbb0a1ce96524f7a4b4 Mon Sep 17 00:00:00 2001 From: Mikael Finstad Date: Thu, 24 Sep 2020 14:51:56 +0200 Subject: [PATCH] add lower thirds examples --- examples/lowerThirds1Line.json5 | 12 ++++++++++++ examples/lowerThirds2Lines.json5 | 13 +++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 examples/lowerThirds1Line.json5 create mode 100644 examples/lowerThirds2Lines.json5 diff --git a/examples/lowerThirds1Line.json5 b/examples/lowerThirds1Line.json5 new file mode 100644 index 0000000..dc5ce0d --- /dev/null +++ b/examples/lowerThirds1Line.json5 @@ -0,0 +1,12 @@ +{ + width: 1280, + height: 720, + outPath: './lowerThirds1Line.mp4', + clips: [ + { duration: 7, layers: [ + { type: 'fill-color', color: '#000' }, + { type: 'video', path: 'assets/lowerthirds/UHD_DMGMORI_Lwr3rd_1Line.mov' }, + { type: 'slide-in-text', text: 'Lower Line Regular Source Text', position: { x: 0.035, y: 0.930, originX: 'left', originY: 'bottom' }, color: '#000', fontSize: 0.021, charSpacing: 0.025, fontPath: './assets/lowerthirds/FF DIN Pro Light.otf' }, + ] }, + ], +} diff --git a/examples/lowerThirds2Lines.json5 b/examples/lowerThirds2Lines.json5 new file mode 100644 index 0000000..191ffc2 --- /dev/null +++ b/examples/lowerThirds2Lines.json5 @@ -0,0 +1,13 @@ +{ + width: 1280, + height: 720, + outPath: './lowerThirds2Lines.mp4', + clips: [ + { duration: 7, layers: [ + { type: 'fill-color', color: '#000' }, + { type: 'video', path: 'assets/lowerthirds/UHD_DMGMORI_Lwr3rd_2Lines.mov' }, + { type: 'slide-in-text', text: 'Upper Line Bold Source Text', position: { x: 0.035, y: 0.877, originX: 'left', originY: 'bottom' }, color: '#000', fontSize: 0.021, charSpacing: 0.03, fontPath: './assets/lowerthirds/FF DIN Pro Medium.otf' }, + { type: 'slide-in-text', text: 'Lower Line Regular Source Text', position: { x: 0.035, y: 0.930, originX: 'left', originY: 'bottom' }, color: '#000', fontSize: 0.021, charSpacing: 0.025, fontPath: './assets/lowerthirds/FF DIN Pro Light.otf' }, + ] }, + ], +}