1
Raw Video Postprocessing / Re: MLV App 1.14 - All in one MLV Video Post Processing App [Windows, Mac and Linux]
« on: Yesterday at 04:41:03 PM »@masc there are reports about focus pixels fixing being not that good for dual ISO. I tried moving the focus pixels fix after the dual iso processing and it seems to work very well (better than with the current flow) with the interpolation method 3 + chroma smooth 3x3.I loaded this branch, compiled and loaded one of your sunset clips. Just chroma smoothing can kill (most of the) focus pixels. The behaviour you described... can't see it. Focus pixel buttons don't have any effect. Chroma smooth is working On/Off. Is it the correct branch?
The only problem is that, as soon as I switch Focus pixels fix OFF, I cannot turn it ON again. I have to turn OFF Dual iso, set focus pixels on, and then turn dual iso ON again.
I tried to follow the update process but it's quite hard, I couldn't find the reason why an innocent change in the order will do that
I've created a branch in case you would have time to check: https://github.com/anibarro/MLV-App/tree/dev/diso_focus_pixels
Edit... as soon as I write it, I found it. Is @bouncyball still in the house? Did you implement some intermediate buffer for faster processing here? Unfortunately I am not very deep in llrawproc functions. I just build the GUI around it...
Edit2: what about things like that:
Code: [Select]
/* do chroma smoothing */
if (video->llrawproc->chroma_smooth && video->llrawproc->dual_iso != 1) // do not smooth 20bit dualiso raw
{