Open hujuice opened 1 year ago
Related: #6729
When I process big queues I use a script whose main purpose is cycling around this line:
nice -n $NICE /usr/bin/rawtherapee-cli -o "$WORKDIR" -p "$SIDECAR" "$OPTS" -c $RAW
The rest of the script is to select files according to their ranking or colour labels.
First time I write here and I'm happy to take advantage of this option to thank the developers: RawTherapee is very good.
A strange workaround I often use is to switch to CLI to export large collections to JPG or TIFF. The CPU goes 100% and I use CLI just to put "nice" in front of it. In this way, the computer could be more usable during the export. A checkbox, or a dropdown list with niceness value, could be helpful.
Thank you for the attention.
Regards, HUjuice