Created
July 31, 2022 13:27
-
-
Save jonasbg/72616f5476f1414076b84a6abeb48d96 to your computer and use it in GitHub Desktop.
Darktable parallel RAW conversion
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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