Perfect Blue <_<
- dreamawake
- Prodigal Pen-Throttle
- Joined: Mon Apr 17, 2006 1:50 pm
- Status: NMEs Prodigy
- Location: Nowheresville, NJ
- Contact:
Perfect Blue <_<
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?
- Autraya
- Zero Punctuation
- Joined: Tue Mar 11, 2003 12:52 am
- Status: old
- Location: Terra Australis
- Contact:
- EvaFan
- Joined: Sun Mar 21, 2004 10:25 pm
- Status: (*゚▽゚)o旦~ ー乾杯ー♪
- Location: Somerset, KY
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.
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
-
- Eisenbahnmörser
- Joined: Sun May 28, 2006 12:20 pm
Code: Select all
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
Decimate(cycle=5, mode=2)