digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Big problems with Installation of Avisynth 2.5 (http://www.digitalfaq.com/archives/avisynth/10833-big-problems-installation.html)

Blubear 07-11-2004 09:53 AM

Big problems with Installation of Avisynth 2.5
 
Hi Members,
I wonder if somebody could help me with this catastophic problem I am having. I dont know what I did but I have installed AVS 2.5 to its own folder in program files. Uninstalled all old versions of AVS 2.0. I then used the optimum script for AVS 2.5 as shown on the site. I tried to open it in TMPEnc, Virtual Dub, and TOK. Every time I get the same things happening. A Warning appears saying - MSVCP71.dll has not been found Reinstalling the app., might cure this problem. I have UnInstalled, Installed all the apps over and over again - same thing. I looked up the Dll on the net and downloaded it and installed in System32 folder. Tried to open the apps. Warning has disappeared but the apps open for a second then close. - WHAT THE HELL HAVE I DONE AND HOW DO I FIX THIS GUYS' - Has anybody had this problem and if so couls they please,please tell me how to rectify this, Im ripping what little hair I have left out "lol".
Any helpfull suggestions would be gratefully received. What Have I done.........
Blubear. :cry:

Dialhot 07-11-2004 10:05 AM

You have to find on the net and copy in windows\system32 the dll involved :!:
http://www.dll-files.com/

Or do a search on the forum where the problem has already benn discussed.

Blubear 07-11-2004 10:27 AM

message to Dialhot
 
Phil,
Thanks for reply, One is that I have previously installed the Dll to directory as per my first message and apps would not remain open. Secondly i am a dumbass but i have searched the forum already and only have come up with connections to other forums in spanish and other languages which unfortunatly at this time I do not speak. Can you give me a pointer to where this forum or thread is please....
Many Thanks
Steve

Blubear 07-11-2004 10:46 AM

Msvcp71.dll
 
Hi all,
Does anybody know where I can find this thread discussing problems related to the above Dll file... :?:
thanks,
Blubear

Blubear 07-11-2004 04:38 PM

programs no longer work
 
Hi forum,
Following on from the other posts and from what I have managed to find on the threads it appears that the msvcp71.dll problem is here to stay. The problem is my computer has just come back from repair less than six months ago. Everything was working perfectly until I uninstalled Avisynth 2.0 and replaced it with Avisynth 2.5. Now I get this confounded message every time I try to open the 2.5 optimum script in Virtual dub,TMPGEnc,Media player,Tok or any other program associated to KVCD. As I possess a family computer it is not possible to re - install windows every six months. Maybe some other persons are prepared to do so but for I this is totally impracticle. Is this a design bug inherent with Avisynth or something?
I have installed this msvcp71.dll as required by the warning message in my system 32 file but this didnt help the programs would not run. I guess this aVisynth filter bussiness aint all what its cracked up to be and as I can see no alternative than re installing windows, I guess my KVCD days are over.
I do think however that this problem should be made more prominant so people understand the possible pitfalls they face in this system.
Thank you,
Steve.

bazzy2004 07-11-2004 04:45 PM

u installed avisynth 2.5, then uninstalled avisynth 2.0

i think thats your problem

re install avisynth 2.5, becuz wen uninstalling 2, u might have messed the installation of 2.5

hope u understand

n always remember, uninstall old versions first, then clean install of new one!!

Bazzy :)

Blubear 07-13-2004 04:14 PM

Hi Bazzy
Tried what you said it didnt help..Fraid this avisynth s....
Blubear. :x

Dialhot 07-13-2004 06:13 PM

The "funnier" in this story is that if you reinstall completly your computer, al will be okay even withouht this dll on your disk.

I just cheked : I do not have it on mine !

black prince 07-13-2004 09:50 PM

@blubear,

Try this link and see if it solves your problems:

http://www.kvcd.net/forum/viewtopic....hlight=msvcp71

-BP

Blubear 07-14-2004 06:16 PM

THanks Peeps but....
 
I am now getting an error in Media player saying 'RUN OUT OF MEMORY' what does this mean.
Here is my Script, anything wrong with it? I have never used this one before now always used the 2.0 script:

("C:\Plugins\LoadPluginEX2.dll")
## Main section and static filters ###
#

Mpeg2Source("C:\My Source.d2v") #
undot()
asharp(1, 4)
GripCrop(544, 576, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+ "unfilter( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

Thanks,
Blubear. :?

Dialhot 07-14-2004 06:39 PM

Remove the loadplugin line you do not need it in your current script.

And start to make a little "Version()" script to verify what is the exact avisynth version that is used on your PC now.

Blubear 07-15-2004 11:36 AM

Message to DialHot
 
Phil,
Thanks for your reply but Im not actually sure what you mean, can you explain a little more. Do you mean for instance create a Wrapper with the first four filter settings enclosed in it and run this or do you mean something else.
Many thanks,
Steve. 8O

Boulder 07-15-2004 12:20 PM

He means, create a script with only a line Version() in it. Open in VirtualDub or Media Player or whatever and you should see the version.

Blubear 07-15-2004 01:31 PM

Hi,
I have treid that and all the other steps but media player keeps coming back with this error:

Ran out of memory (Error=8007000E)

What does this mean and how do I fix it please anybody....
Steve. 8O

Dialhot 07-15-2004 04:55 PM

Try to reinstall again avisynth else you are eligible for reinstall the whole PC !

Blubear 07-15-2004 06:28 PM

Got it to work
 
Hi All,
Got it to work by reinstall of Avisynth 2.5 and windows media player 9 series. However the script now play in media player and says there is no such function as Grip Crop. However this is set in the script to the following:

Mpeg2Source("C:\DVD2AVI.d2v") #
ConverttoYUY2()
undot()
asharp(1, 4)
GripCrop(544, 576, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))
#

I went to Avisyntth site and there is no filter for Grip Crop. I cannot delete these as they would dictate the resolution of the film.
Any suggestions please... :?
Steve.

Dialhot 07-15-2004 07:20 PM

look for "gripfit AND rar" on this forum.

Blubear 08-08-2004 03:56 PM

Total avisynth failure am ready to quit!
 
Hi all,
I have tried every thing in this thread and from other parts of the forum to get AVS 2.5 to work. It played briefly but was causing lots of errors before which could not be solved... AVS_c.dll run errors MVCP.dll's missing etc. Also before AVS2.0 played on my system and at the end of the day I could have used an old copy of ACP if the worst come to the worst but no more. I can not run any versions of ACP or AVS WHATEVER on my system without getting errors. AVS 2.0 script comes back as error in line5 on this script which I have used before in ACP but I cant see where the problem is, CAN YOU' -

LoadPlugin("C:\Program Files\acp\filters\2.0.x\MPEG2Dec.DLL")
LoadPlugin("C:\Program Files\acp\filters\2.0.x\GripFit.dll")
LoadPlugin("C:\Program Files\acp\filters\2.0.x\Unfilter.dll")
LoadPlugin("C:\Program Files\acp\filters\2.0.x\SmartSmoothYuy.dll")
Mpeg2source( "C:\Zulu Dawn\DVD2AVI.d2v")
ConvertToYUY2()
GripCrop(352,576,source_anamorphic=False)
GripSize(resizer = "Bilinear")
unfilter(50,50)
SmartSmoothYuy()
mergechroma(blur(1.5))
mergeluma(blur(0.1))

I have tried running a version test in an AVS shell ( VERSION() )etc and this shows 2.08AVS installed at the moment. Problem is the reason I am filled with deep joy is that I have just Totally Reinstalled windows and now it appears nothing works. I have reinstalled all the codec packs as before and all the programs but cant get B****R al to run. It seems all these problems originated when I tried to upgrade to AVS 2.54. I wish now I had not bothered and had left it alone. I ran my 2.0 Script in GSPOT and it successfully rendered as folows
Video Path states: (S) --> Color Space Converter --> (R)
Direct show claimed to be able to play the file.

Every time I use TMPGEnc to do a Prediction in ACP for the above script it now says Error.. Illegal format and comes up with some ridiculous sizings.

WHAT THE HECK IS HAPPENING.. I AINT GOT A CLUE????????
Any help or usefull suggestions appreciated
Thanks all,
Steve. :x

Dialhot 08-09-2004 02:09 AM

Re: Total avisynth failure am ready to quit!
 
Quote:

Originally Posted by Blubear
Hi all,
I have tried every thing in this thread and from other parts of the forum to get AVS 2.5 to work. It played briefly but was causing lots of errors before which could not be solved... AVS_c.dll run errors MVCP.dll's missing etc.

You have problems with avisynth and other things since WEEKS and I told you more than once to reinstall your PC from scratch.
It is not by posting new threads without reference to all previous ones that you will solve your problem. It is CHRYSTAL CLEAR that your windows installation is screwed up :-(

Blubear 08-09-2004 03:50 PM

Hi Phil,
Dont know if you noticed in my previous post but IHAVE REINSTALLED WINDOWS TOTALLY FROM SCRATCH' and now nothing works. This was the issue of the post................. 8O

Steve.

Dialhot 08-10-2004 02:02 AM

Quote:

Originally Posted by Blubear
Dont know if you noticed

I hadn't noticed :-D

Only things I see :
- stop using a codec pack
- stop using ACP
- and BTW stop using avs2.0 ! You are doing all this to go to avs2.5 and you returned to 2.0 ? :-(

Note: upgrading to 2.54 CAN'T SCREW UP the system. The problem are either in the codec pack or other software you had on the disc (divx ripper tool for instance ?).

Installing avisynth, whatever the version, is just putting a dll into the system32 directory and add 2 registry key in the database.

Blubear 08-10-2004 11:35 AM

Hi all,
@Phil, Just to make positivly sure I last night Reformatted my harddrive and reinstalled windows from scratch. I have not installed acp at all or avs version 2.0.
I have Installed TMPGEnc PLUS, DVD2AVI Ver1.76, Cqmatic, HeadAc3he +Pent4 D.ll's, DVD Decrypter (latest Version) AVS 2.5 .dll's to AVS install folder. I then Attempted to run a script enclosed.


## Main section and static filters ###

#

Mpeg2Source( "C:\Game Of Death\Game of Death.d2v")
ConverttoYV12()
undot()
asharp(1, 3)
GripCrop(528, 576, source_anamorphic=false)
GripSize(resizer="BilinearResize")
STMedianFilter(3, 3, 1, 1 )
MergeChroma(blur(1.5))
MergeLuma(blur(0.1))

#
#

## Linear Motion Adaptive Filtering ##
#
# ( Portions from AviSynth's manual )
# This will apply variable temporalsoften
# and variable blur.
# Both filters are active at all times, and work inversely proportional to the
# activity, measured from current frame to next frame.

ScriptClip(" nf = YDifferenceToNext()" +chr(13)+"unfilter ( -(fmin(round(nf)*2, 100)), -(fmin(round(nf)*2, 100)) ).TemporalSoften( fmin( round(2/nf), 6), round(1/nf) , round(3/nf) , 1, 1) ")

#
#
#

GripBorders()
#LetterBox( Your_Values_Here ) # Depends on situation. Use MovieStacker!

#
#
## Functions ###

function fmin( int f1, int f2) {
return ( f1<f2 ) ? f1 : f2
}

Good news is the .d2v file now plays in TMPGEnc, bad is I keep getting this Error . THERE IS NO FUNCTION MPEG2SOURCE, LINE 6. This was the same error I got previously before the reformat.
I am really at my wits end I have tried everything and still this just will not work.
Any help would be great.
Steve :cry: :arrow: :?:

Dialhot 08-10-2004 11:37 AM

Quote:

Originally Posted by Blubear
Good news is the .d2v file now plays in TMPGEnc, bad is I keep getting this Error . THERE IS NO FUNCTION MPEG2SOURCE, LINE 6. This was the same error I got previously before the reformat.

Did you install the plugins for avisynth 2.5 ?
You need mpeg2dec3.dll and of course all other DLL for all the filters you use in the script.

Blubear 08-10-2004 11:44 AM

@Dialhot
 
Phil,
Yes just double checked for any inconpatables in there and they are all 2.5 and the required ones for the script

Steve

Dialhot 08-10-2004 11:56 AM

I'm sorry but your line here is not very clear : "AVS 2.5 .dll's to AVS install folder."

What does this mean more precisely ? Which dll ? which exact directory ?

Blubear 08-10-2004 12:10 PM

Hi,
What I mean is they are installed to a folder called plugins in program files where AVS2.5 is Installed. The Script error is telling me there is a problem with the source but the source ie. the d2v file plays ok in TMPGEnc.
Any Ideas Where I am Going Wrong here. Ironicly once upon a time I got these to play using the 2.5 script now I cant Weird man!
Thanks,
Steve 8O

Dialhot 08-10-2004 12:18 PM

Quote:

Originally Posted by Blubear
The Script error is telling me there is a problem with the source but the source

Read again the message ! It is telling you that there is no function mpeg2source, that means that the mpeg2dec3.dll file IS NOT FOUND in the plugin directory where you put it.

Try to add a "loadplugin" line like you did in avs2.0 to see if that correct the problem. But if it does THAT IS NOT NORMAL !

PS: are you administrator on your PC or do you use a limited privileges user ?

Blubear 08-10-2004 12:42 PM

@Dialhot
 
Hi Phil,
Tried the script line errror message said.....couln't find MPEG2DEC3.dll. Took the line out message error as before couldn't find MPEG2Source. I then redownloaded all the CURRENT 2.5 .dll's used in the script and re inserted them in the folder.... No joy, Cant find MPEG2Source again. Did not quiet understand your last statement about privledges except if this helps the computer I use is a family computer set up on NTFS system, with four other users sharing it. It runs Windows 2002 XP with Pnt4 processor 2.0 Ghz..if that makes sence (Iam not a Teckie Lol :) ) I have only loaded the newest XVID Codec and ACE Mega Codec Pack...
Hope this helps in any way,
Steve. :?:

Dialhot 08-10-2004 02:35 PM

Re: @Dialhot
 
Quote:

Originally Posted by Blubear
couln't find MPEG2DEC3.dll.

???
Did you put exactly the complete path that lead to the file and not only its name ?

Quote:

Did not quiet understand your last statement about privledges except if this helps the computer I use is a family computer set up on NTFS system, with four other users sharing it.
You have to tell me if the user YOU are using has administrator privileges or not ! It seems to me that all your problems are because you don't have the permission to read in the avisynth/plugin directory !

Blubear 08-11-2004 03:01 PM

problem solved.
 
Hi to all,
I solved the problem with thanks by uninstalling everything and re installing everything methodicly one by one. I also got rid of the ACE Mega codec pack and used a slightly older Gordian knot codec pack. All appears to work now except media player will not read the MPEG2 Video without sound.. POWER DVD does read it ok.
Thank you very much for your patience every body,
Thanks,
Steve. :D


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