Skip to content

Releases: jenslar/geoelan

v2.7

17 Oct 08:34
Compare
Choose a tag to compare

GeoELAN v2.7

  • NEW [GOPRO]: determining whether GoPro files are high/low resolution (.MP4 or .LRV) no longer depends on file extension, only video resolution, i.e. you can rename LRV-files to .mp4 and GeoELAN will still correctly identify these as low resolution variants.
  • NEW [GOPRO] plot: removed filtering plots on GPS satellite lock level and dilution of position (see below)
  • NEW [GOPRO] plot: added satellite lock level/GPS fix as plot option (use -y fix or --y-axis gpsfix)
  • NEW [GOPRO] plot: GPS dilution of precision can now be plotted (use -y dop or --y-axis dilution)
  • NEW: [GOPRO] cam2eaf: Specify threshold for dilution of position (--gpsdop).
  • CHANGE inspect: --offsets is no longer connected to --gpmf and can be used for any video (MP4, LRV, GLV, MOV), but requires specifying track name (string) or id (positive integer). Run inspect first to get a list of these.
  • FIX [GOPRO] Fixed GPMF timing errors when merging GoPro MP4-clips that caused timespan overlaps in generated ELAN annotations.
  • Bumped updated crates gpmf-rs, eaf-rs, mp4iter
  • Various internal changes

v2.6

22 Jul 16:58
Compare
Choose a tag to compare
  • plot: Plot data for the entire session (use --session) for both GoPro and VIRB (sensor data, altitude etc), axis titles added, internal fixes.
  • cam2eaf: --batch flag added, allowing batch processing of of all recording sessions in --indir.
  • General: Fixed stalling on older MP4 files and not finding GPMF offsets for Hero 5, and many other internal fixes.

v2.5

06 Jun 07:29
Compare
Choose a tag to compare
  • gopro2eaf and virb2eaf combined into cam2eaf
  • Simple plot command added, e.g. geoelan plot --gpmf GL010043.LRV -y acc. Very rudimentary right now.
  • Better grouping and sorting of GoPro clips, independent of filename (gpmf-rs)
  • Many under the hood changes, such as moving crates for parsing GPMF, FIT etc into their own repos

Precompiled binaries for macOS (Apple silicon, x86), and Windows (x86) are in [bin](https://github.com/jenslar/geoelan/tree/main/bin)