Quantcast Sansgrip Filters: Blockbuster Not an Avisynth 2.5 Plugin? - digitalFAQ.com Forums [Archives]
  #1  
09-24-2004, 01:01 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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
__________________
Stephen
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
09-24-2004, 02:32 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3  
09-24-2004, 04:29 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Sansgrip filters:
http://www.indeus.com/sansgrip/avisynth/

http://www.avisynth.org/warpenterprises/
blockbuster for avisynth 2.5x and more filters
Reply With Quote
  #4  
09-24-2004, 08:58 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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
__________________
Stephen
Reply With Quote
  #5  
09-24-2004, 09:26 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Check that the timestamp of your dll and its filesize are correct :
29/12/2002 15:11 61 440 Blockbuster-2.5.dll
Reply With Quote
  #6  
09-24-2004, 09:58 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Phil

I re-downloaded it this morning....still same problem
__________________
Stephen
Reply With Quote
  #7  
09-24-2004, 10:32 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
Take all blockbusters dlls and put it in plugins folder, not in plugins\blockbuster one.
Reply With Quote
  #8  
09-24-2004, 10:33 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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 !
Reply With Quote
  #9  
09-24-2004, 10:36 AM
Prodater64 Prodater64 is offline
Free Member
 
Join Date: Mar 2003
Location: Palma de Mallorca - España
Posts: 2,925
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #10  
09-24-2004, 11:01 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #11  
09-24-2004, 11:08 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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 ***
__________________
Stephen
Reply With Quote
  #12  
09-24-2004, 11:13 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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 !
Reply With Quote
  #13  
09-24-2004, 11:19 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Stephen
Reply With Quote
  #14  
09-24-2004, 11:20 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #15  
09-24-2004, 11:27 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
BEAUUUTIFUL! Thanks Phil!

__________________
Stephen
Reply With Quote
  #16  
09-24-2004, 11:32 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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?
read my first post!

hey ..it's another joke....don't bore yourself!
but....it's true,read my first post !
Reply With Quote
  #17  
09-24-2004, 11:34 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
if you read more don't need .......seems members in portuguese forum.

kiding again!
Reply With Quote
  #18  
09-24-2004, 11:40 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by jorel
you found?
read my first post!
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

Quote:
but....it's true,read my first post !
I'm sure you didn't know yourself that the two site had different versions of the file
Reply With Quote
  #19  
09-24-2004, 11:44 AM
sking1001 sking1001 is offline
Free Member
 
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
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...
__________________
Stephen
Reply With Quote
  #20  
09-24-2004, 01:09 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Dialhot
I'm sure you didn't know yourself that the two site had different versions of the file
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 ?

sorry but....read my first post with atention! :P
there have the Sansgrip link
and where are the Blockbuster for 2.5x version to download!
still have doubts? (seems members from portuguese forum)
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
SansGrip Filters: Does Blockbuster work with AVIsynth 2.51 Holomatrix Avisynth Scripting 6 04-06-2003 09:42 AM
SansGrip Filters: Blockbuster serrabastien Avisynth Scripting 1 02-14-2003 09:36 AM
SansGrip Filters: BlockBuster Question gonzopdx Avisynth Scripting 5 12-22-2002 03:57 PM
SansGrip Filters: Blockbuster only syk2c11 Avisynth Scripting 10 12-11-2002 01:19 PM
SansGrip Filters: Blockbuster + Nomosmooth filters syk2c11 Avisynth Scripting 2 11-18-2002 02:29 PM

Thread Tools



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