You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
683 B
16 lines
683 B
{
|
|
fast: true,
|
|
// verbose: true,
|
|
outPath: './gl.mp4',
|
|
defaults: {
|
|
transition: { name: 'random' },
|
|
layer: { fontPath: './Patua_One/PatuaOne-Regular.ttf' },
|
|
},
|
|
clips: [
|
|
{ transition: null, duration: 3, layers: [{ type: 'gl', fragmentPath: './shaders/3l23Rh.frag' }] },
|
|
{ duration: 3, layers: [{ type: 'gl', fragmentPath: './shaders/MdXyzX.frag' }] },
|
|
{ duration: 3, layers: [{ type: 'gl', fragmentPath: './shaders/30daysofshade_010.frag', speed: 1 }] },
|
|
{ duration: 3, layers: [{ type: 'gl', fragmentPath: './shaders/rainbow-background.frag' }] },
|
|
{ duration: 3, layers: [{ type: 'gl', fragmentPath: './shaders/wd2yDm.frag', speed: 5 }] },
|
|
],
|
|
}
|