We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is there a way to limit the CPU usage when this gem starts up ffmpeg?
Just using the examples, ffmpeg will use 99% of the CPU making the rest of the app totally unresponsive.
The text was updated successfully, but these errors were encountered:
I'm trying to wrap ffmpeg inside https://github.com/opsengine/cpulimit on FreeBSD but so far it's still using 100%:
ffmpeg
mv /usr/local/bin/ffmpeg /usr/local/bin/ffmpeg_raw echo '/usr/local/bin/cpulimit --limit 20 /usr/local/bin/ffmpeg_raw "$@"' > /usr/local/bin/ffmpeg chmod +x /usr/local/bin/ffmpeg
Could you try and see if this works?
Sorry, something went wrong.
No branches or pull requests
Is there a way to limit the CPU usage when this gem starts up ffmpeg?
Just using the examples, ffmpeg will use 99% of the CPU making the rest of the app totally unresponsive.
The text was updated successfully, but these errors were encountered: