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

Post by Ryko89 » Sun Feb 17, 2008 5:15 pm

Eva-Fan wrote:
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?
not working with DVD. Couldn't find any DVD footage of Battle Angel Alita. It's 15 years old. Seems that cyberpunk isn't as hot as it used to be, back in the early 90's ^^
But it doesn't matter. Where I'm using this footage is in an MEP track so overly effect whored, for the sole purpose of hiding the ugly quality, so it's looking better now. hehe, thanks for the help. But I still wonder how you "activate" or load the plugin you download...
Image Image

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:22 pm

Perhaps when you load the plug-in you have an "extra" space.
I think it should be

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\Plugins\TComb\TComb.dll")
instead of

Code: Select all

LoadPlugin(" C:\Program Files\AviSynth 2.5\Plugins\TComb\TComb.dll")
And plus, if you directly put the TComb.dll in the plugins directory of avisynth, it should autoload.

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

Post by Ryko89 » Mon Feb 18, 2008 6:00 am

mirkosp wrote:Perhaps when you load the plug-in you have an "extra" space.
I think it should be

Code: Select all

LoadPlugin("C:\Program Files\AviSynth 2.5\Plugins\TComb\TComb.dll")
instead of

Code: Select all

LoadPlugin(" C:\Program Files\AviSynth 2.5\Plugins\TComb\TComb.dll")
And plus, if you directly put the TComb.dll in the plugins directory of avisynth, it should autoload.

OOOO it worked now, thanks a lot. CAn't believe I overlooked that extra space hehehe. Thanks a lot =D
Image Image

Locked

Return to “AviSynth Help”