Extract high-res JPEG from Nikon *.NEF?

Started by go4java, January 29, 2012, 03:27:23 PM

Previous topic - Next topic

go4java

Hi,
I like to recursively extract high-res JPEGs from Nikon Raw Files (D7000, *.NEF). What is the syntax?
Thanks

BogdanH

Hi,

I think this should work:

exiftool -w DestDir\%f.jpg -b -r -JpgFromRaw -ext NEF rawDir

-I didn't tested this, try on smaller amount of files first.

Bogdan