mac:exiftool
ExifTool
- インストール:ExifTool by Phil Harvey
- コマンド
- Exif データの表示:
exiftool [Path]
- 位置情報の削除:
exiftool -gps*= [Path]
あるいは
exiftool -geotag= [Path]
- 全ての Exif を削除してコピーファイルを作らない:
exiftool -all= -overwrite_original [Path]
- 撮影の日付時間を表示:
exiftool -DateTimeOriginal [Path]
- 撮影の日付時間を8時間昔に戻す(コピーファイルを作らない):
exiftool -DateTimeOriginal-=8 -overwrite_original [Path]
- 撮影の日付時間に基づいてファイル名を変更:
exiftool "-FileName<DateTimeOriginal" -d "%Y%m%d_%H%M%S.%%e" [Path]
- Create Date を表示:
exiftool -CreateDate [Path]
- Create Date に基づいてファイル名を変更:
exiftool "-FileName<CreateDate" -d "%Y%m%d_%H%M%S.%%e" [Path]
- 参考
mac/exiftool.txt · Last modified: 2024/11/27 15:23 (external edit)