GoPro Dashboard Overlay

Описание к видео GoPro Dashboard Overlay

How to use gopro-dashboard-overlay to add Speed, Distance and Map overlays to your GoPro adventure videos. You must have GoPro GPS turned on during recording.

The primary documentation you will need is at:
https://github.com/time4tea/gopro-das...
https://blog.cubieserver.de/2022/crea...

I had several glitches while making this demo video. I think my final render command was:
venv/bin/gopro-dashboard.py --generate overlay --profile overlay --overlay-size 1920x1080 --layout-xml layout.xml ./gpx-main.MP4 ./masterOverlay.webm

I think my final ffmpeg-profiles.json file was:
{
"overlay": {
"input": [],
"output": ["-vcodec", "vp9", "-pix_fmt", "yuva420p"]
}
}

I think my final XML layout file (myLayout.xml) can be downloaded from here:
https://github.com/shawn-eary/MM/blob...

I apologize if I missed anyone at the end credits in this video. I had numerous hiccups during production and I had a self-imposed soft deadline for this tutorial. Many thanks to James Richardson (https://github.com/time4tea) for creating this amazing tool and to Jack Henschel (https://blog.cubieserver.de/) for his highly useful blog on the topic.

Комментарии

Информация по комментариям в разработке