GOPRO Camera File Renaming

Bulk Rename Utility How-To's

GOPRO Camera File Renaming

Postby Admin » Tue May 04, 2021 8:12 am

To rename GOPRO files and bring the file numbers at the front of the file name:

GH010727.MP4 to 0727-01.MP4
GH010728.MP4 to 0728-01.MP4
GH010729.MP4 to 0729-01.MP4
GH010730.MP4 to 0730-01.MP4
GH010731.MP4 to 0731-01.MP4

Info on GOPRO renaming scheme:
https://community.gopro.com/t5/en/GoPro-Camera-File-Naming-Convention/ta-p/390220

Chaptered Video
GHzzxxxx.mp4
GXzzxxxx.mp4
“H” = AVC encoding
“X” = HEVC encoding
‘xxxx’ = file number
‘zz’ = chapter number

In BRU you can use:

RegEx (1)
Match: (.*)([0-9]{2})([0-9]{4})
Replace: \3-\2

Select files you wish to rename, preview and rename.
Admin
Site Admin
 
Posts: 2343
Joined: Tue Mar 08, 2005 8:39 pm

Return to How-To