Skip to the content.

Larger Chapter Support

GoPro cameras normally split long recordings into 4GB segments, we call these chapters. These 4GB (32-bit) MP4 files are the most compatible, yet larger 64-bit MP4 files are becoming more common. If you have an SD Card that is at least 64GBytes, you can increase your chapter size to 12GB with this control below.



GoProQR:
Large Chapters



Share this QR Code as a URL:

Warning: Larger chapters may not work everywhere in the ecosystem, even the HERO8 an HERO9 cameras will not playback or USB transfer files larger than 4GB in this current firmware. Yet the files are valid and accessible using a SD Card reader, and have been tested to work in many tools. So this one of the more experimental features, so please test before committing to this new workflow. Support for HERO8, HERO9, HERO10 and MAX cameras.

Known Issue: Larger chapters will not be enabled when using QuikCapture. QuikCapture starts recording before the Labs service starts, resulting in perfectly fine, but only 4GB chapters.

Compatibility: Labs enabled HERO8, HERO9, HERO10, MAX and BONES (Standard on HERO11/12)

Optional: Joining Chapters After Capture

Whether you are using the larger chapter feature or not, you may still end up with more than one file for very long video captures. Tools like ReelSteady can only operate one file at a time, so here is a solution for merging chapters so that they operate as a valid GoPro MP4 of any length, with all the needed metadata.

Easy Solution:

Try ReelSteady-Joiner

Techie Solution:

Steps involved:

ffmpeg -y -f concat -i your_path_to/filelist.txt -c copy -map 0:0 -map 0:1 -map 0:3 your_output_path/final.mp4

udtacopy your_path_to/the_first_GoPro_file.MP4 your_output_path/final.mp4

The resulting final.mp4 will be a complete GoPro file will all required metadata.

.360 support changes

ffmpeg -y -f concat -i your_path_to/filelist.txt -c copy -map 0:0 -map 0:1 -map 0:3 -map 0:5 your_output_path/final.mp4

udtacopy your_path_to/the_first_GoPro_file.360 your_output_path/final.mp4

rename your_output_path/final.mp4 your_output_path/final.360

The resulting final.360 will be a complete GoPro file will all required metadata.

ver 1.11

updated: Sept 14, 2022

More features for Labs enabled cameras