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

[Enhancement]: Option to specify the priority for ffmpeg subprocesses. #108

Closed
paljsingh opened this issue Nov 7, 2021 · 3 comments
Closed
Assignees
Labels
enhancement New feature or request

Comments

@paljsingh
Copy link
Owner

ffmpeg encoding is cpu heavy,
to use it on old hardware, it may be worth to have the subprocesses launched at lowered priority.

@paljsingh paljsingh added the enhancement New feature or request label Nov 7, 2021
@paljsingh paljsingh self-assigned this Nov 7, 2021
@paljsingh
Copy link
Owner Author

pull request - #107

@paljsingh
Copy link
Owner Author

paljsingh commented Nov 7, 2021

Added option in etc/impartus.conf :
external_process_priority: normal
which can be changed to 'low' or 'lowest'
and would effectively map to to windows priority or posix nice levels.

@paljsingh
Copy link
Owner Author

tested and merged to master.

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