Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Parse the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file.
| Date | Stars |
|---|---|
| 2026-07-24 | 251 |
| 2026-07-25 | 251 |
| 2026-07-28 | 251 |
| 2026-07-30 | 251 |
| 2026-08-06 | 251 |
Today
— stars today
This week
— stars this week
This month
— stars this month
Momentum
0.0
growth rate 0.00%/day
# Updates * Added support for CSV export format. Now it's created along the gpx and kml formats. * Added support for Gopro13 (labels: `'CSCM', 'PRJT', 'LOGS', 'GPS '`). * Fixed the non-unicode fourCC labels with `ERRU` label (empty). * Added support for 18Hz resolution in `GPS5` fourCC, to fix (#PR23,#PR17)[https://github.com/juanmcasillas/gopro2gpx/pull/24]. Thanks to (JimmyS83)[https://github.com/JimmyS83] for spot the problem. * Fixed a new problem with the version strings, thanks to (hdnh2006)[https://github.com/hdnh2006]. * Fixed a problem in stream['id'] using stream['index'] instead. Thanks to (hdnh2006)[https://github.com/hdnh2006] for spot the problem. * Added support for "new" and "old" version strings for `ffmpeg`: * GUI interface created with the Tkinter library is included. Version in English and Spanish language * Added icon for Windows executable * File "instalador.spec" was added with instructions to create the executable for windows through pyinstaller. * File config.py, gopro2gpx.py, gpshelper.py was updated to ensure the functionality of the Windows executable ```python # # manage old format, and new formats here. Examples # # ffmpeg version N-109745-g7d49fef8b4 Copyright (c) 2000-2023 the FFmpeg developers # Version(major=4, medium=109745, minor=0) # ffmpeg version N-109674-gc0bc804e55-20230127 Copyright (c) 2000-2023 the FFmpeg developers # Version(major=109674, medium='gc0bc804e55', minor=20230127) # ffmpeg version 2023-01-25-git-2c3107c3e9-essentials_build-www.gyan.dev Copyright (c) 2000-2023 the FFmpeg developers # Version(major=2023, medium=1, minor=25) # ffmpeg version 4.3.1 Copyright (c) 2000-2020 the FFmpeg developers # Version(major=4, medium=3, minor=1) # ffmpeg version 2.1.3 Copyright (c) 2000-2020 the FFmpeg developers # Version(major=2, medium=1, minor=3) ``` * Added support for legacy versions of ffmpeg. If ffmpeg version is lower than 4.4 use the standard output format; else, uses the json format (contributed by [alycda](https://github.com/juanmcasillas/gopro2gpx/issues/13#issuecomment-832080667)). * Fixed regexp to support new formats (contributed by [sbwilli3](https://github.com/juanmcasillas/gopro2gpx/issues/13#issuecomment-1136660302)) * Added label 'FSKP' (contributed by [designer2k2](https://github.com/juanmcasillas/gopro2gpx/issues/20#issue-942464545)) # About gopro2gpx Python script that parses the gpmd stream for GOPRO moov track (MP4) and extract the GPS info into a GPX (and kml) file. Tested on a GoPro7, but it should work on any camera above the GoPro5. Tested on Windows7 and MacOS Sierra. I always like to print some additional info overlaying my action videos. These overlays will show data about speed, elevation, gps info, and so on. I started a project wrotten on python 2.7 that works fine. gets a `gpx` track file, a `mp4` file and some configuration, and builds an overlay with the data: * [Python Overlay 1.0](https://www.youtube.com/watch?v=Fg8Sf4fPCwY) * [Python Overlay 2.0](https://www.youtube.com/watch?v=SGQ2KWcBtwY) Recently, I bought a Gopro7 black, that supports GPS inside the camera. Gopro's [Quik](https://es.shop.gopro.com/softwareandapp/quik-%7C-desktop/Quik-Desktop.html) allows you to process the metadata stored along the videos, and show it as an overlay. I want to extract the data from the `MP4` file, so I start to read about in the web. The data is stored in a format called **GPMF*, you can get all the info in this repo [https://github.com/gopro/gpmf-parser](https://github.com/gopro/gpmf-parser). Also, there are some implementations in **go**. Check this repo [https://github.com/stilldavid/gopro-utils/](https://github.com/stilldavid/gopro-utils/). My idea is process the file in python, extract the data, and build a file in a known format. I generate *kml* and *gpx*. # Dependencies * [Python3](https://www.python.org/download/releases/3.0/) * [FFmpeg and FFprobe binaries](https://www.ffmpeg.org/download.html) * Valid MP4 with GPS data inside. Record som
Excerpt of 12,664 characters
Read on GitHubWould you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b1cf3c9d301ab4f4, topic:telemetry