juanmcasillas / gopro2gpx

Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
GNU General Public License v3.0
181 stars 50 forks source link

Fix elevation in kml output #1

Closed tris closed 5 years ago

tris commented 5 years ago

Fix a typo that was causing the track to appear as a ground track in Google Earth. (Permitted altitudeModes are documented here.)

juanmcasillas commented 5 years ago

Merged!