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?
Moderators: XnTriq, helmut, xnview
Code: Select all
nconvert -o "Test___$EXIF:DateTaken[YYMMDD]" %1
Not supported yet in NConvert as stated in this recent post Adding Text: EXIF data? ...xntest 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