Created
May 9, 2015 19:37
-
-
Save FUT/0ebefa5e95a462c0749b to your computer and use it in GitHub Desktop.
Convert images from CR2 to JPG in parallel
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
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