digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Loading plugins problem (http://www.digitalfaq.com/archives/avisynth/6701-avisynth-loading-plugins.html)

Soulman 11-14-2003 02:09 PM

Loading plugins problem
 
Hello folks,

First of all, turn the newbie alert on. OK?

Well, I am trying to use the following script:

Code:

AviSource("C:\video.avi",false)
#addborders(0,12,0,0)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
GripCrop(480, 480, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
GripBorders()

I am getting a error on 3rd line. When I comment it, putting a ´#´in the beggining of the line a get an error in the 4th and so on.

What can I do to solve this problem?

Thank you very much![/code]

rendalunit 11-14-2003 03:10 PM

Do you have MPEG2DEC3.dll in the plugins directory of Avisynth?

Dialhot 11-14-2003 04:37 PM

And all other filters too ! As you say you have error on line 4 also...

sh0dan 11-16-2003 04:08 PM

AviSynth version?

Do you have any *.avsi files in your plugin directory?

wgamer 01-26-2004 05:05 AM

hi my avisynth version is 2.5

when i load avs in wmp
i get a "dll not avisynth plugin " error
i hav copied the dlls into avisynth plugin directory

Dialhot 01-26-2004 06:23 AM

We need the exact text of the error to help you (in particular, wich is the involved dll ?)

wgamer 01-26-2004 06:48 AM

ok initially the error was
Plugin 'Path Name\mpeg2dec.dll is not an Avisynth 2.5 plugin'
then i got hold of mpeg2dec3dg.dll from another thread

and then the error was for the next dll in the avs which was gripfit_preview.dll and then wmp crashes.

i just copied the dlls from moviestacker 2 plugins folder to avisynth 2.5 folder

BTW the script works well with avisynth 2 plugin

my version of avisynth is 2.52

here is the script:
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\GripFit_preview.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\UnFilter.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\LegalClip.dll")
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\Sampler.dll")

AviSource("F:\ABCD DivX.avi",false)
ConvertToYUY2()
LegalClip()
UnFilter(50, 50)
BicubicResize(448, 384, 0, 0.6, 6, 0, 340, 182)
GripCrop(528, 576, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")

TemporalSmoother(1, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()

## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


my avi resolution is not standard: any suggestion/thread?
is the output resoln correct ?(if this is not the right forum plz excuse me; since u r busy i thought i might as well ask when u r here ; been scouring kvcd forum for a week now)
if i select svcd resln in mstacker the image is a square in wmp
or may be i should select vcd resoln?
"GripCrop(352, 288, overscan=2, source_anamorphic=false)"

but i am losing a bit of the movie at the borders

do u guys have a channel in irc (realtime help will a lot more ......well helpful)

Dialhot 01-26-2004 06:57 AM

Quote:

Originally Posted by wgamer
i just copied the dlls from moviestacker 2 plugins folder to avisynth 2.5 folder

BTW the script works well with avisynth 2 plugin

And that's normal : moviestacker is delivered with dll for avs 2.0x only. You can't just copy them to avs2.5 directory; You have to DL a 2.5 version of each dll you need.

Quote:

my avi resolution is not standard: any suggestion/thread?
is the output resoln correct ?
If you took the parameters for bicubicresize from movie stacker, it can't be wrong.

Quote:

if i select svcd resln in mstacker the image is a square in wmp
or may be i should select vcd resoln?
NEVER trust wmp for aspect ratio. Use an other player where you can force the A/R to 4:3 (zoomplayer for instance) or simply look at the result on your TV set.

Quote:

"GripCrop(352, 288, overscan=2, source_anamorphic=false)"

but i am losing a bit of the movie at the borders
overscan =2 is TOO BIG for that resoltution. use 1.


do u guys have a channel in irc (realtime help will a lot more ......well helpful)[/quote]

wgamer 01-26-2004 11:55 AM

hi dialhot
got SOME of the dlls from avisynth site and made a working avs; going to the file prediction section now; that means more troubel for you :twisted:

however i couldnt get dlls from legalclip and sampler for avs2.5.2
could u help?

sh0dan 01-26-2004 12:05 PM

Quote:

Originally Posted by wgamer
however i couldnt get dlls from legalclip and sampler for avs2.5.2

could u help?

Use the builtin Limiter() instead.

Dialhot 01-26-2004 01:11 PM

And for sample it is there :

www.incredible.de.tf/Downloads/Sampler-2.5.rar


All times are GMT -5. The time now is 01:14 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.