Anybody know the status on the pink dot remover for RAW video? I just got an EOS-M for b-cam/personal shots and was excited to try RAW with the faster card reads than my t3i. I tried the PDR in maxotics package but it didn't seem to do anything. Would it be worth trying to edit the PDR eosm file or I could also try to code a simple pink dot remover/raw2dng python batch runner.
The status of PDR is the first two devs are gone and it doesn't look like they're coming back. Rewind knows a bunch, but we (I) probably drove him away in aggravation (he doesn't use an EOS-M).
If you're shooting in crop mode, which I strongly suggest with the EOS-M, then the "PDR Rewind for EOS-M crop" should work, but pick "EOSM" in the drop-down (not crop mode). If you're not shooting crop mode, the "Original" build should work.
I developed my own pink dot remover. It does crop mode only now, but could do others. I open-sourced it and put it here. It wore me out. It could be vastly improved.
https://bitbucket.org/maxotics/focuspixelfixerIf you drag a RAW file onto it, it makes a copy, and then interpolate around the pixels using my own screwy logic

I had a bitch, bitch, bitch of a time figuring out how the RAW files were encoded. So the source should save a you a lot of grief there if you want to use Python. That was actually my first choice, but I couldn't get Pillow installed. Unless you're super genius, you'll find little "simple" with this stuff.
Feel free to PM me with any questions, or ask them here.