Am Montag, 5. Oktober 2015, 19:40:00 schrieb Roman Lebedev:
> On Mon, Oct 5, 2015 at 3:29 PM, André Felipe Carvalho

[...]

> > 3) how to export a batch of photos in the command line ? Darktable-cli
> > seems to only accept one file at a time?
> 
> Yes, Darktable-cli is the way.

mkdir out
for i in *.CR2; do
  darktable-cli "$i" "$i.xmp" "out/\$(FILE_NAME).jpg"
done

Instead of $image.xmp you can also use the same XMP every time. No need to 
copy&paste anything.

> > Thank you in advance,
> > 
> > 
> > --
> > André Felipe
> 
> Roman.

Tobias

Attachment: signature.asc
Description: This is a digitally signed message part.

------------------------------------------------------------------------------
_______________________________________________
Darktable-users mailing list
Darktable-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/darktable-users

Reply via email to