ist it possible to put an EXIF-Date into the filename?
I tested
Code: Select all
nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1Where ist the fault?
Code: Select all
nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1Not supported yet in NConvertxntest wrote:is it possible to put an EXIF-Date into the filename?
I testedbut nconvert 6.80 does not set variables and makes the output file: "Test___YYMMDD.jpg"Code: Select all
nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1