Skip to content

Instantly share code, notes, and snippets.

@FUT
Created May 9, 2015 19:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save FUT/0ebefa5e95a462c0749b to your computer and use it in GitHub Desktop.
Save FUT/0ebefa5e95a462c0749b to your computer and use it in GitHub Desktop.
Convert images from CR2 to JPG in parallel
ls *.CR2 | parallel --will-cite --bar --jobs 8 ufraw-batch --out-type jpg --out-path jpg/ --overwrite
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment