Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Post processing using webgl #241

Open
3 tasks done
bezzee opened this issue Apr 6, 2023 · 0 comments
Open
3 tasks done

Post processing using webgl #241

bezzee opened this issue Apr 6, 2023 · 0 comments

Comments

@bezzee
Copy link

bezzee commented Apr 6, 2023

  • I have tried with the newest version of editly: npm i -g editly or npm i editly@latest
  • I have tried ffmpeg newest stable version
  • I have searched for existing issues

Firstly thanks for this wonderful app. I'm new to JS and learnt a lot of things thru editly and TBH it's overwhelming.

My requirement is to use image filters of canvas some of which are written in glsl. I looked into videoframesource.js where the filters can be applied, but since the canvas used in editly is 2D context, how do I convert the canvas to webgl and do the post processing, convert it back to 2d before returning the frame?

I checked glframesource where the shader is run directly, but I prefer to use the filters workflow of canvas to do the job.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant