@haya4 haya4 authored on 24 Dec 2022
src maven 3 years ago
.gitignore maven 3 years ago
LICENSE.txt maven 3 years ago
README.md maven 3 years ago
pom.xml [maven-release-plugin] prepare for next development iteration 1 year ago
README.md

ReStamp-gui

This is a tool for collectively rewriting the file update time of still image files when extracting still images at regular time intervals from time-lapse movies.

  • Java application. (java 8 later)

  • GUI : Graphical user interface.

  • ReStamp-gui wiki (Japanese wiki)


License

Setup

Download

Quick start

How to start:

  • move to directory which download jar file.

    $ cd (ダウンロードしたJARファイルがあるディレクトリ)
  • start command

    $ java  -jar ReStamp-xx.xx.jar <argv[0]> <argv[1]> <argv[2]> <argv[3]> <argv[4]>

    または

    $ java  -jar ReStamp-xx.xx.jar <argv[0]> <argv[1]> <argv[2]> <argv[3]> <argv[4]> <arg[5]>
  • command paramerters

parameter name discription
argv[0] imgDir source folder
exp../img/100MEDIA
argv[1] baseFile1 image file for base time 1
argv[2] baseTime1 base time1 "yyyy-MM-dd HH:mm:ss JST"
exp. 2019-09-01 16:26:51 JST
argv[3] baseFile2 image file for base time 2
argv[4] baseTime2 base time 2 "yyyy-MM-dd HH:mm:ss JST"
exp. 2019-09-01 16:26:51 JST
argv[5] outputDir (option)output folder.
If omitted, overwrite the source image file.

See

  • Qiita"タイムラプス動画から静止画を切り出して、位置情報をつけて、Mapillaryサイトに一括アップする手順のまとめ"