transitive-bullshit / ffmpeg-concat

Concats a list of videos together using ffmpeg with sexy OpenGL transitions.
863 stars 113 forks source link

custom glsl #76

Open zhaishengfu opened 4 years ago

zhaishengfu commented 4 years ago

what should i do if i want to use my own shader effect?

zhaishengfu commented 4 years ago

I see the npm package of gl_transition and it says image It says the json file is generated automatically. So I guess If i want to use my own glsl, then i need:

  1. create the glsl file

  2. write it to the npm package by some methods

3 code reference it .

If this is right, how should i do step 2(how to generate the npm json package with my own glsl?)