Output filename with date taken placeholders
Posted: Sun May 11, 2014 2:20 pm
Hi,
is it possible to add a few more placeholders to the -o option. I would like to rename the pictures while processing with the DateTake EXIF field. So would transform to if the picture was taken on 05/02/2014 at 14:11:02.
Maybe add a special char @ with a format bracket, i.e. @(YYYY-MM-DD\PHH_mm_ss).
Regards,
Matthias
is it possible to add a few more placeholders to the -o option. I would like to rename the pictures while processing with the DateTake EXIF field. So
Code: Select all
IMG_4711.JPG
Code: Select all
2014-05-02\P14_11_02.JPG
Maybe add a special char @ with a format bracket, i.e. @(YYYY-MM-DD\PHH_mm_ss).
Regards,
Matthias