init III
This commit is contained in:
15
Linux exiftool/RemoveExifError_SetDate.sh
Normal file
15
Linux exiftool/RemoveExifError_SetDate.sh
Normal file
@@ -0,0 +1,15 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Der erste Befehl entfernt Fehler in den Exif Daten
|
||||
# Der zweite schreibt das Erstellungsdatum eines Bildes
|
||||
|
||||
for I in `echo 14 16 17 18 19 20`
|
||||
do
|
||||
echo "################## Beginne $I"
|
||||
cd 2015-10-$I
|
||||
exiftool -all= -tagsfromfile @ -all:all -unsafe .
|
||||
exiftool -overwrite_original -F -DateTimeOriginal="2015:10:$I 13:00:00" .
|
||||
cd ..
|
||||
echo "################## Beendet $I"
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user