src | 3 years ago | ||
.gitignore | 3 years ago | ||
LICENSE.txt | 3 years ago | ||
README-ja.md | 3 years ago | ||
README.md | 3 years ago | ||
pom.xml | 2 years ago |
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)
Command line interface.
Restamp wiki (Japanese wiki)
Command line interface.
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. |