Releases: destroyedlolo/GPMFMetersGenerator
Releases · destroyedlolo/GPMFMetersGenerator
4.06 - Add time when generating GPX
This small update eases the inclusion of generated GPX into a global GPX path, especially to make stories.
v4.05
Add slope grade + smooth speed.
Story can be generated from video only
Merge pull request #57 from destroyedlolo/Experimental Add story generation from video only
3.05 stable release
- add stories
- add hiking figures
- bug fixes and improvements ...
GPMFMetersGenerator v2.03
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
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.