MLV App: MLV -> DNG completely different colors?

Started by harkr, February 10, 2021, 03:19:36 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

harkr

Hello there,  I've been trying to find some clue to help me solve this issue.  My searches on this forum seemed fruitless.  Would very much appreciate any help or advice!

I'm using MLV App to convert MLV files from a shoot to DNGs for color grading in Davinci. My DNGs, when exported, are coming out very blue! They look completely different from the images I'm seeing in MLV App.  In fact, it seems like no matter what changes I make to the color space in the Edit Window within MLV App, the exported DNGs always look the same: weirdly tinted blue...

This issue only seems to happen when exporting to DNG.  If I attempt to export MLV to ProRes for example, the ProRes files come out looking correct.

Here are some screenshots for reference:

Here's the image I'm seeing in MLV App:


Here's what the same image looks like when I export it to DNG:


Has anyone heard of a problem like this before?  Would appreciate ANY help or ideas.  Thank you very much.

masc

You have to process RAW data. MLV is RAW and DNG is also RAW. When exporting DNG, all settings you did in MLVApp are NOT exported, becaues DNG is not processed RAW data. When processing, you have to setup all necessary parameters, like exposure, white balance, and many many other parameters depending on the software you use. With default parameters (different in all applications) you will get very different results - nothing new.
5D3.113 | EOSM.202

Levas

When using DNG's sequences in DaVinci Resolve, you can edit the raw parameters in the camera raw tab, it is within the 'Color' window, you have to click the camera icon on the left of the screen.
In here you set the raw paramaters like; white balance, exposure etc.
See left lower border of this screenshot:


harkr

Thank you!  Just to clarify: this issue of blue DNGs is not occurring for all of the shots I recorded, only some of them.  The rest of the shots look neutral/normal when exported as DNG through MLV App.

The reason it's troublesome is that it complicates the process of matching the look/color between shots in Davinci.  The colorist I've been working with is having trouble reconciling these inexplicably blue images with the more neutral ones.  It's like the DNGs are coming out of MLV App with some weird blue LUT applied...


Danne

The blue tint is what kelvin was set to in your camera. You probably were recording using auto white balance, AWB. This setting can't be translated into the correct raw metadata so kelvin temperature will instead be applied. Long story short. Use any white balance routine in camera but awb to get control over the dng files. Skip using AWB.

If you want to match dng metadata you can do this in post with exiftool. Grab the As Shot Neutral tag from the dng looking correct and use it to overwrite the blue looking dng files.

You can post two dng files here. One "correct" and one with blue tint and I show you what to do.

Some programs do apply awb externally to your dng. This could also work. For instance this program(Mac only).
https://bitbucket.org/Dannephoto/switch_mini-git/src/master/

harkr

Quote from: Danne on February 12, 2021, 04:05:15 AM
The blue tint is what kelvin was set to in your camera. You probably were recording using auto white balance, AWB. This setting can't be translated into the correct raw metadata so kelvin temperature will instead be applied. Long story short. Use any white balance routine in camera but awb to get control over the dng files. Skip using AWB.

If you want to match dng metadata you can do this in post with exiftool. Grab the As Shot Neutral tag from the dng looking correct and use it to overwrite the blue looking dng files.

You can post two dng files here. One "correct" and one with blue tint and I show you what to do.

Some programs do apply awb externally to your dng. This could also work. For instance this program(Mac only).
https://bitbucket.org/Dannephoto/switch_mini-git/src/master/

Very much appreciate your help, Danne!  I bet you are right about the AWB.  I tried to run switchmini but can't tell if I'm using it correctly.  When I run it, nothing seems to happen... but I could definitely be making a mistake.

Here are a couple of the DNG files.

The first one has the blue AWB issue: https://www.dropbox.com/s/3gdf2ocrgspmfbo/M20-1539_frame_1.dng?dl=0 
The second one is a more neutral look: https://www.dropbox.com/s/jgyj716rzrmmk82/M21-1521_004916.dng?dl=0 

If you have time, would truly appreciate any granular advice about how to overwrite the metadata tags. I've never used exiftool before. Thank you so much.

Danne

Try and install exiftool in terminal with
brew install exiftool

If brew isnĀ“t installed you can get it here:
https://docs.brew.sh/Installation

Finding your as shot neutral tag in terminal with:
exiftool M21-1521_004916.dng | grep 'As Shot Neutral'
Gives me this:
0.4757272085 1 0.6440925123

Then add this to the blue tinted file:
exiftool "-AsShotNeutral=0.4757272085 1 0.6440925123" M20-1539_frame_1.dng -overwrite_original

Now we get this difference:


After adding the corrected tag.


Finally you can use this to add the corrected tag to all dng files inside a folder:
exiftool "-AsShotNeutral=0.4757272085 1 0.6440925123" *.dng -overwrite_original


Maybe a lot to learn here but start with small steps. If you want more help around switch mini I suggest you post a screen recording of what you are doing for it not to work.


harkr


ljglmail

Hello,It is good to hear that you are satisfied with the performance of MLVApp.Many photographers use RAW format because it is a high quality file format. However, you have to process RAW data in order to get a high quality photo.

RAW data is processed by the camera itself. So, you do not need an additional software for processing RAW files.

MLVApp does not process RAW files. It processes DNG files which are converted from RAW data. When exporting DNG, all settings you did in MLVApp are NOT exported, becaues DNG is not processed RAW data.

So, if you want to export a photo in high quality, please shoot in RAW format and then process it with an external software that supports RAW format such as Adobe Lightroom or Adobe Photoshop.

We hope this information helps you.Looking forward to hearing from you again soon!