Page 1 of 1

EXIF-Date in output filename

Posted: Sat Dec 19, 2015 3:22 pm
by xntest
Hello,

ist it possible to put an EXIF-Date into the filename?


I tested

Code: Select all

nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1
but nconvert 6.80 does not set variables and makes the outputfile: "Test___YYMMDD.jpg"

Where ist the fault?

Re: EXIF-Date in output filename

Posted: Sat Dec 19, 2015 3:36 pm
by cday
xntest wrote:is it possible to put an EXIF-Date into the filename?

I tested

Code: Select all

nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1
but nconvert 6.80 does not set variables and makes the output file: "Test___YYMMDD.jpg"
Not supported yet in NConvert :( as stated in this recent post Adding Text: EXIF data? ...