masc4ii
masc4ii
What is a flat frame correction? For correcting a vignette? Then we have something like that... But it has to be applied manually. Where I am still searching for is...
Hm... but an 2D average median filter is already implemented in MLVApp. But wait some hours, I think I'll upload something very cool this evening! Need some testers then! 😄
The median filter can remove little moiree (some single color pixels at contrast lines)... but removes some detail too (like nearly all filters). For some moiree, the new recursive bilateral...
Yes. MLVApp/src/mlv/llrawproc/darkframe.c/.h
Very interesting to read what you wrote. Thanks. At least from Resolve and FCPX you could export FCPXML files which can be imported by MLVApp. MLVApp trys to open all...
Thank you for the proposal. #84 is something different - that is no AWB. If a AWB would work better than picking the correct WB... hm... you need much luck...
If the camera is able to do a AutoWB and saves it into the MLV, we can easily read it out and set the sliders. Calculating a AutoWB on the...
Thanks for the issue entry and your tests. 👍 I did not know that this is so slow, because I never used this combination (only for some small tests). CinemaDNG...
Again @bouncyball-git : is it possible to run multiple `saveDngFrame( m_pMlvObject, cinemaDng, frame, dngFileName.data() )` in parallel? I did that in v0.8 with the PNG export (before ffmpeg started conveting...
Would it be possible to get it thread safe with the other amaze code? I am not sure if it is more thread safe when using the Qt solution... (I...