Does Resolve 17 keep foreign meta data?

Get answers to your questions about color grading, editing and finishing with DaVinci Resolve.
  • Author
  • Message
Offline

fishtop

  • Posts: 32
  • Joined: Mon Dec 09, 2019 4:21 am
  • Real Name: Pat Farrell

Does Resolve 17 keep foreign meta data?

PostWed Apr 28, 2021 4:13 pm

I've got a new GoPro 9. I'm trying various gauge rendering packages that use the GPS/GPX data from the video to show speed, track, grade, etc.

The recent GoPro put the GPS/GPX data in the MP4 as local metadata.

I'd like to do a basic Color pass on the video before processing it with RaceRender or other tool,
so that I can get the color, exposure, sharpening, etc. close to correct before adding in the gauges. If I let the overlay tool put in the gauges first, then when I color correct, it adjusts the gauges too and they look inconsistent.

What I've love is to put a pass thru Resolve, export it, and then add the gauges. I would then render that, and do a second pass with Resolve to make it prefect.

This would only be possible if Resolve would export the GoPro metadata untouched and in same frame as it was in the original video clip.

Is this possible?
Offline

Jim Simon

  • Posts: 36099
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Does Resolve 17 keep foreign meta data?

PostWed Apr 28, 2021 4:26 pm

Try it. Then you'll know. ;)
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline

peterjackson

  • Posts: 1182
  • Joined: Sat Aug 18, 2018 7:12 pm
  • Real Name: Peter Jackson

Re: Does Resolve 17 keep foreign meta data?

PostWed Apr 28, 2021 5:58 pm

No, but you can always use FFMPEG to copy it from input to output file.
5950x, 3090, 128GB.
Offline

fishtop

  • Posts: 32
  • Joined: Mon Dec 09, 2019 4:21 am
  • Real Name: Pat Farrell

Re: Does Resolve 17 keep foreign meta data?

PostWed Apr 28, 2021 6:14 pm

peterjackson wrote:No, but you can always use FFMPEG to copy it from input to output file.

I'm not following you here. If I process the original video (Version1) thru RaceRender or other tool, I get a merged modified file (Version2) with the original video plus the overlay. But doing it in this order means that the colors of the gauges are fixed.

I have used FFMPEG to merge video files, and do other sorts of utility functions.

If I use Resolve on the original and color grade it, and lose the metadata, there is no metadata for the overlay program.
Offline

fishtop

  • Posts: 32
  • Joined: Mon Dec 09, 2019 4:21 am
  • Real Name: Pat Farrell

Re: Does Resolve 17 keep foreign meta data?

PostWed Apr 28, 2021 7:38 pm

Jim Simon wrote:Try it. Then you'll know.


Well I tried it. In my testing, Resolve stripped out the foreign meta data.

This means that the default Resolve settings remove it. My testing does not mean that there isn't some option or switch that will make it keep it. But unless I can find it, I have to assume that it will always throw away the GPS metadata
Offline

Jim Simon

  • Posts: 36099
  • Joined: Fri Dec 23, 2016 1:47 am

Re: Does Resolve 17 keep foreign meta data?

PostThu Apr 29, 2021 10:56 pm

I'm not aware of any user options for that, so Peter's work around might be best.
My Biases:

You NEED training.
You NEED a desktop.
You NEED a calibrated (non-computer) display.
Offline
User avatar

Igor Riđanović

  • Posts: 1656
  • Joined: Thu Jul 02, 2015 5:11 am
  • Location: Los Angeles, Calif.

Re: Does Resolve 17 keep foreign meta data?

PostFri Apr 30, 2021 7:44 am

You could try Exiftool to read and write metadata.
www.metafide.com - DaVinci Resolve™ Apps
Offline

peterjackson

  • Posts: 1182
  • Joined: Sat Aug 18, 2018 7:12 pm
  • Real Name: Peter Jackson

Re: Does Resolve 17 keep foreign meta data?

PostFri Apr 30, 2021 9:48 am

https://superuser.com/questions/996223/ ... to-another

Code: Select all
ffmpeg -i in0.mkv -i in1.mkv -map 1 -c copy \
# copies all global metadata from in0.mkv to out.mkv 
-map_metadata 0 \
# copies video stream metadata from in0.mkv to out.mkv
-map_metadata:s:v 0:s:v \
# copies audio stream metadata from in0.mkv to out.mkv
-map_metadata:s:a 0:s:a \
out.mkv
5950x, 3090, 128GB.
Offline

fishtop

  • Posts: 32
  • Joined: Mon Dec 09, 2019 4:21 am
  • Real Name: Pat Farrell

Re: Does Resolve 17 keep foreign meta data?

PostSun May 02, 2021 8:05 pm

Thanks, but of course, using ffmpeg to separate out the metadata is going to make the challenge of keeping the GPS data and video in sync worse.

What I specifically want to do is keep them together, but be able to do color grading (along with exposure, sharpening, etc.) that do not impact the length of the clip. Then export the improved video and meta data to feed into RaceRender, or other software in the chain that generates the overlays for speed, track location, etc.

So the work chain is:
camera -> color grading -> gauge overlay -> normal video editing (titles, cut, zoom, crop, etc.) with any fancy stuff -> render -> Handbrake for H.265

I'd love to skip Handbrake as well, but I can't see how to render H.265.

Return to DaVinci Resolve

Who is online

Users browsing this forum: AdamBolonsky, Ashton Lamont, panos_mts and 339 guests