Thank you all, Tobias, Patrick Jean-Luc, Roman.

I will try your tips. As of git master, I've never done it before, so I
will try carefully.



2015-10-05 19:24 GMT-03:00 Tobias Ellinghaus <h...@gmx.de>:

> 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
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Darktable-users mailing list
> Darktable-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/darktable-users
>
>


-- 
André Felipe
============================================
    New beginnings are often disguised as painful endings.

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

Reply via email to