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

Python Package install script #4

Closed Simske closed 4 years ago

Simske commented 4 years ago

This allows for installation of the script using pip, as well as calling the script from anywhere without specifying the location (as it gets installed into the PATH).

For this to cleanly work, I had to change the configuration file behaviour: instead of changing config.py a configfile has to be created with the paths to ffmpeg and ffprobe, if they are NOT in the path. Otherwise it should work out of the box. All this is documented in the README.

PS: Sorry about some unnecessary edits, my editor removed trailing whitespace.

juanmcasillas commented 4 years ago

Added