Animate your Strava data using QGIS
ฝัง
- เผยแพร่เมื่อ 11 ธ.ค. 2024
- This video shows how you can take a gpx file from Strava and use it to create an animated route map in QGIS - and then patch together the frames into a video file using FFMPEG. You can also create animated lines using the MMQGIS plugin. I have used that method too, but the method I describe here will give you a bit more control.
Great Britain terrain layer: automaticknowl...
Global terrain from NASA: dwtkns.com/srt... (you'll need an account to download it, but it's free data)
How to install and use ffmpeg: www.statsmapsnp...
The ffmpeg command I used on my Windows machine to create a 10 frames per second animation of my route: ffmpeg -r 10 -i %04d.png -c:v libx264 -s 1920x1080 -r 30 -pix_fmt yuv420p strava-10fps.mp4
See my intro and intermediate QGIS courses for more: www.udemy.com/...