Awesome! Thank you

I did not expected this to be just some tag issue
And by the way what is the purpose of specifying IFD0 before the tag name?
I tried changing CFA Pattern 2 and it works, CFA Pattern also could be changed but the image will still look wrong at least in photoshop. And for CFA Plane Color it gives me an error
Warning: Sorry, CFAPlaneColor is not writable
So editing CFA Pattern 2 seems to be the right option, and after reading exiftool manual I decided to do this:
exiftool -IFD0:CFAPattern2="0 1 1 2" -ext dng -r -overwrite_original -progress -pause *path-to-directory*
In case somebody is interested what these options do:
-ext dng is just for safety, process only dng's
-r means recursive so all sub-directories will be processed
-overwrite_original - no backup file copies will be saved
-progress - show how many files left while processing, just for fun
-pause - if I want to execute the command from a shortcut or something, the window will be open at the end.
@ names_are_hard thank you so much!
You guys are awesome, it proves again that ML forum is a really good place when it comes to specific technical knowledge
