Skip to main content

Questions tagged [gopro]

2 votes
1 answer
389 views

I use ffmpeg to overlay data on videos taken with a GoPro 13. I have a set of images taken in other software, which ffmpeg overlays onto the video. Everything worked fine with ffmpeg 6.1, but after ...
Sergey's user avatar
  • 21
4 votes
3 answers
758 views

I have footage from a GoPro and I want to merge all the videos in one big file for archiving. I use FFFmpeg for this and it works like a charm. I just cant get it working with footage where some ...
MADMap's user avatar
  • 149
2 votes
1 answer
210 views

Want to get FFmpeg 7.1 (macOS) to compress MP4 files produced by GoPro while copying the metadata streams, particularly the GPS data. It works to MOV output but not MP4 output. I would like to keep it ...
Jon Carlson's user avatar
0 votes
0 answers
829 views

Problem statement I was trying to fix that problem: FFmpeg messes up the original stream order of a.MP4 when running: ffmpeg -sseof -1 -i a.MP4 -map 0:v -map 0:a -map 0:3 -c copy -copy_unknown ...
Franck Dernoncourt's user avatar
3 votes
1 answer
158 views

I want to extract the last few seconds of a GoPro video losslessly with FFmpeg so that it keeps telemetry info and keeps the original stream order. A GoPro video has 4 streams, in that order: Stream ...
Franck Dernoncourt's user avatar
0 votes
1 answer
427 views

I want to concatenate two GoPro videos losslessly with that FFmpeg command: ffmpeg -safe 0 -f concat -i "list_videos.txt" -map 0:v -map 0:a -map 0:3 -copy_unknown -tag:2 gpmd -c copy "...
Franck Dernoncourt's user avatar
1 vote
1 answer
131 views

I want to concatenate two GoPro videos losslessly with that FFmpeg command: ffmpeg -safe 0 -f concat -i "list_videos.txt" -map 0:v -map 0:a -map 0:3 -copy_unknown -tag:2 gpmd -c copy "...
Franck Dernoncourt's user avatar
1 vote
0 answers
129 views

I'm a bit confused with this one. When setting an upload off on my GoPro Hero 11, my internet dies. As in, completely dies. My other devices report "Connected but no internet available". My ...
user1818822's user avatar
-2 votes
1 answer
216 views

Is there an easy way to get James Richardson's GoPro Dashboard Overlay tool to display total distance or average speed? I'm not figuring it out. The default render shown in the docs doesn't seem to ...
Shawn Eary's user avatar
0 votes
0 answers
111 views

Is there a way to merge gps data and original Go Pro 360 file format to a reframed exported version of the same—but MP4 (same time start/stop). I can use the GoPro to reframe. I can extract the ...
Scott Andreasen's user avatar
2 votes
2 answers
582 views

I have a 30-second 240fps video from my GoPro Hero10. Now I want to create a "slow-motion" out of it, which should be 1/4 speed. So the output would be 2 mins @ 60fps. (Sound should be ...
Jafix's user avatar
  • 23
-1 votes
1 answer
588 views

I connected my GoPro Hero 10 via USB to my Win10 laptop. There is a 512 GB SD card (~= 477 GiB) in the GoPro Hero 10. Windows Explorer shows that out of the 477 GiB, only 10.6 GiB are free (i.e, 477-...
Franck Dernoncourt's user avatar
0 votes
1 answer
3k views

I am trying to use OpenGopro to control my Hero 11 camera and get live video feed. I can achieve this over wifi but I need to control it over a long distance and avoid the wifi connections which is a ...
E Demers's user avatar
0 votes
1 answer
8k views

I have a bunch of MP4 files from a GoPro, which include streams of metadata like GPS information. Now unfortunately when I try to open these MP4 files in any browser (tried both Firefox and Chrome on ...
Matthias's user avatar
  • 191
2 votes
2 answers
1k views

One may losslessly concatenate two MP4 files using FFmpeg as follows: ffmpeg -safe 0 -f concat -i list.txt -c copy output.mp4 with list.txt: file 'C:\file1.mp4' file 'C:\file2.mp4' However, if the ...
Franck Dernoncourt's user avatar

15 30 50 per page