![]() |
Avisynth Switcher???
Hi Forum,
Just a quick question. Does anybody know where I can get a working version of AVS switcher. I have searched on the Internet but all the links provided are dead. Any help Much Appreciated, Thanks, Blubear. :roll: |
You really don't need that. Using avs2.08 is like using Win3.11, Prehistory !
Whatever you need to do, just ask and we will tell you how to use 2.5.4 for that. |
HI Bluebear
I agree with Phil i have had avisynth switcher on my computer for a long time and since i switched to 2.5 i don't think i ever used it,i only downloaded it in case i couldn't understand how to use 2.5 I have since deleted it |
Hi Phil, Bigggt,
Understand what was mentioned I have yet again de installed all versions of AVS both 2.0 and 2.5 and reinstalled onlyv 2.5 . I wish I hadnt though because I cannot find a certain Dll as posted in AVS forum - Avisynth c_.dll . I am sure I had this before but cant find it anywhere now including AVS site. Can you assist at all Guys Steve. :? |
I just checked and i have in system 32 folder ,i don't understand why you just don't unistall all again and go download a new avisyntyh 2.54 or 2.55 and start over.
when i was trying to switch from 2.08 to 2.52 i must have unistalled and installed 50 times and never had a problem |
mess..for Bigggt
Hi Bigggt,
Thanks for answering. I have uninstalled both versions many times. I never had any problems till I went to AVS version 2.5 as it was reputed to be better than 2.0 . Problem is I cant get the damm thing to work at all with anything. I have not yet been able to make one KVCD since istalling it. It crashed in tok ,making extremely big file sizes eg. in excess of 1GB. Tried CQMatic. Same happened there but i couldnt sort out the dreaded CQ. 89.77 syndrome. I am considering dumping the whole thing as I cant seem to understand whats going on with this filter system. I have only made about three KVCD's two of those was with ACP. The whole thing is a miriad of mini disasters. Thanks for your reply anyway, Much obliged, Steve. :? |
I strongly suggest you to remove ALL codec and codecs pack you have on your PCand to reinstall them properly.
Because I repeat : I do NOT habe this dll on my PC and don't have any problems to read avs script of course. |
Hi phil -All,
I have removed all codec packs and re installed latest from KVCD download section. the path for my DVD2AVI is in C:/ I know it is there. However this is the error message I am now getting which I dont understand as the path is correct: Script Error:There is no function named Mpeg2source" (C:\DOCUME~1\STEVEG~1\Desktop\AVISYN~1.AVS,Line4). Any thoughts anybody please. Steve. :?: |
Hi All
Just forgot to include my script for info: ## Main section and static filters ### # Mpeg2Source("C:\DVD2AVI.d2v") # ConverttoYV12() 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 } nothing wrong with that is there?? Thanks, Steve. :? 8O |
All the plugins for avisynth are automatically loaded in they are in the "plugin" directory of avisynth.
You must put all the dll there ! |
how do I proceed from here
Hi Forum,
If you followed this thread you can see I am having big problems in using the new Avisynth 2.5 filters in programs and efforts that have been made to rectify the mistakes. I am now extremely confused by the whole business. How do I resolve this. Has anybody had these problems and if so could they possibly give me any advise to cure the problem. The problem is at the moment I have been following suggestions made but am not clear how to proceed when this goes t*** up. Any helpfull suggestions or pointers to threads or forums would be most appreciated. At the present my KVCD output is Zero. I cant back up anything because the damm thing has got so many errors and problems I just dont know what to do next. Thanks in advance members, Steve. :cry: |
message to dialhot
Phil,
Thanks for your kind reply. All my .dll's for AVS 2.5 are in the plugin folder on my computer. What now?? I am not 100% sure of what you want me to run through GSPOT the .dll in question? well unfortunatly I have searched extensivly and cant find it. Thanks for your patience. Steve. 8O |
Ada a loadplugin line for each plugin used in the script, like you did previously with avx2.08.
For the GSPOT suggestion, you lost the thread of the discussion ;-) That was when you had problems with avisynth_c.dll (that is a dll taht does NOT exists) in order to find wich codec could have need of this. But now that you can run a script, even with an error, you do not need gspot anymore. But you should try first this script: Code:
Version() |
Hi Phil,
Sorry was at work when I posted the last post. In answer to run the Version() script this is what I got both in media player and Virtual Dub. Windows Media Player: Class not registered (Error=80040154) Virtual Dub: Variable not found. My AVS file and filters are installed directly on the C: Drive and not in program files would this make a difference at all? Steve. |
Avisynth is still definetely NOT installed correctly on your PC !
You should either reinstall the pc from scrtach ! |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.