Skip to main content
cadanac
Participating Frequently
April 5, 2018
Question

GoPro highlights/chapters not showing up in Premiere

GoPro has a highlight feature ! that marks a specific point in the video so it's easier to find it later in editing. Problem is it's not showing up anywhere in Premiere. I've tried every version since CS5 to the latest CC.

The markers/highlights show up if I play the file with MPHC, and are shown as chapters. But Premiere doesnt seem to get them from the file. Is there a way to fix this?

7 commentaires

Participant
December 1, 2024

https://www.youtube.com/watch?v=8coOuoaaPqQ

 

Possibly a solution that might work for some people

cadanac
cadanacAuteur
Participating Frequently
May 13, 2019

Update a year later: neither gopro nor adobe have fixed this. Hilights are present in the files (HMMT) and can be read by other software (like mphc) but not by Premiere.

Now I have to learn programming to write myself a program to extract the hilights and then make them usable in Premiere. This is seriously annoying as hell.

Participant
January 26, 2023

Hi Cadanac!

Is there any progress on this issue? I'm suffering from this problem as well. 

yenaphe
Inspiring
May 15, 2018

After further talking with the GoPro software team in Paris, turns out that if you highlight during capture, the highlights will be in the correct metadata, but if you do it afterwards, it will be stored in Gopro own metadata track that is harder to extract to third party software.

Kevin-Monahan
Community Manager
Community Manager
May 14, 2018

Hi cadanac,

Find a way to work around this issue yet? Let us know.

Thanks,
Kevin

Kevin Monahan - Sr. Community and Engagement Strategist – Adobe Pro Video and Audio
Ann Bens
Community Expert
Community Expert
April 5, 2018

Dont think they were designed for other then the Gopro app.

yenaphe
Inspiring
April 5, 2018

They where not, but their metadata track schema is open: GitHub - gopro/gpmf-parser: Parser for GPMF™ formatted telemetry data used within GoPro® cameras. Highlights are in the udta, in the hmmt atom.

Alas, I'm not familiar with the -map_chapters parameter in ffmpeg, so I guess I'm beaten.

yenaphe
Inspiring
April 5, 2018

Ok, so i've been chatting with a GoPro engineer, and indeed, Highlight data is not stored as chapter data.

But they pointed me to a solution using ffmpeg. When remuxing the video through ffmpeg, ffpeg will convert highlights as chapter points.

Remuxing won't reencode your video file, so you won't have a quality loss, it will just rewrite the metadata.

Once ffmpeg is installed, you can use this command line: "ffmpeg -i "your_file.mp4" -codec copy "your_file_chapter.mp4"

It will create a new video file (a duplicate, so that's why you need to give it a new name) that you'll be able to import in Premiere Pro.

Try that on one video and tell us if it worked.

cadanac
cadanacAuteur
Participating Frequently
April 5, 2018

Doesnt seem to work. ffmpeg shows the chapters

Output #0, mp4, to 'test2.MP4':

  Metadata:

    major_brand     : mp41

    minor_version   : 538120216

    compatible_brands: mp41

    firmware        : HD5.02.02.51.00

    encoder         : Lavf57.83.100

    Chapter #0:0: start 1.067000, end 3.286000

    Chapter #0:1: start 3.286000, end 5.338000

    Chapter #0:2: start 5.338000, end 7.774000

    Chapter #0:3: start 7.774000, end 8.832000

But this info is not in Premiere (or I cant find it).

yenaphe
Inspiring
April 5, 2018

And what if you do the same thing but add the -map_chapters parameter in ffmpeg?

yenaphe
Inspiring
April 5, 2018

Hi,

My guess is that the way the Highlights are placed in the metadata is not standard to the way Premiere uses them to define chapter points.

Can you see your highlights in the metadata panel in Premiere?

cadanac
cadanacAuteur
Participating Frequently
April 5, 2018

There's no relevant info in the metadata. Cant see any chapters, markings or timecodes related to my markers.