interlacing or?

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Ryko89
Joined: Sat Nov 25, 2006 7:55 pm
Location: Norway
Org Profile

interlacing or?

Post by Ryko89 » Sun Feb 17, 2008 11:31 am

I can't deinterlace this, I'm pretty much all new to scripting.. But any of you know a script that can take care of these lines? Need to fix them before fixing the rest of the quality.

Take a look at the top of the head, that ain't defenitely a straight line. All choppy =/

Image
Image Image

User avatar
Kionon
I ♥ the 80's
Joined: Fri Mar 02, 2001 10:13 pm
Status: Ayukawa MODoka.
Location: I wonder if you know how they live in Tokyo... DRIFT, DRIFT, DRIFT
Contact:
Org Profile

Post by Kionon » Sun Feb 17, 2008 11:44 am

Try this:

Code: Select all

TComb()
TDecimate()
KernelBob(order=1,sharp=true,threshold=8)
BlendBob(badFrames=0)
SDDeRainbow()
ImageImage
That YouTube Thing.

User avatar
Ryko89
Joined: Sat Nov 25, 2006 7:55 pm
Location: Norway
Org Profile

Post by Ryko89 » Sun Feb 17, 2008 3:59 pm

I downloaded TComb.dll and started it with the script load:

Code: Select all

LoadPlugin(" C:\Program Files\AviSynth 2.5\Plugins\TComb\TComb.dll") 
AviSource("D:\APP Projects\deint plz.avi")
converttoyv12()
TComb()
TDecimate()
KernelBob(order=1,sharp=true,threshold=8)
BlendBob(badFrames=0)
SDDeRainbow()
But it said it was an invalid code *scratches head*
Image Image

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

Post by EvaFan » Sun Feb 17, 2008 4:16 pm

I dont see any interlacing in that picture...

All i see is broken edges and that happens from resizing the picture.
"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

User avatar
Ryko89
Joined: Sat Nov 25, 2006 7:55 pm
Location: Norway
Org Profile

Post by Ryko89 » Sun Feb 17, 2008 4:41 pm

a shi... that might be it. Thanks =P
Image Image

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

Post by EvaFan » Sun Feb 17, 2008 4:46 pm

Ryko89 wrote:a shi... that might be it. Thanks =P
It's kinda hard to tell though. IT would be easier if you had a picture with more intense motion in it. from the first picture it just looks like broken edges.
"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

User avatar
Ryko89
Joined: Sat Nov 25, 2006 7:55 pm
Location: Norway
Org Profile

Post by Ryko89 » Sun Feb 17, 2008 4:50 pm

a snap! This is embarrassing! I had it to auto interpret the footage in AE as 1.2 pixel when it was originally square pixels. But anyone know how to make it from NTSC into NTSC widescreen without making the edges choppy like that?
Image Image

User avatar
Ryko89
Joined: Sat Nov 25, 2006 7:55 pm
Location: Norway
Org Profile

Post by Ryko89 » Sun Feb 17, 2008 4:52 pm

here's a pic, excuse the small size, but this is the original size:

Image
Image Image

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

Post by EvaFan » Sun Feb 17, 2008 5:03 pm

Ryko89 wrote:here's a pic, excuse the small size, but this is the original size:

Image
If thats the original AR and you want it widescreen then your gonna have to resize it no matter what you do. Either by using a lanczos resize or by using the AE 1.2 pixels for widescreen that you had before.

Are the dvd's your working with widescreen?
"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

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Post by mirkosp » Sun Feb 17, 2008 5:10 pm

Also, if you want to make a 4:3 image widescreen, beside the resize, you have to crop top and bottom edges, to not loose the correct aspect ratio.

Locked

Return to “AviSynth Help”