[RESOLVED] Decomb suite

Support for my Avisynth filters
Post Reply
DAE avatar
Sharc
Posts: 233
Joined: Thu Sep 23, 2010 1:53 pm

[RESOLVED] Decomb suite

Post by Sharc »

I understand that Decomb is also useful for cleaning up residual deinterlacing artefacts of progressive material (encoded as interlaced, i.e. aabbccdd... field sequence). Decomb will skip clean frames and (post-)process only those frames which show areas with residual combing artefacts, right?
I am now trying FieldDeinterlace(debug=true) and want to see which frames are touched using dbgview.exe from Sysinternals toolsuite. What do I need to put under "include" in the DebugView Filter?
User avatar
admin
Posts: 4551
Joined: Thu Sep 09, 2010 3:08 pm

Re: Decomb suite

Post by admin »

The map option may be more useful for seeing which frames are detected as combed. Also show, although I can't remember what data it shows. :-)

Use "FieldDeinterlace" for your include pattern for DbgView.
DAE avatar
Sharc
Posts: 233
Joined: Thu Sep 23, 2010 1:53 pm

Re: Decomb suite

Post by Sharc »

Thanks for the hint with the map option. It does exactly what I need.
Post Reply