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

Parallel gif rendering #457

Open
gpucce opened this issue Jan 10, 2022 · 4 comments
Open

Parallel gif rendering #457

gpucce opened this issue Jan 10, 2022 · 4 comments
Labels
enhancement New feature or request

Comments

@gpucce
Copy link
Member

gpucce commented Jan 10, 2022

I don't know if this is possible and even less how to do it, but wouldn't it make sense to try and parallelize the rendering of the frames to speed up the render function?

@gpucce gpucce added the enhancement New feature or request label Jan 10, 2022
@Wikunia
Copy link
Member

Wikunia commented Jan 10, 2022

You mean parallelizing the ffmpeg step or the Javis side. Doing the Javis side it wouldn't work easily due to morphing where parts are computed ones but otherwise I think it should be possible.

@gpucce
Copy link
Member Author

gpucce commented Jan 10, 2022

Yeah I was thinking about the ffmpeg because I believe some time ago you told me that that takes a lot of the time smth like 50% can't remember exactly.

@Wikunia
Copy link
Member

Wikunia commented Jan 10, 2022

Yeah it's time consuming. I'm not sure it's possible but if it is it would be super helpful

@Ved-Mahajan
Copy link
Contributor

Can some other software be used to combine images to gifs, like ImageMagic or libvips ?

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

No branches or pull requests

3 participants