Date & Time stamp
Posted: Fri Aug 27, 2010 7:58 pm
Hello
I'm trying to add some "date & time" stamps on pictures through a batch file.
For now, I've the following batch, but I really don't know what to put instead of the ?????
I don't want to use the system date, I really need to get the date & time for each picture from the exifs data.
If someone can help me, that would be great !!
Regards
Az.
I'm trying to add some "date & time" stamps on pictures through a batch file.
For now, I've the following batch, but I really don't know what to put instead of the ?????
Code: Select all
nconvert -overwrite -text_font Arial 100 -text_flag bottom-right -text_color 255 0 0 -text "??????" *.jpg
If someone can help me, that would be great !!
Regards
Az.