Browse Source

remove resizehorizontal

doesn't really bring anything new
pull/81/head
Mikael Finstad 6 years ago
parent
commit
df18f6cfad
  1. 13
      examples/resizeHorizontal.json5

13
examples/resizeHorizontal.json5

@ -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' }] },
],
}
Loading…
Cancel
Save