paljsingh / impartus-downloader

Download Impartus lectures, convert to mkv for offline viewing.
GNU General Public License v3.0
23 stars 8 forks source link

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

Closed paljsingh closed 3 years ago

paljsingh commented 3 years ago

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

paljsingh commented 3 years ago

pull request - https://github.com/paljsingh/impartus-downloader/pull/107

paljsingh commented 3 years ago

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 commented 3 years ago

tested and merged to master.