Quantcast Avisynth: No BlindPP in Avisynth 2.5.5? - digitalFAQ.com Forums [Archives]
  #1  
03-26-2004, 12:05 AM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
I upgraded to avisynth 2.5.5 (uninstalled 2.5.4 then installed 2.5.5). Now TMPGEnc won't encode my file, coming up with a read error. When I checked the script in BSPlayer it said:

Script Error: there is no function named BlindPP
(c:\video\scripts\static.ntsc.avs, line 7)

How do I rectify this? Thanks.
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  
03-26-2004, 03:03 AM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
blindpp is a mpeg2dec3.dll function, not an avisynth function...

FuPP
Reply With Quote
  #3  
03-26-2004, 02:33 PM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by FuPP
blindpp is a mpeg2dec3.dll function, not an avisynth function...
Then why would the script give an error simply as a result of upgrading from 2.5.4 to 2.5.5? I think I still have mpeg2dec3.dll in the plugins folder. Or is there an upgraded mpeg2dec3 to work with 2.5.5? Thanks.
Reply With Quote
  #4  
03-26-2004, 03:03 PM
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 Aielman
Then why would the script give an error simply as a result of upgrading from 2.5.4 to 2.5.5? I think I still have mpeg2dec3.dll in the plugins folder. Or is there an upgraded mpeg2dec3 to work with 2.5.5? Thanks.
Are you sure that 2.5.4 uninstallation don't delete avisynth's plugins folder?
Does you 2.5.5 installation select same folder that 2.5.4 one?
Reply With Quote
  #5  
03-26-2004, 03:59 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Aielman
I think I still have mpeg2dec3.dll in the plugins folder
You should check that...
Quote:
Or is there an upgraded mpeg2dec3 to work with 2.5.5?
No.

I use blindpp with 2.5.5 and have no problem. Did you try to load it manually ?

Regards,
FuPP
Reply With Quote
  #6  
03-26-2004, 09:10 PM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Prodater64
Are you sure that 2.5.4 uninstallation don't delete avisynth's plugins folder?
Well, the plugins folder is still a subdirectory in the 2.5.5 directory, and I have in there all the .dlls I need, including mpeg2dec3 and hybrifFupp.avsi (which I was planning to start testing).

Quote:
Does you 2.5.5 installation select same folder that 2.5.4 one?
I am not sure what you mean here. Shouldn't the application automatically look into its own plugins subdirectory for the .dlls?

Thanks for taking the time to help me through this.
Reply With Quote
  #7  
03-26-2004, 09:13 PM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
Did you try to load it manually ?
Reply With Quote
  #8  
03-26-2004, 09:23 PM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by FuPP
I use blindpp with 2.5.5 and have no problem. Did you try to load it manually ?

Regards,
FuPP
I am not sure what you mean by loading it manually, but I tried inserting the following line at the top of the script (Dialhot's static script):

LoadPlugin("C:\Video\AviSynth 2.5\Plugins\MPEG2Dec3.dll")

This time I got the error message: There is no function called Blockbuster

When I was using 2.5.4 I didn't need the LoadPlugin commands at the top of the script. But now it seems to me that the program calling the script is not finding the plugins folder. Can you show me how to rectify that? Thanks.
Reply With Quote
  #9  
03-26-2004, 09:40 PM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
This is getting crazier and crazier. I put in a bunch of LoadPlugin commands at the top of the script to directly supply all the functions. This time, WMP is no longer complaining about a missing function, but it is telling me:

"ACM failed to suggest a compatible PCM format"

and it is pointing at the line where the movie file is loaded. Have I totally screwed up my system? I need help!
Reply With Quote
  #10  
03-27-2004, 05:14 AM
FuPP FuPP is offline
Free Member
 
Join Date: Mar 2004
Posts: 92
Thanks: 0
Thanked 0 Times in 0 Posts
could you post your whole script, please ?
Reply With Quote
  #11  
03-27-2004, 06:24 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 Aielman
This is getting crazier and crazier. I put in a bunch of LoadPlugin commands at the top of the script to directly supply all the functions. This time, WMP is no longer complaining about a missing function, but it is telling me:

"ACM failed to suggest a compatible PCM format"

and it is pointing at the line where the movie file is loaded. Have I totally screwed up my system? I need help!
This message is an audio issue.
If you are dealing with avi's, you must use this command:
AVISource("path to your movie.avi",false)
with ",false" at end. You will process the movie without audio. It must to be process with another software (besweet or headeache for instance). Check it.

About the earlier problem, If you know how to deal with registry, search this branch Mi PC\HKEY_LOCAL_MACHINE\SOFTWARE\AviSynth and check if plugindir2_5 is pointing to your actual plugins directory.
Reply With Quote
  #12  
03-27-2004, 01:11 PM
Aielman Aielman is offline
Free Member
 
Join Date: Nov 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
Fupp and Prodater64:

Thank you very much for the pointers you have given me. You have been most helpful. I decided I shouldn't risk getting into the registry and doing further damage, so I uninstalled the new 2.5.5 and deleted all traces of the program, then reinstalled it. This time, it worked, TMPG and BSplayer both play the script with no problems. Thanks.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: No function called BlindPP ? WOWIEGURL Avisynth Scripting 4 04-02-2014 08:11 AM
Avisynth: BlindPP(cpu=4) Vs Deblock() supermule Avisynth Scripting 0 07-21-2006 03:50 AM
Avisynth: AVIsynth quit wroking after install nero reload jzhao66 Avisynth Scripting 16 06-09-2005 08:53 AM
Avisynth: Blindpp error? vdk_au Avisynth Scripting 43 04-08-2004 09:26 AM
Avisynth: Auto crop using avisynth filter beta? black prince Avisynth Scripting 6 11-28-2002 08:51 AM

Thread Tools



 
All times are GMT -5. The time now is 11:37 PM  —  vBulletin © Jelsoft Enterprises Ltd