• R/O
  • HTTP
  • SSH
  • HTTPS

Restamp-gui: Repository summary

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.
GUI version.


Recent Commits RSS

Rev. Time Author Message
8b11b10 2022-02-01 08:23:58 haya4 master [maven-release-plugin] prepare for next development itera...
cbf69f2 2022-02-01 08:23:43 haya4 [maven-release-plugin] prepare release v3.4
03dc4e7 2020-11-23 18:15:25 haya4 maven
8ec67cd 2020-05-18 23:02:51 haya4 fixed
cc84145 2020-05-18 22:56:35 haya4 README.md to English translate.
b7a2747 2020-05-17 00:06:44 haya4 [maven-release-plugin] prepare for next development itera...
10e8986 2020-05-17 00:06:18 haya4 [maven-release-plugin] prepare release v3.3
bb6df9e 2020-05-16 23:47:15 haya4 v
a048686 2020-05-07 22:38:07 haya4 [maven-release-plugin] prepare for next development itera...
6a955a7 2020-05-07 22:37:30 haya4 [maven-release-plugin] prepare release v3.2

Branches

Name Rev. Time Author Message
master 8b11b10 2022-02-01 08:23:58 haya4 [maven-release-plugin] prep...

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サイトに一括アップする手順のまとめ"
Show on old repository browser