Skip to content

Instantly share code, notes, and snippets.

@mishazawa
Created July 10, 2022 09:28
Show Gist options
  • Select an option

  • Save mishazawa/75abae06b2821823387fdfe9f4e0838d to your computer and use it in GitHub Desktop.

Select an option

Save mishazawa/75abae06b2821823387fdfe9f4e0838d to your computer and use it in GitHub Desktop.
darktable batch convert RAW
find . -type f \( -iname "*.raw" -o -iname "*.ORF" \) -exec sh -c 'darktable-cli {} ${0%.*}.jpg' {} \; -delete
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment