• Change modification date & time stamp of file from exif tag

    Nachdem ich ein Photo "nachbearbeitet" und unter einem anderem Dateinamen gespeichert habe, kann das Creation-Date der neuen Datei mit den folgenden Befehlen des exifTools auf das Datum zurücksetzt werden, an dem das Photo gemacht wurde:

    Kopieren der exif-Informationen der Quelldatei auf die neue Datei

    exiftool -TagsFromFile 'originalFileName.jpg' 'newFilename.jpg'

     

    Setzen des Modifikations-Datums der neuen Datei anhand der exif-Informationen aus der Datei

    exiftool "-FileModifyDate<DateTimeOriginal" 'newFilename.jpg'
We use cookies

We use cookies on our website. Some of them are essential for the operation of the site, while others help us to improve this site and the user experience (tracking cookies). You can decide for yourself whether you want to allow cookies or not. Please note that if you reject them, you may not be able to use all the functionalities of the site.