I used darktable-cli
instead, a sample command from an Ask Ubuntu question:
find . -type f \( -iname "*.dng" \) -exec sh -c 'darktable-cli {} ${0%.*}.png' {} \;
I’ve edited the command slightly (replaced the file extensions, removed the -delete
flag).