2017年6月17日土曜日

写真ファイルの撮影日時を変更したいとき

ツールのダウンロード
ExifTool by Phil Harvey


使い方
写真ファイルの撮影日時を変更する – sgryjp.log
http://sgry.jp/blog/2017/01/01/4002/

コマンドの使い方:

$ exiftool -alldates[+-]=DATETIME FILENAME [FILENAME..]  

例:

$ exiftool -alldates="2016-12-31 11:34:04" *.jpg  # 特定の日時に変更  $ exiftool -alldates+=1                    *.jpg  # 1時間だけ進める  $ exiftool -alldates-=1:2:3                *.jpg  # 1時間2分3秒だけ昔に戻す  $ exiftool -alldates+="1:2:3 4:5:6"        *.jpg  # 1年2ヶ月3日と4時間5分6秒だけ進める

0 件のコメント:

コメントを投稿