OSDN Git Service

Created Home
authorhayashi <hayashi@localhost>
Sat, 23 May 2020 10:13:17 +0000 (19:13 +0900)
committerhayashi <hayashi@localhost>
Sat, 23 May 2020 10:13:17 +0000 (19:13 +0900)
Home.md [new file with mode: 0644]

diff --git a/Home.md b/Home.md
new file mode 100644 (file)
index 0000000..5f31256
--- /dev/null
+++ b/Home.md
@@ -0,0 +1,65 @@
+# ReStamp\r
+\r
+\r
+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.\r
+\r
+* Java application. (java 8 later)\r
+\r
+* Command line interface.\r
+\r
+* [Restamp wiki](http://surveyor.mydns.jp/gitbucket/yuu/Restamp/wiki) (Japanese wiki)\r
+\r
+-------------------------------------------------------------------\r
+\r
+## License\r
+\r
+* [MIT License](LICENSE.txt)\r
+\r
+\r
+## Setup\r
+\r
+* [Setup](http://surveyor.mydns.jp/gitbucket/yuu/Restamp/wiki/Setup)\r
+\r
+\r
+## Download\r
+\r
+* [Download](http://surveyor.mydns.jp/gitbucket/yuu/Restamp/wiki/Download)\r
+\r
+\r
+## Quick start\r
+\r
+Command line interface.\r
+\r
+How to start:\r
+\r
+* move to directory which download jar file.\r
+  ```\r
+  $ cd (ダウンロードしたJARファイルがあるディレクトリ)\r
+  ```\r
+\r
+* start command\r
+  ```\r
+  $ java  -jar ReStamp-xx.xx.jar <argv[0]> <argv[1]> <argv[2]> <argv[3]> <argv[4]>\r
+  ```\r
+ または\r
+  ```\r
+  $ java  -jar ReStamp-xx.xx.jar <argv[0]> <argv[1]> <argv[2]> <argv[3]> <argv[4]> <arg[5]>\r
+  ```\r
+\r
+* command paramerters\r
+\r
+| parameter | name    | discription |\r
+|:-------:|:----------|:------------|\r
+| argv[0] | imgDir    | source folder<br/>  exp.`./img/100MEDIA `|\r
+| argv[1] | baseFile1 | image file for base time 1 |\r
+| argv[2] | baseTime1 | base time1 "yyyy-MM-dd HH:mm:ss JST"<br/>exp. `2019-09-01 16:26:51 JST` |\r
+| argv[3] | baseFile2 | image file for base time 2 |\r
+| argv[4] | baseTime2 | base time 2 "yyyy-MM-dd HH:mm:ss JST"<br/>exp. `2019-09-01 16:26:51 JST`|\r
+| argv[5] | outputDir | (option)output folder.<br/>If omitted, overwrite the source image file. |\r
+\r
+\r
+----\r
+\r
+### See\r
+\r
+* [Qiita](https://qiita.com/yuuhayashi@github/items/cdf4ceb064d483f29a35)"タイムラプス動画から静止画を切り出して、位置情報をつけて、Mapillaryサイトに一括アップする手順のまとめ"
\ No newline at end of file