mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,5 Tsd.
aktive Profile

#raw

6 Beiträge6 Beteiligte0 Beiträge heute

How to batch convert Nikon RAW (.nef) files to JPGs on the Linux command line using darktable.

Step 1. Install Darktable

Step 2. Browser to the folder on the command line.

cd /browse/to/folder/

Step 3. Use the following command to batch convert NEF files to JPG.

find . -type f \( -iname "*.raw" -o -iname "*.nef" \) -exec sh -c 'darktable-cli {} ${0%.*}.jpg' {} \;

#Linux#Darktable#RAW

Good to know : you can open the new version of Panasonic/Lumix RW2 files with ART, a RawTherapee fork !
(the original RawTherapee has some issue with that Panasonic version of RW2)

It runs on Linux, it's free, it works smoothly and it's powerful (sorry about the quality of the pic below, file compression may be hard on the fedi)

All I got to do now is to get used to that new software.

#Photo #Raw #Linux #Bird