EXIF-Date in output filename

Discussions on NConvert - the command line tool for image conversion and manipulation

Moderators: XnTriq, helmut, xnview

Post Reply
xntest
Posts: 40
Joined: Mon Feb 26, 2007 11:07 pm

EXIF-Date in output filename

Post 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?
Chris
cday
XnThusiast
Posts: 3976
Joined: Sun Apr 29, 2012 9:45 am
Location: Cheltenham, U.K.

Re: EXIF-Date in output filename

Post 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? ...
Post Reply