Log in

View Full Version : manual bob deinterlacing


twelve20
21st April 2007, 06:04
i have been searching for over a month for the Avisynth command lines for manual deinterlacing after ivtc'ing... i hate to decomb non-interlaced frames, so i'm wanting to specify, in Avisynth, which frames to decomb (i'm using securebob)... any help would be greatly appreciated :)

foxyshadis
21st April 2007, 08:18
One option is YATTA, but what are you using to IVTC? TFM has post-processing modes that generally do a better job at eliminating residual combing than Telecide, and if you need more than it can offer, has a clip2 option for external deinterlacing (only used when determined necessary).

twelve20
21st April 2007, 08:30
im using tivtc.dll

twelve20
21st April 2007, 08:34
oh, and tfm :)

Didée
21st April 2007, 08:53
If it's low-range residual combing that sneaked through below the combing thresholds, try vinverse (http://forum.doom9.org/showthread.php?p=896352#post896352).
It's not suited for "general" decombing, but deals well for eliminating such weak residuals: that's what it was made for.

twelve20
21st April 2007, 09:57
k, thanks Didée, ill give vinverse a try... but what im really looking for is something i saw somewhere that had a command line for frame-by-frame decombing... something to the effect of (25-28).deinterlace, where the (25-28) represents the frames to be decombed

ChiDragon
21st April 2007, 13:32
You probably saw ApplyRange. http://avisynth.org/mediawiki/ApplyRange (examples at the end of the page)

To me using TFM's ovr option is easier (check the txt docs that came with it).

Guest
21st April 2007, 14:13
Both Decomb and tritical's stuff support manual overrides for deinterlacing. Read the help files.

twelve20
21st April 2007, 14:59
ok, think i got it down now... thanks much everyone :D