Skip to content

Instantly share code, notes, and snippets.

@jonasbg
Created July 31, 2022 13:27
Show Gist options
  • Save jonasbg/72616f5476f1414076b84a6abeb48d96 to your computer and use it in GitHub Desktop.
Save jonasbg/72616f5476f1414076b84a6abeb48d96 to your computer and use it in GitHub Desktop.
Darktable parallel RAW conversion
find . -type d | parallel --jobs 6 /Applications/darktable.app/Contents/MacOS/darktable-cli "{1}" /PATH_TO_OUTPUT_FOLDER --core --library ":memory:" --configdir "/tmp/{/.}/"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment