digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   SansGrip Filters: Blockbuster not an AviSynth 2.5 plugin? (http://www.digitalfaq.com/archives/avisynth/12287-sansgrip-filters-blockbuster.html)

sking1001 09-24-2004 01:01 AM

Blockbuster not an AviSynth 2.5 plugin?
 
Hi, how is everyone doing?

I'm sure I must be doing something stupid, but I cannot get the Blockbuster(-2.5).dll to load. I have tried both DLL's.

I got it at http://www.indeus.com/sansgrip/avisy...buster-0.7.zip

I am using avisynth.dll version 2.5.5.0

My script:
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Blockbuster\Blockbuster-2.5.dll")
AviSource("cd1.avi")+AviSource("cd2.avi")
GripCrop(720, 480, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BicubicResize")
Blockbuster(method="noise")
GripBorders()
AssumeFPS(23.976, true)
trim(0,7927)+trim(8946,17040)+trim(18268,18757)+tr im(19323,0)

I'm getting this error:
*** IMAGE REMOVED FROM SERVER ***

Thanks in advance :)
sking

Prodater64 09-24-2004 02:32 AM

The link is dead, but I think that for the letters src in it name, you have the sources files (before compile dll), not the dll itself.
Search correct dll and try again.

jorel 09-24-2004 04:29 AM

Sansgrip filters:
http://www.indeus.com/sansgrip/avisynth/

http://www.avisynth.org/warpenterprises/
blockbuster for avisynth 2.5x and more filters

sking1001 09-24-2004 08:58 AM

Sorry...it was 1:00am...the link to the filter was incorrect because of the period at the end.

...and I accidentally posted the link to the source instead of the .DLL.

Please see edited post.

tia,
sking

Dialhot 09-24-2004 09:26 AM

Check that the timestamp of your dll and its filesize are correct :
29/12/2002 15:11 61 440 Blockbuster-2.5.dll

sking1001 09-24-2004 09:58 AM

Hi Phil :)

I re-downloaded it this morning....still same problem :(

Prodater64 09-24-2004 10:32 AM

Take all blockbusters dlls and put it in plugins folder, not in plugins\blockbuster one.

Dialhot 09-24-2004 10:33 AM

Eh ! Do not put the two dll in the directory. Remove the one you don't need.

Try #1 : remove the loadplugin line. You don't need it as your plugins are in the "default" plugin folder (avisnth will "autoload" them)

Try #2 : add an other loadplugin line before the one of blockbuster (try to load an otehr plugin you have in the directory, "undot.dll" for instance) and see if the error is still on the line of blockbuster or if you have it for undot also. Because the problem is perhaps NOT related to blockbuster !

Prodater64 09-24-2004 10:36 AM

Quote:

Originally Posted by Dialhot
Try #1 : remove the loadplugin line. You don't need it as your plugins are in the "default" plugin folder (avisnth will "autoload" them)

That is the problem, dll is not in the plugins folder.

Dialhot 09-24-2004 11:01 AM

Quote:

Originally Posted by Prodater64
That is the problem, dll is not in the plugins folder.

You are right!; Too fast reading. Forget the #1.

@sking1001
Do not create a separate dir for each plugin under "plugin" directory put put DIRECTLY the dll files in the plugin directory.

sking1001 09-24-2004 11:08 AM

Okay, I deleted Blockbuster.dll and left only Blockbuster-2.5.dll at C:\Program Files\AviSynth 2.5\plugins

I used this script:
AviSource("samurai.avi")
GripCrop(720, 480, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BicubicResize")
Blockbuster(method="noise")
GripBorders()

and got this error:
*** IMAGE REMOVED FROM SERVER ***

Next I used this script:
loadplugin("C:\Program Files\AviSynth 2.5\plugins\UnDot.dll")
loadplugin("C:\Program Files\AviSynth 2.5\plugins\Blockbuster-2.5.dll")
AviSource("samurai.avi")
GripCrop(720, 480, overscan=2, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="BicubicResize")
Blockbuster(method="noise")
GripBorders()

and got this error:
*** IMAGE REMOVED FROM SERVER ***

Dialhot 09-24-2004 11:13 AM

Wait a minute !!!

I justs checked my plugin dir and the file Blockbuster-2.5.dll that you have (and I have also) DO NOT DO ANYTHING !

I have an other file name "blockbuster.dll", size 131072, date 04/02/2003 in the directory : if I remove it (but let the "Blockbuster-2.5.dll") I receive the "no function named blockbuster" error to ! 8O

sking1001 09-24-2004 11:19 AM

I used WinRAR 3.30. I used this for all the other plugins too.

I removed colors_rgb.avsi (not sure where that came from...part of 2.5.5?) and still have the same problem.

Dialhot 09-24-2004 11:20 AM

I completly changed my previous post, read it.
I'm looking for a solution right now.

EDIT: I found !
Erase the "blockbuster-2.5.dll" file that you have and retrieve the correct version there : http://www.avisynth.org/warpenterpri...l_20030204.zip

sking1001 09-24-2004 11:27 AM

BEAUUUTIFUL! Thanks Phil!

:ole:

jorel 09-24-2004 11:32 AM

Quote:

Originally Posted by Dialhot
I completly changed my previous post, read it.
I'm looking for a solution right now.

EDIT: I found !
Erase the "blockbuster-2.5.dll" file that you have and retrieve the correct version there : http://www.avisynth.org/warpenterpri...l_20030204.zip

you found? 8O
read my first post! :lol:

hey ..it's another joke....don't bore yourself! :wink:
but....it's true,read my first post :rotf: !

jorel 09-24-2004 11:34 AM

if you read more don't need :blabla: .......seems members in portuguese forum. :hihi:

kiding again! :lol:

Dialhot 09-24-2004 11:40 AM

Quote:

Originally Posted by jorel
you found? 8O
read my first post! :lol:

I saw Jorel. But nowhere in your post was suggested that the dll taht you can find on the Sansgrip site if BROKEN !

If we can't trust the creator of the dll, we are cursed :-D

Quote:

but....it's true,read my first post :rotf: !
I'm sure you didn't know yourself that the two site had different versions of the file :o

sking1001 09-24-2004 11:44 AM

So maybe the Blockbuster dll's at http://www.indeus.com/sansgrip/avisynth/ not compiled correctly. I looked at the source and the method is present:
class Blockbuster : public GenericVideoFilter
{
public:
Blockbuster(PClip clip, const char* method, int block_size,
int detail_min, int detail_max, int luma_offset,
int luma_threshold, double mean, double variance,
int cache, int seed, int strength, IScriptEnvironment* env);
virtual ~Blockbuster();

PVideoFrame __stdcall GetFrame(int n, IScriptEnvironment* env);

private:
Processor* processor;
};

Of course I didn't open the entire project...just the main source file.

I also tried version 0.6.

...weird...

jorel 09-24-2004 01:09 PM

Quote:

Originally Posted by Dialhot
I'm sure you didn't know yourself that the two site had different versions of the file :o

are you sure?...really? and what you understood reading this?

Quote:

Originally Posted by jorel
http://www.avisynth.org/warpenterprises/
blockbuster for avisynth 2.5x and more filters

seems that i don't knew ?
:roll:
sorry but....read my first post :arrow: with atention! :P
there have the Sansgrip link
:arrow: and where are the Blockbuster for 2.5x version to download!
still have doubts? (seems members from portuguese forum) :rotf:


All times are GMT -5. The time now is 03:13 PM  —  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.