Skip to content

Commit

Permalink
fix(media): ignore MakerNotes offsets if possibly incorrect
Browse files Browse the repository at this point in the history
  • Loading branch information
streambinder committed Dec 7, 2024
1 parent 2a35ce6 commit 79cc754
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions media/apto/runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -180,9 +180,9 @@ while read -r fname <&3; do
final_fname="${final_fname/ /-}"

# perform the changes
exiftool -overwrite_original -trailer= -wm w \
exiftool -overwrite_original -m -trailer= -wm w \
-time:all="${final_exif_timestamp}" "${fname}" &&
exiftool -overwrite_original \
exiftool -overwrite_original -m \
-CreateDate="${final_exif_timestamp}" \
-DateTimeOriginal="${final_exif_timestamp}" \
-MediaCreateDate="${final_exif_timestamp}" \
Expand Down

0 comments on commit 79cc754

Please sign in to comment.