Suggested scripts

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Tue Mar 20, 2007 12:39 am

For my post on the first page about bible black, there are some plug ins you may need to load that I should of mentioned.

Code: Select all

SetMemoryMax(yourmem/2)

LoadPlugin("X:\wherever\DGDecode.dll")

LoadPlugin("X:\wherever\ColorMatrix.dll")

LoadPlugin("X:\wherever\BiFrost.dll")
LoadPlugin("X:\wherever\DeCross.dll")

LoadPlugin("X:\wherever\DeDot.dll")

LoadPlugin("X:\wherever\EEDI2.dll")
LoadPlugin("X:\wherever\TDeint.dll")
LoadPlugin("X:\wherever\TIVTC.dll")

LoadPlugin("X:\wherever\FFT3DFilter.dll")

LoadPlugin("X:\wherever\DeGrainMedian.dll")

LoadPlugin("X:\wherever\aWarpSharp.dll")

LoadPlugin("X:\wherever\MT_MaskTools.dll")
LoadPlugin("X:\wherever\RemoveGrain.dll")
Import("X:\wherever\LimitedSharpenFaster.avs")
Some of these filters were removed in the final script, so some of these mentioned above may not be in use. For the deinterlacing though, you will be definitely be needing these.

Code: Select all

LoadPlugin("X:\wherever\EEDI2.dll")
LoadPlugin("X:\wherever\TDeint.dll")
LoadPlugin("X:\wherever\TIVTC.dll")
Hope that helps! ^_^

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Tue Mar 20, 2007 1:11 am

You know, If you want people to help you more with your script, try uploading a vob sample to megaupload or something so people here can take a look at it. Single screenshots are usually no where near as affective to get good advice on your scripts. If you want to extract a sample of your vob, use a program like MPEG2Cut, Chopper XP or Dvd Shrink.

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Tue Mar 20, 2007 6:23 am

x_rex30 wrote:For my post on the first page about bible black, there are some plug ins you may need to load that I should of mentioned.

Code: Select all

SetMemoryMax(yourmem/2)

LoadPlugin("X:\wherever\DGDecode.dll")

LoadPlugin("X:\wherever\ColorMatrix.dll")

LoadPlugin("X:\wherever\BiFrost.dll")
LoadPlugin("X:\wherever\DeCross.dll")

LoadPlugin("X:\wherever\DeDot.dll")

LoadPlugin("X:\wherever\EEDI2.dll")
LoadPlugin("X:\wherever\TDeint.dll")
LoadPlugin("X:\wherever\TIVTC.dll")

LoadPlugin("X:\wherever\FFT3DFilter.dll")

LoadPlugin("X:\wherever\DeGrainMedian.dll")

LoadPlugin("X:\wherever\aWarpSharp.dll")

LoadPlugin("X:\wherever\MT_MaskTools.dll")
LoadPlugin("X:\wherever\RemoveGrain.dll")
Import("X:\wherever\LimitedSharpenFaster.avs")
Some of these filters were removed in the final script, so some of these mentioned above may not be in use. For the deinterlacing though, you will be definitely be needing these.

Code: Select all

LoadPlugin("X:\wherever\EEDI2.dll")
LoadPlugin("X:\wherever\TDeint.dll")
LoadPlugin("X:\wherever\TIVTC.dll")
Hope that helps! ^_^
However, you won't need all those LoadPlugin lines if you put all the necessary DLLs in your default AVISynth plugins directory.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
x_rex30
Joined: Tue Apr 10, 2001 4:30 pm
Org Profile

Post by x_rex30 » Tue Mar 20, 2007 6:52 am

I know, I know. That's how it worked for me. For some reason some dlls don't work when put in the default avisynth plugin folder anymore for me, so I have to put those lines in. Since some may not know what would make certain filters work correctly I thought I'd point out what dlls I used to run the scripts. The dll names are not always the same name as later script commands that use it, like when you put TFM() in your script, how are you suppose to know it uses the TIVTC plugin(well yeah, it was mentioned a month ago on the last page, but before then it would be tough to know what you would need to run TFM by just looking at my script.)? So that's why I thought I should mention some of these scripts.

Locked

Return to “AviSynth Help”