From my side, I found a really efficient way, to deflicker timelapse which I want to share here. Just now it works only for Adobe Lightroom.
Even rawopint gets in some situation, in oscillation. Especially on overexposed scene or if you have ocean waves. This is not much but oscillation from around 1/32EV can be seen.
The log file from rawopint delivers already useful information. The meter96 divided by 96 gives you the different in EV steps from a neutral picture (Is this correct?). The first picture shows you the values from my example video. Yes of course, the example is the worst case.
If you develop you RAW with Lightroom, you can write all information (meta data) in a XMP file. This file includes the following value:
crs:Exposure2012="0.00"
I modified this values by adding the (-meter96/96) values from the rawopint log file. If meter96 is around 0, I use them directly. When not, I have to remove an offset (by calculation background normalization).
My working sequence:
- Developing the RAW File in Lightroom
- Saving the meta data (XMP File)
- Using a smart ‘search and replace’ to change the Exposure2012 values in the XMP File
- Reading the XMP Files in Lightroom
- Developing the RAW Files in Lightroom to JPG.
The second picture shows you the difference from JPG’s with (red curve) and without (blue curve) correction. As you can see on the video, it works very well. As you can see on the video, it works very well:
I have not tested it with JPG pictures, because they have no additional XMP file. The meta data is in the JPG itself. This is a little bit more complicated.
This method can be also used for other thinks like smooth exposure changes when the scene goes to bright…
Questions on everybody here:
I do the ‘search and replace’ in MATLAB. This is a little bit complicated but it works. Does somebody knows a smart ‘search and replace’ which can do this? Yes of course I could write a C Application…
Does somebody Knows other RAW converters which write there develop information in a text readable file?
I could not read the files from Canon DPP…