EXIF-Date in output filename
Posted: Sat Dec 19, 2015 3:22 pm
Hello,
ist it possible to put an EXIF-Date into the filename?
I tested
but nconvert 6.80 does not set variables and makes the outputfile: "Test___YYMMDD.jpg"
Where ist the fault?
ist it possible to put an EXIF-Date into the filename?
I tested
Code: Select all
nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1
Where ist the fault?