m3 / html5video /
@HIROSE Yuuji HIROSE Yuuji authored on 5 Jan 2020
..
2019_07_29-Yawata.gpx Incorporate HTML5Video test module to this 6 years ago
README.md Incorporate HTML5Video test module to this 6 years ago
index.html Incorporate HTML5Video test module to this 6 years ago
kamo.mp4 Incorporate HTML5Video test module to this 6 years ago
kamo.webm Incorporate HTML5Video test module to this 6 years ago
movplay.js periodic commit 6 years ago
README.md

動画とマップの同期

時計が正確なことを前提とし、

  1. 屋外で移動する様子を撮った動画を用意する
  2. 同時に移動を記録したGPXログファイルを用意する
  3. このスクリプトでGPXを専用JSONに変換する
  4. videoとmap用のdivを用意し、再生と地図表示をHTMLに記述する
  5. ブラウザで見て再生ボタン

のようにすると、再生時刻に応じた地点にマーカが移動するようなものを
作りたい。これから。