Perfect Blue <_<

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
dreamawake
Prodigal Pen-Throttle
Joined: Mon Apr 17, 2006 1:50 pm
Status: NMEs Prodigy
Location: Nowheresville, NJ
Contact:
Org Profile

Perfect Blue <_<

Post by dreamawake » Mon Apr 28, 2008 1:15 pm

So I am having serious interlacing/blended frame problems with perfect blue, wonder if anybody could tell me the correct avs filters to use to deinterlace it?
Image

User avatar
Autraya
Zero Punctuation
Joined: Tue Mar 11, 2003 12:52 am
Status: old
Location: Terra Australis
Contact:
Org Profile

Post by Autraya » Mon Apr 28, 2008 9:03 pm

I used tomsmocomp(1,5,1) on mine because it's PAL(among other things) and telecide was ineffective, it did leave ghosting.
but that was over a year ago and doesn't really help you :roll:
new banzors in the making :p

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Mon Apr 28, 2008 9:43 pm

for deinterlacing/IVTC I use TFM + tdecimate (tdeint can be used alone or along with TFM)

get tivtc/tdeint from here if you don't have them already
Image
Image

User avatar
EvaFan
Joined: Sun Mar 21, 2004 10:25 pm
Status: (*゚▽゚)o旦~ ー乾杯ー♪
Location: Somerset, KY
Org Profile

Post by EvaFan » Fri May 02, 2008 1:32 am

TDeint(mode=1,order=0,mthreshl=8,mthreshc=8,chroma=true,tryweave=true,denoise=true)
Blendbob(badframes=0)

http://avisynth.org/warpenterprises/
You can get blendbob and Tdeint here.

http://avisynth.org.ru/docs/english/ext ... tdeint.htm
Tdeint info can be found here if you want to understand it. The order for Tdeint is 0 for bottom and 1 for top field first. Setting mode to 2 doesn't always help, you should check both and compare. If you read into it you will know what i mean.

This should remove your interlacing and ALL or MOST of the blending. Through my dealings with blending this seems to have worked the best for me. If it don't work let me know and ill try to help more if I can. Removing blending completely can be practically impossible if its really bad like in the case of Mai hime >_>... I hope you will lose your attitude with me now.
"The people cannot be [...] always, well informed. The part which is wrong will be discontented, in proportion to [...] the facts they misconceive. If they remain quiet under such misconceptions, it is lethargy, the forerunner of death to public liberty. What country can preserve its liberties, if it's rulers are not warned [...] that this people preserve the spirit of resistance? The tree of liberty must be refreshed from time to time, with the blood of patriots and tyrants."-Thomas Jefferson

Kevmaster
Eisenbahnmörser
Joined: Sun May 28, 2006 12:20 pm
Org Profile

Post by Kevmaster » Sat May 10, 2008 12:03 am

Code: Select all

LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
Decimate(cycle=5, mode=2)
^This here works fine for me (and yeah, I'm using the ntsc r1 version)

Locked

Return to “AviSynth Help”