Hello,
the photos of my smartphone have no EXIF-DateTaken.
I want to run a batch that:
-process files from "c:/photo"
-fetch the date from filename and write it into EXIF-DateTaken
-rename file with "filename<CreateDate"
-move the file to "c:/photo/%Y/%m/%Y%m%d_%H%M%S%%-c.%%le"
I have phrases for every single step, but don't know how to combine it.
Thanks for your help,
Tommes
Batch convert photos with no EXIF-DateTaken
Moderators: helmut, XnTriq, xnview
Re: Batch convert photos with no EXIF-DateTaken
currently there is no way to extract date from filename
Pierre.
Re: Batch convert photos with no EXIF-DateTaken
I found some phrase "-AllDates<filename"
My photos are named like "20201230_104500_test.jpg"
My photos are named like "20201230_104500_test.jpg"
Re: Batch convert photos with no EXIF-DateTaken
XnViewMp can sometimes use ExifTool but ExifTool is only an add-on here.
ExifTool standalone can provide a lot of wonderful tools, you should see www.exiftool.org ...
ExifTool standalone can provide a lot of wonderful tools, you should see www.exiftool.org ...
Catalogage avec XnviewMP :
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
https://orchisere.fr/logiciels/html/xnviewmpintro.htm
Tutoriel exiftool : https://orchisere.fr/logiciels/html/exiftool.htm
Re: Batch convert photos with no EXIF-DateTaken
...Thank you...michel038 wrote: Wed Dec 30, 2020 10:39 am XnViewMp can sometimes use ExifTool but ExifTool is only an add-on here.
ExifTool standalone can provide a lot of wonderful tools, you should see www.exiftool.org ...