digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   MovieStacker: What AVISynth version? (http://www.digitalfaq.com/archives/encode/3033-moviestacker-avisynth-version.html)

BoxOfSnoo 03-19-2003 09:23 AM

What AVISynth version?
 
Whenever I generate a script it's incompatible with one of the plugins. I have 2.0.7 and 2.5.1 so far and either GripFit_Preview complains or it won't open at all.

I'm getting to hate AVISynth.... :x

kwag 03-19-2003 10:42 AM

Install 2.08 and forget about 2.5x.
Many of the filters don't work with 2.5x

-kwag

BoxOfSnoo 03-22-2003 11:36 AM

Nope, nice try though
 
Fails consistently.

Here's the script;
Code:

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

#LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\MPEG2Dec.dll")
#LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\TemporalCleanerOld.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\GripFit_preview.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\BlockBuster.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\DustV5.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\LegalClip.dll")
LoadPlugin("G:\PROGRAM FILES\MOVIESTACKER\Filters\Sampler.dll")

AviSource("D:\Jag & WW\Jag+ww4.avi")
LegalClip()
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
GoldDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()

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

This was made straight from Moviestacker, BTW, I removed MEG2Dec.dll because it's a captured AVI, not ripped. Then, I load it up in the latest ToK and slowly rem out one plugin at a time until there's nothing left.

Did I mention I HATE virtualdub?
:cry:

vico1 03-22-2003 01:15 PM

@ BoxOfSnoo,

Just a thought...did you create a "Filters" folder within the "MOVIESTACKER" folder,
and move all of the intended ".dll" files into it.. :?:



*********************************
The Devil....is in the Details

muaddib 03-22-2003 06:26 PM

Try to make a search in all your drivers and delete all avisynth.dll but the one in the system folder.
Also make a script with only version() and play it to make sure what AviSynth you are using.

BoxOfSnoo 03-26-2003 10:09 PM

Lets see...
- Only one version of AviSynth.dll in c:\windows\syttem
- Version() = 2.08
- All the filter .dlls are in the right spot.. :oops: Maybe not.

In my organizing fury I put all the video tools that help me use my nemesis (AviSynth) under an additional folder.

ToK still can't figure out my frame rate, but I'll dispose of my captures with plain old VirtualDub.

Sigh...

Thanks all... Watch for my further trials with AviSynth, I can guarantee they'll come up again. :?


All times are GMT -5. The time now is 07:40 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.