Quantcast Big Problems with Installation of Avisynth 2.5 - Page 2 - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #21  
08-10-2004, 02:02 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 Blubear
Dont know if you noticed
I hadn't noticed

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.
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
  #22  
08-10-2004, 11:35 AM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #23  
08-10-2004, 11:37 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 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.
Reply With Quote
  #24  
08-10-2004, 11:44 AM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
Phil,
Yes just double checked for any inconpatables in there and they are all 2.5 and the required ones for the script

Steve
Reply With Quote
  #25  
08-10-2004, 11:56 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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 ?
Reply With Quote
  #26  
08-10-2004, 12:10 PM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #27  
08-10-2004, 12:18 PM
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 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 ?
Reply With Quote
  #28  
08-10-2004, 12:42 PM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #29  
08-10-2004, 02:35 PM
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 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 !
Reply With Quote
  #30  
08-11-2004, 03:01 PM
Blubear Blubear is offline
Free Member
 
Join Date: Mar 2004
Location: Sussex / England
Posts: 175
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Erreur pendant l'installation de avisynth papagegel Conversion et d'Encodage de Vidéo (Français) 2 10-22-2005 01:00 PM
AviSynth - Problème d'installation spirou Conversion et d'Encodage de Vidéo (Français) 1 02-26-2004 12:13 PM
Pb d'installation ?? lolo Conversion et d'Encodage de Vidéo (Français) 12 01-26-2004 12:51 PM
Avisynth: Installation of Avisynth? totonho03 Avisynth Scripting 2 08-28-2003 10:01 AM
How To test if the installation of avisynth was successful? jorel Avisynth Scripting 1 03-02-2003 11:24 AM




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