Skip to content

Releases: destroyedlolo/GPMFMetersGenerator

4.06 - Add time when generating GPX

07 Apr 17:23
8a3f48c
Compare
Choose a tag to compare

This small update eases the inclusion of generated GPX into a global GPX path, especially to make stories.

v4.05

03 Jun 13:23
fdb3408
Compare
Choose a tag to compare

Add slope grade + smooth speed.

Story can be generated from video only

21 Mar 21:14
7eafb8d
Compare
Choose a tag to compare
Merge pull request #57 from destroyedlolo/Experimental

Add  story generation from video only

3.05 stable release

21 Feb 11:03
1286722
Compare
Choose a tag to compare
  • add stories
  • add hiking figures
  • bug fixes and improvements ...

GPMFMetersGenerator v2.03

25 May 22:06
ce3316a
Compare
Choose a tag to compare

V2.xx final version

  • code fully migrated to C++ (easier to manage)
    
  • Multipart (chaptered) videos handled automatically
    
  • handle AVC encoded videos as well
    

GPMFMetersGenerator v1.03

05 May 13:06
a28d62d
Compare
Choose a tag to compare

This v1.03 version is the last stable version compatible with non-GLibC systems.

Further versions handle timestamp in GPX file as well as within GPMF stream using the GPSU tag : to parse and synchronize timestamps, they are relaying on functions which are not part of POSIX and a GLibC extension.

Workarounds are obviously possible but I choose the laziest solution as GPMFMetersGenerator is mostly a geek solution and I don't see large user audience w/o GLibC. Obviously, contributions are welcome.