08-01-2004, 05:32 AM
|
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))
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
08-01-2004, 05:38 AM
|
Free Member
|
|
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
08-01-2004, 05:48 AM
|
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
|
08-01-2004, 07:03 AM
|
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.
|
08-01-2004, 07:07 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
what u mean legibly
|
08-01-2004, 07:11 AM
|
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.
|
08-01-2004, 08:16 AM
|
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
|
08-02-2004, 01:36 AM
|
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
|
08-02-2004, 02:04 AM
|
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?
|
08-02-2004, 02:40 AM
|
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.
|
08-02-2004, 02:55 AM
|
Free Member
|
|
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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
|
08-03-2004, 04:22 AM
|
Invalid Email / Banned / Spammer
|
|
Join Date: Oct 2012
Posts: 0
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
08-03-2004, 04:27 AM
|
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.
|
08-03-2004, 04:58 AM
|
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).
|
08-03-2004, 05:23 AM
|
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.
|
08-03-2004, 05:32 AM
|
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
|
08-03-2004, 05:40 AM
|
Free Member
|
|
Join Date: May 2003
Location: Germany
Posts: 3,189
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
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".
|
08-03-2004, 05:43 AM
|
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
|
08-03-2004, 05:47 AM
|
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.
|
08-03-2004, 05:49 AM
|
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.
|
All times are GMT -5. The time now is 08:34 PM — vBulletin © Jelsoft Enterprises Ltd
|