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

Feature request: encoding process via queue #63

Open
arifje opened this issue Nov 9, 2022 · 1 comment
Open

Feature request: encoding process via queue #63

arifje opened this issue Nov 9, 2022 · 1 comment

Comments

@arifje
Copy link
Contributor

arifje commented Nov 9, 2022

When encoding multiple gif files to mp4, the template triggers all these ffmpeg processes at the same time. This results in 40 to 50 ffmpeg processes (in our case), which results in a smoking server and ffmpeg errors.

It would be awesome if we could prevent this, maybe by using the queue for these jobs? Then we could set a delay on these jobs so we create a spread.

@arifje arifje changed the title Encoding process via queue Feature request: encoding process via queue Nov 9, 2022
@khalwat
Copy link
Contributor

khalwat commented Nov 9, 2022

Yeah a way around this could be that the parameters needed to do the conversion are stuffed into a queue job, and dolled out to ffmpeg as each queue job is run.

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

No branches or pull requests

2 participants