https://github.com/buma/gpsoverlay
Adds GPS data overlay to video
https://github.com/buma/gpsoverlay
gps-data python video video-editing video-processing
Last synced: about 1 year ago
JSON representation
Adds GPS data overlay to video
- Host: GitHub
- URL: https://github.com/buma/gpsoverlay
- Owner: buma
- License: bsd-3-clause
- Created: 2018-10-18T11:29:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-10-19T10:07:04.000Z (over 7 years ago)
- Last Synced: 2025-04-13T19:17:42.475Z (about 1 year ago)
- Topics: gps-data, python, video, video-editing, video-processing
- Language: Python
- Size: 1.28 MB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
GPS Data overlay for image sequences and videos
===============================
version number: 0.0.4
author: Marko Burjek
Overview
--------
A python package that can be installed with pip.
It can add data overlays to sequence of images or video. Similar to Garmin Virb editor.
It needs GPX file video/image sequence and time offset from imageSequence times and GPX file.
Those can be:
- text speed/slope/elevation/date time/heart rate
- chart speed/slope/elevation/heart rate
- Gauges made from SVG for speed/slope/elevation/heart rate
- map OpenStreetmap of current location map is rendered locally so postgresql, mapnik and render style
It is also possible to create full video with this:
- list of images + titles makes a slideshow clip with fade transitions between them
- Start/end titles etc.
It is currently little hard to configure since I haven't found good way to configure it
Installation / Usage
--------------------
To install use pip:
$ pip install GPSOverlay
Or clone the repo:
$ git clone https://github.com/buma/GPSOverlay.git
$ python setup.py install
Contributing
------------
TBD
Example
-------
Examples are in example subfolder:


