• R/O
  • HTTP
  • SSH
  • HTTPS

restamp: Resumo do Repositório

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.


Recent Commits RSS

Rev. Hora Autor Mensagem
6c9bb4d 2022-02-01 08:08:35 haya4 master [maven-release-plugin] prepare for next development itera...
73a6976 2022-02-01 08:08:21 haya4 ReStamp-3.8.5 [maven-release-plugin] prepare release ReStamp-3.8.5
3440c79 2020-11-23 15:38:09 haya4 pom maven
9ac9049 2020-05-24 07:29:41 haya4 fixed
b9fd612 2020-05-23 10:55:14 haya4 Japanese README-ja.md
9ed6f25 2020-05-17 06:27:04 haya4 to english README.md
ed634fa 2020-05-16 22:34:48 haya4 [maven-release-plugin] prepare for next development itera...
7a05d25 2020-05-16 22:34:24 haya4 ReStamp-3.8.4 [maven-release-plugin] prepare release ReStamp-3.8.4
32fce9d 2020-05-16 22:34:04 haya4 v3.8.3
5aa0833 2020-05-16 22:26:17 haya4 [maven-release-plugin] prepare for next development itera...

Recently edited Tags

Nome Rev. Hora Autor
ReStamp-3.8.5 73a6976 2022-02-01 08:08:28 haya4
ReStamp-3.8.4 7a05d25 2020-05-16 22:34:35 haya4
ReStamp-3.8.3 1de06fb 2020-05-16 22:26:05 haya4
ReStamp-3.8.2 9d64675 2020-05-16 19:32:36 haya4
v3.8.1 c7c4eba 2020-05-16 05:46:29 haya4
v3.8 643eb31 2020-05-15 22:40:20 haya4
v3.7 4283bae 2020-05-11 23:06:30 haya4
v3.6 8332eb6 2020-05-10 23:39:48 haya4
v3.5 b82c3a4 2020-05-09 14:40:14 haya4
v3.4 944e3f8 2020-05-09 13:57:31 haya4
v3.3 f6c38ec 2020-05-07 21:58:10 haya4
v3.2 aea02c3 2020-05-07 08:31:54 haya4
v3.1 f883957 2020-05-06 22:25:00 haya4
3.0 62ab8b3 2020-01-26 19:57:32 haya4

Branches

Nome Rev. Hora Autor Mensagem
master 6c9bb4d 2022-02-01 08:08:35 haya4 [maven-release-plugin] prep...

README.md

ReStamp

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)


License

Setup

Download

Quick start

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.

See

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