Datum van foto aanpassen.

Status
Niet open voor verdere reacties.

petje11

Terugkerende gebruiker
Lid geworden
1 mrt 2002
Berichten
2.920
Hallo allemaal,

Ik zoek een programma waarmee ik de naam van de foto kan aanpassen aan de hand van de datum en tijd waarop die foto is genomen.
Dan bedoel ik niet de datum die windows geeft aan het bestand wanneer je het opslaat. Maar de datum en tijd die te vinden zijn in de eigenschappen van de betreffende foto.

Het zou ook handig zijn als ik die datum en tijd in de eigenschappen ook kan aanpassen.

Dit omdat ik de vakantiefoto's, die gemaakt zijn op 4 verschillende apparaten, chronologisch wil samenvoegen in een dia show. 1 van de apparaten stond niet goed ingesteld voor wat betreft de tijd.

Om dit met de hand te doen is geen beginnen aan. Het zijn ruim 500 foto's.

Alvast bedankt.
 
Wellicht helpt dit tooltje: http://www.sno.phy.queensu.ca/~phil/exiftool/

Have you ever forgotten to set the date/time on your digital camera before taking a bunch of pictures? ExifTool has a time shift feature that makes it easy to apply a batch fix to the timestamps of the images (ie. change the "Date Picture Taken" reported by Windows Explorer). Say for example that your camera clock was reset to 2000:01:01 00:00:00 when you put in a new battery at 2005:11:03 10:48:00. Then all of the pictures you took subsequently have timestamps that are wrong by 5 years, 10 months, 2 days, 10 hours and 48 minutes. To fix this, put all of the images in the same directory ("DIR") and run exiftool:
Code:
exiftool "-DateTimeOriginal+=5:10:2 10:48:0" DIR
The example above changes only the DateTimeOriginal tag, but any writable date or time tag can be shifted, and multiple tags may be written with a single command line. Commonly, in JPEG images, the DateTimeOriginal, CreateDate and ModifyDate values must all be changed. For convenience, a shortcut tag called AllDates has been defined to represent these three tags. So, for example, if you forgot to set your camera clock back 1 hour at the end of daylight savings time in the fall, you can fix the images with:
Code:
exiftool -AllDates-=1 DIR
See Image::ExifTool::Shift.pl (download in PDF format) for details about the syntax of the time shift string.
http://www.sno.phy.queensu.ca/~phil/exiftool/#shift

Een alternatief schijnt volgens mij IrfanView te zijn, deze zou ook EXIF-data kunnen bewerken
 
Bedankt. Het is gelukt met irfanview.
Ik wist niet dat dat EXIF heet. Dus dan vind je het niet. Irfanview gebruik ik al jaren.
:thumb::thumb::thumb:
 
Status
Niet open voor verdere reacties.
Steun Ons

Nieuwste berichten

Terug
Bovenaan Onderaan