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

Render transitions as AVI? #16

Closed
malteos opened this issue Jul 11, 2015 · 1 comment
Closed

Render transitions as AVI? #16

malteos opened this issue Jul 11, 2015 · 1 comment

Comments

@malteos
Copy link

malteos commented Jul 11, 2015

Hi everyone,

is it possible to render a slideshow made with glsl-transitions as AVI or any other video format? I would like to render the slideshow server-side not with canvas.toDataUrl() in a browser.

Cheers
Malte

@gre
Copy link
Owner

gre commented Jul 11, 2015

Hi @mschwarzer ,

It is not currently possible because not implemented.

I agree this would be great and technically this should work (WebGL GLSL can be compiled to OpenGL GLSL via ANGLE).
I've started this discussion one year ago on this thread: gre/transitions.glsl.io#56

Which currently leads to a beginning of implementation of a plugin for "MLT" started by @rectalogic but it is unfinished.

  • Best would be to natively implement some plugins to MLT/ffmpeg or any other tool but it takes a lot of time to make it.
  • Another approach might be to try to "emulate WebGL" but this is quite uncertain and probably slower.

This is open to contribution.

Thanks

@gre gre closed this as completed May 15, 2017
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

2 participants