Quantcast Avisynth: Need Help with the Latest Scripts - digitalFAQ.com Forums [Archives]
  #1  
08-01-2004, 05:32 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
ok well hello i am new to scripts and i am not going so well with them could anyone help me with the latest optimal scripts like these:

Version 4
Code:
AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

(second Blockbuster line optional - use it in worst cases)

Version 3 (aka "new V2")
Code:
AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

(second Blockbuster line optional - use it in worst cases)

Version 2
Code:
AviSource("PATH\NAME.avi",false)
Undot()
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
ATC(2,3,5,0.5,false)
TemporalSoften(2,7,7,3,2)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
GripBorders()


Version 1
Code:
AviSource("PATH\NAME.avi",false)
Blockbuster(method="noise",detail_min=1,detail_max =8,variance=0.3,seed=5823)
Deen()
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.5,seed=5623)
GripBorders()

i have tried them all and i always get something that wont work and can someone tell me where i can get all the dll's or plugins for avisynth like these ones thx:

necessary plugins are : ATC, BlockBuster, Convolution3DYV12, DctFilter, Deen, Gripfit_YV12, Undot, mpeg2dec3 (for BlindPP))
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  
08-01-2004, 05:38 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Do use the V4 as its the latest one released.

Filters can be found here:
http://www.avisynth.org/warpenterprises/

And have to be put in the avisynths folder plugins directory
Reply With Quote
  #3  
08-01-2004, 05:48 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
ok i got the filters but i still need help with avisynth when i open it i fill in the name/path width height of the v4 script and i save as test.avs but when i press play it comes up with different things if i delete the different ones here is a example of one unreconized destination frame size and there are other ones plz help me with this and thx for telling me where to find the dll's
Reply With Quote
  #4  
08-01-2004, 07:03 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
WRITE LEGIBLY.

You'll have a much better chance that someone will answer your question.
Reply With Quote
  #5  
08-01-2004, 07:07 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
what u mean legibly
Reply With Quote
  #6  
08-01-2004, 07:11 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
First of all, there's probably the . and , keys on your keyboard, using capitals at the beginning of a sentence is also nice. All these make the posts much easier to read and I have to admit that your post was very hard to understand. I'm not wasting any of my precious time helping with problems I can't totally understand.
Reply With Quote
  #7  
08-01-2004, 08:16 AM
bigggt bigggt is offline
Free Member
 
Join Date: Mar 2003
Location: IamCanadian
Posts: 848
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Smart

Just open your test.avs in WMP or virtualdub and report the exact error,that way it will be eaiser to help
__________________
Bigggt
Reply With Quote
  #8  
08-02-2004, 01:36 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Ok here is the first of many errors AVISource autodectect: Couldn't open file ERROR Code: 3 (C:\Progra~1\AVISYN~1.5\SOF2.AVS, Line 1)

Ok there it is. Also i get more errors if i leave out one of the commands like blockbuster and i do have all the dll's needed so i am tryuly stuck thx to anyone that can help
Reply With Quote
  #9  
08-02-2004, 02:04 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
What is the script you are trying to open? Is the path correct?
Reply With Quote
  #10  
08-02-2004, 02:40 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Ok this is the script i have been trying to open is what incredible told me it is this one

AviSource("PATH\NAME.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(WIDTH, HEIGHT, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

Im not really sure what u mean by path but yes i have put in where the file is located on my computer.
Reply With Quote
  #11  
08-02-2004, 02:55 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
AviSource("PATH\NAME.avi",false) .....
Im really shure that this is not the RIGHT path.

Quote:
.........
GripCrop(WIDTH, HEIGHT, ..........
Width and Height do stand for the target resolution like 544x480 or 480x480 or 352x240! So you have to insert it
Reply With Quote
  #12  
08-03-2004, 04:22 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Ok you said that the path is not right so it would be helpful if u could find the correct one for me plz and also i have been putting in the resolution which is 320x240 insted of putting in the target resolution would that have anything to do with it. Also i dont see if this is gonna fix my problems with this error AVISource autodectect: Couldn't open file ERROR Code: 3 (C:\Progra~1\AVISYN~1.5\SOF2.AVS, Line 1) thank everyone for helping me so far could u plz keep it up
Reply With Quote
  #13  
08-03-2004, 04:27 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
You'll have to put the path where your source file is in that line. Replace width by 320 and height by 240 if you want to end up with a 320x240 video.
Reply With Quote
  #14  
08-03-2004, 04:58 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
guys im not sure that i am fully understanding this avisynth script making buniess. Ok what i do is this:

1. I get the script and copy it onto a empty text document then i change the PATH\NAME and the WIDTH\HEIGHT then i save it as file.avs i am sure there is something else i do. Is avisynth aspose to like kind of convert a video to like a different source kind of thing or what becuase i always get that error AVISource autodectect: Couldn't open file ERROR Code: 3 (C:\Progra~1\AVISYN~1.5\SOF2.AVS, Line 1).
Reply With Quote
  #15  
08-03-2004, 05:23 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
Post the exact script you're trying to open, i.e. the one that gives you the error message.
Reply With Quote
  #16  
08-03-2004, 05:32 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Ok here is the script

AviSource("C:\Program Files\AviSynth 2.5\sof_avi.avi",false)
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(320, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

This is the error:

Script error: there is no function named "Blockbuster"
(C:\PROGRA~1\AVISYN~1.5\NEWTEX~1.AVS, line 3
Reply With Quote
  #17  
08-03-2004, 05:40 AM
incredible incredible is offline
Free Member
 
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to incredible
Quote:
AviSource("C:\Program Files\AviSynth 2.5\sof_avi.avi",false)
Well I do hope the name of your source is really "sof_avi.avi" and that its available at the path mentioned above! (BTW: Dont put your sources into the avisynth directory, use a special sources directory anywhere you like. For instance "D:\MyMovies\MyMovie.avs"

According to Blockbuster, we already told u to download the blockbuster and all other needed filters at the warpenterprises page at avisynth.org (you even quoted it in another thread when trying to help someone else).

These .dll files of the downloaded filters have to be put into the "PlugIns" directory within "Avisynth 2.5".
Reply With Quote
  #18  
08-03-2004, 05:43 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
That means you don't have the Blockbuster plugin in your plugins folder. Download and extract it to c:\program files\avisynth 2.5\plugins\ .

http://www.avisynth.org/warpenterprises

Why did you say " i always get that error AVISource autodectect: Couldn't open file ERROR Code: 3 (C:\Progra~1\AVISYN~1.5\SOF2.AVS, Line 1)." ?

EDIT: Inc was faster
Reply With Quote
  #19  
08-03-2004, 05:47 AM
Nobody Nobody is offline
Invalid Email / Banned / Spammer
 
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
Well incredible that was well explained but that does not help me at all really i have the blockbuster dll installed. Also is there anything else that you guys think i am doing wrong like do i have to load the plugins to make them work or something if so how do i do that. I saw that in one of these other articals any more help would be very appricated.
Reply With Quote
  #20  
08-03-2004, 05:49 AM
Boulder Boulder is offline
Free Member
 
Join Date: Sep 2002
Location: Lahti, Finland
Posts: 1,652
Thanks: 0
Thanked 0 Times in 0 Posts
You don't have it installed if Avisynth tells you so!

Check your plugins folder.

If you needed to load the plugins manually, we would have told you so. Avisynth loads them automatically if they are placed in the plugins folder.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD2SVCD: Latest optimal scripts for DVD2SVCD Dialhot Video Encoding and Conversion 0 07-10-2004 07:45 AM
Avisynth: STMedianFilter in the Latest Scripts For VHS and captures? dongxu Avisynth Scripting 3 02-26-2004 09:51 AM
Avisynth: Latest KVCD Scripts kwag Avisynth Scripting 1 11-21-2003 02:53 AM
Avisynth: Latest Scripts Thread EvilFactor Avisynth Scripting 3 06-16-2003 11:53 PM
Avisynth: Latest vhs script? Paul0889 Avisynth Scripting 1 04-18-2003 09:31 PM

Thread Tools



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