09-24-2004, 01:01 AM
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
09-24-2004, 02:32 AM
|
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.
|
09-24-2004, 04:29 AM
|
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
|
|
|
09-24-2004, 08:58 AM
|
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
|
09-24-2004, 09:26 AM
|
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
|
09-24-2004, 09:58 AM
|
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
|
09-24-2004, 10:32 AM
|
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.
|
09-24-2004, 10:33 AM
|
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 !
|
09-24-2004, 10:36 AM
|
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.
|
09-24-2004, 11:01 AM
|
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.
|
09-24-2004, 11:08 AM
|
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
|
09-24-2004, 11:13 AM
|
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 !
|
09-24-2004, 11:19 AM
|
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
|
09-24-2004, 11:20 AM
|
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
|
09-24-2004, 11:27 AM
|
Free Member
|
|
Join Date: Sep 2004
Posts: 31
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
BEAUUUTIFUL! Thanks Phil!
__________________
Stephen
|
09-24-2004, 11:32 AM
|
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
|
you found?
read my first post!
hey ..it's another joke....don't bore yourself!
but....it's true,read my first post !
|
09-24-2004, 11:34 AM
|
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!
|
09-24-2004, 11:40 AM
|
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
|
09-24-2004, 11:44 AM
|
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
|
09-24-2004, 01:09 PM
|
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)
|
All times are GMT -5. The time now is 06:37 PM — vBulletin © Jelsoft Enterprises Ltd
|