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

Feed ffmpeg a stream of pictures #25

Closed
lemmih opened this issue Oct 14, 2019 · 2 comments
Closed

Feed ffmpeg a stream of pictures #25

lemmih opened this issue Oct 14, 2019 · 2 comments
Labels
enhancement New feature or request

Comments

@lemmih
Copy link
Member

lemmih commented Oct 14, 2019

Stream frames directly to ffmpeg to take better advantage of multiple cores.

@lemmih lemmih added the enhancement New feature or request label Feb 11, 2020
@lemmih lemmih changed the title Feed ffmpeg a stream of pictures. Feed ffmpeg a stream of pictures May 22, 2020
@lemmih
Copy link
Member Author

lemmih commented Aug 3, 2020

Hm, it turns out that ffmpeg is fairly good at using multiple cores as long as it is fed PNGs instead of SVGs. When an external raster engine is used, there isn't much to gain by streaming frames directly to FFmpeg.

@lemmih
Copy link
Member Author

lemmih commented Aug 29, 2020

I've decided that this is not worth it.

@lemmih lemmih closed this as completed Aug 29, 2020
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

1 participant