digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Need help with the latest scripts (http://www.digitalfaq.com/archives/avisynth/11260-avisynth-latest-scripts.html)

Nobody 08-01-2004 05:32 AM

Need help with the latest scripts
 
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))

incredible 08-01-2004 05:38 AM

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

Nobody 08-01-2004 05:48 AM

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

Boulder 08-01-2004 07:03 AM

WRITE LEGIBLY.

You'll have a much better chance that someone will answer your question.

Nobody 08-01-2004 07:07 AM

what u mean legibly

Boulder 08-01-2004 07:11 AM

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.

bigggt 08-01-2004 08:16 AM

Hi Smart

Just open your test.avs in WMP or virtualdub and report the exact error,that way it will be eaiser to help :D

Nobody 08-02-2004 01:36 AM

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 :D

Boulder 08-02-2004 02:04 AM

What is the script you are trying to open? Is the path correct?

Nobody 08-02-2004 02:40 AM

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.

incredible 08-02-2004 02:55 AM

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

Nobody 08-03-2004 04:22 AM

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 :D :D :D

Boulder 08-03-2004 04:27 AM

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.

Nobody 08-03-2004 04:58 AM

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).

Boulder 08-03-2004 05:23 AM

Post the exact script you're trying to open, i.e. the one that gives you the error message.

Nobody 08-03-2004 05:32 AM

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

incredible 08-03-2004 05:40 AM

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".

Boulder 08-03-2004 05:43 AM

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 :wink:

Nobody 08-03-2004 05:47 AM

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. :D

Boulder 08-03-2004 05:49 AM

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.

Dialhot 08-03-2004 05:50 AM

You don't have any problem with blindPP that means that you have "somewhere" the mpeg2dec3.dll file that is installed and correctly loaded.

Find where this file is and put the blockbuster-2.5.dll file IN THE SAME DIRECTORY. Not the zip, the DLL !

Nobody 08-03-2004 05:59 AM

Guys look here plz

[/IMG]C:\My Documents\Plugins.JPG[[/IMG]

Guys how do i put a screenshot on this post to show you that the dll's are in the dam folder.

incredible 08-03-2004 06:09 AM

Sorry, dont take it personally, but these are minimal basics when communicating in a forum area, but as you are a noob I'll explain you:

Do get a free webspace account of your choice (use google to find there are many available).

Do your screenshot and safe it as jpeg or even better GIF using a small amount of colors. Copy that gif using a ftp transfer client to your webspace.

Open a post in here and use that "Img" tab above when generating the posting , this will cause a http://www.digitalfaq.com/archives/error.gif


PS: It shouldn't sound arrogant, but in here we are an "advanced Video editing/encoding community" as signed out at the main portal of kvcd.net, means you should at least get some basic infos on regular PC usage as pathes handling etc. so we dont have to explain things from zero which costs a lot of time ;-)

Anerboda 08-03-2004 06:12 AM

If this is the path to your plugin folder :
Quote:

C:\My Documents\Plugins
it's the wrong plugin folder.

Move the folder, or its content to the right folder. That folder would be somewhere like this : C\:Programs\AviSynth\Plugins or what ever it is called on your PC

-Anerboda

edit: Ups, Inc explained it already in some other words...

Dialhot 08-03-2004 06:13 AM

Quote:

Originally Posted by Anerboda
If this is the path to your plugin folder :
Quote:

C:\My Documents\Plugins
it's the wrong plugin folder./quote]

NO ! It's just the place where he tried to put a snapshot to show it to us :-)

Nobody 08-03-2004 06:13 AM

well anyway i know when i have a blockbuster.dll file in my plugins folder so dont try to say i am blind so there must be something else wrong i have it in the same folder as the mpeg2dec3 or what ever that folder is so why isnt it working well i am buggered so im goning to bed ill be back tommorow to retrieve an answer leave as many info posts as you can i will have plenty of time to read them tommorow lol night :D

Dialhot 08-03-2004 06:17 AM

Quote:

Originally Posted by smarty_123
well anyway i know when i have a blockbuster.dll file in my plugins folder so dont try to say i am blind so there must be something else wrong

The only wrong thing is the tone of your voice !
First start to low it down THEN we will try to see if you deserve our help.

The second thing is the lack of '.' in your sentences. We have already said it taht to you more than once ! :banghead:

You say you have blockbuster.dll ? Then read again my previous post and read EXACTLY which file I mentioned !

Boulder 08-03-2004 06:20 AM

Yes, I sure don't need that tone of voice at all. I think I'm done what comes to this thread.

Nobody 08-03-2004 06:25 AM

OMFG fine ill shut up for a while will that be better im just getting frustrated

Nobody 08-03-2004 06:38 AM

Ok guys sorry about before i now am stuck with another error it says "The gripcrop size is unreconized" as in my target output size is not working. I have it set at "320x240" so i am confused any feedback with this would be greatly appricated. (sorry about my spelling) :D

Dialhot 08-03-2004 06:41 AM

put 352x240

Nobody 08-04-2004 01:45 AM

Ok hey guys just had another boring day at "SCHOOL". But im back now and i have just finished doing what all of you guys told me i changed it to 352x240 like dialhot said and it has now worked i got the clip running and its fine but am i asposed to see a difference cause to me i think it looks the same.

Anyway can anyone help me with all these file 404 not fopund messages that i get when i try to download samples and other things off of this site its really annoying and i cant find samples in the left hand menu.
:D THX GUYS.

Boulder 08-04-2004 02:50 AM

You can't make the result look better than the source, this is especially true with AVI sources. Be happy that the quality didn't get lower, that's the biggest point :wink:

Or did you mean something else by it not looking any different?

Dialhot 08-04-2004 03:56 AM

I release all sample test disc (both KVCD and KDVD) on emule almost 24/7.

ed2k://|file|KDVD.Standalone.Compatibility.Samples.-.PAL.rar|147855357|1AD1FAAF7D927FDEA26E8C0F2F39393 0|/
ed2k://|file|kvcd-Compat-v2.nrg|14404280|D6816B349DDAFFC62D8AD913E7D717D9|/
ed2k://|file|KDVD.Standalone.Compatibility.Samples.-.NTSC.rar|64251392|57A749FB506510F09D36506180B2730 C|/

Nobody 08-04-2004 04:39 AM

Is this the right script i should be using or should it be different becuase this source is mostly made up of scenes that are all blocky. Any help would be nice on that.

Also so what do you mean Dialhot are they download links cause every time i try download em i get a syntax error anything on that. :D

Dialhot 08-04-2004 04:56 AM

Quote:

Originally Posted by smarty_123
Is this the right script i should be using or should it be different becuase this source is mostly made up of scenes that are all blocky. Any help would be nice on that.

The source is blocky or the sample you encoded is blocky ?

The script can always be tuned for specific needs in the source but generally, optimal scripts are "optimals" for almost any source.

Quote:

Also so what do you mean Dialhot are they download links cause every time i try download em i get a syntax error anything on that. :D
Emule is a peer-2-peer program. If you do not have it installed on your PC, the system don't know what to do with the links I gave.

Nobody 08-04-2004 06:20 AM

Dialhot thx for the info on emule and sorry for me being a dick when i first started. Also about my source my source is blocky and so is the image after and i mean the source is real blocky its not anything i just need i am just experimenting. :D

Dialhot 08-04-2004 06:25 AM

If blocky means "pixelated", especially in high action scenes, then there is nothing to do. Crap in, crap out.

Nobody 08-05-2004 01:24 AM

Ok thx m8 you and everyone have been a great help thx again. :D


All times are GMT -5. The time now is 06:47 PM  —  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.