Questions tagged [gopro]
39 questions
21
votes
3 answers
Can I transfer files from to GoPro 3 to my PC over Wifi?
There's an android / IOS app which connects to the GoPro3's WiFi to let you change settings, preview, and function the camera -- but it doesn't allow you to transfer the files. (Also I want to transfer them to my pc)
Is there an application for…
Dean Rather
- 2,717
11
votes
5 answers
Copy files from GoPro over USB on Linux
I'm having a problem to copy files from GoPro over standard USB connection.
I can copy tons of photos without any problem, but the connections break when I copy large (800Mb+) video files.
In my system (Ubuntu 14.10), the GoPro is mounted using…
Leszek
- 451
8
votes
4 answers
Connecting to the GoPro Wi-Fi network through a router
I have a GoPro Hero3+ camera, and I want to stream it to my PC. Looking online there are many guides to doing just that, but they all require me to be on the same Wi-Fi network as the GoPro itself.
My PC doesn't have a Wi-Fi; it's connected to a…
Eldad Mor
- 131
5
votes
3 answers
Is it possible to use the GoPro camera when it is connected to a pc/notebook with a USB Cable?
I have Hero3+ Black Edition.
For now I cannot shoot or even configure the camera when it is connected to a notebook with
a USB Cable.
When I connect my camera to a notebook with a USB Cable, a charging battery icon and a USB icon appear on a camera…
Green
- 687
4
votes
1 answer
Seting up IPTables to forward multiple GoPro cameras
I have an interesting problem that involves multiple GoPro cameras. Basically, I need to have the ability to communicate with multiple GoPro cameras via a single network. The challenge is that the cameras operate as a WiFi access point and all have…
Thomas M
- 143
3
votes
4 answers
How/where does a GoPro camera store HiLight tags?
My Question in a Nutshell
How/where does a GoPro camera store HiLight tags?
Where I have Looked for the HiLight Tags
I have already tried to find the created tags in the following locations – to no avail:
I have had a look at the MP4 tags and…
Chriki
- 320
3
votes
1 answer
How can I extract the last few seconds of a GoPro video losslessly with FFmpeg so that it keeps telemetry info and keeps the original stream order?
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 #0:0[0x1](eng): Video
Stream #0:1[0x2](eng):…
Franck Dernoncourt
- 24,246
- 64
- 231
- 400
3
votes
3 answers
Copy all metadata (file and video) and non-video streams from one video to another
This is somewhat similar to this question, but a bit more complex. Using ffmpeg to copy metadata from one file to another
I have two videos.
Video 1 - original from camera with streams and metadata we need
Video 2 - retouched from After Effects…
ESB
- 31
- 1
- 4
2
votes
1 answer
Why doesn't FFmpeg 7.1 on macOS want to copy GoPro data streams back to MP4?
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 as MP4 for maximum compatibility. It seems to…
Jon Carlson
- 73
2
votes
2 answers
convert 30sec 240 fps video to 2min 60fps video using ffmpeg
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 converted, too - i know this makes this low pitch, that's…
Jafix
- 23
2
votes
2 answers
How can I losslessly concatenate two MP4 files and keep the telemetry information (GoPro GPMF) using FFmpeg?
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 input files C:\file1.mp4 and C:\file2.mp4 have…
Franck Dernoncourt
- 24,246
- 64
- 231
- 400
2
votes
1 answer
Where are GoPro Highlight Tags stored?
I want to extract the (manually set) highlights from my GoPro-footage (HERO6-Black).
I want to do this to mark the highlights on vacation and can use them to edit in Premiere Pro later.
I found that the Highlights are stored in the mp4-file. So a…
icegoogles
- 51
2
votes
1 answer
Move files to a folder named by part of their filename
I have files from a GoPro Fusion camera
that represent images and movies.
The filenames look like
GP (for “GoPro”)
(two more letters of no particular significance)
(a series of digits; maybe four or six…
Florian Frey
- 23
1
vote
1 answer
Output of lsusb -v for GoPro / Sony AS-30
Someone here who has Linux knowledge and a GoPro / Sony Action camera (like AS-30) who can help me with the output of running lsusb with the camera connected via USB to the computer:
lsusb -d : -v
I am interested just in the…
Boggio
- 158
1
vote
1 answer
FFmpeg error "Tag gpmd incompatible with output codec id '0'" when concatenating trimmed GoPro videos: how to fix it?
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 "ab.mp4"
with list_videos.txt containing:
file 'a.MP4'
file…
Franck Dernoncourt
- 24,246
- 64
- 231
- 400