digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Simplify your AVS scripts (http://www.digitalfaq.com/archives/avisynth/2794-avisynth-simplify-avs.html)

ARnet_tenRA 02-28-2003 08:06 AM

Here is an example that I have used for Predict2.

Predict2 (movie="Shrek", cds=1, cdtime=80, factor=1, Samp1=10, Samp2=13, CQ50, CQ53.8, AudioBitrate=112)

Samp1 and Samp2 are listed in MB.
AudioBitrate is in Kbps

When you run this you will get a new suggested CQ as the first frame of your movie.

Regards, Tenra

jorel 02-28-2003 08:49 AM

Quote:

Originally Posted by ARnet_tenRA
Here is an example that I have used for Predict2.

Predict2 (movie="Shrek", cds=1, cdtime=80, factor=1, Samp1=10, Samp2=13, CQ50, CQ53.8, AudioBitrate=112)

Samp1 and Samp2 are listed in MB.
AudioBitrate is in Kbps

When you run this you will get a new suggested CQ as the first frame of your movie.

Regards, Tenra

thanks friend TenRA(net_ten) :wink:
it's all seems very special!
i save in my "guide folder".(my special folder :D )

8)

ARnet_tenRA 02-28-2003 09:48 AM

jorel,

have you tried SampleClip function yet? It allows you to make a full size sample or make a shorter one.

Just another thing to complicate matters. :wink:

-Tenra

jorel 02-28-2003 10:24 AM

Quote:

Originally Posted by ARnet_tenRA
jorel,

have you tried SampleClip function yet? It allows you to make a full size sample or make a shorter one.

Just another thing to complicate matters. :wink:

-Tenra

8O no,don't know about "SampleClip function".(a pleasure to meet!)

can you help friend ARnet_tenRA? (net_ten) :wink:
thanks in advance! :D

ARnet_tenRA 02-28-2003 11:53 AM

Good to meet you too jorel. :)

SampleClip() #will produce a standard sample which is 1/60 of your movie.

SampleClip(10) #will produce a clip 1/10th the size of the above. 1/600th of your movie.

You can use any interger and it will be 1/60*<number>th :wink: of your movie.

Regards, Tenra

alfredini 02-28-2003 12:48 PM

Quote:

Originally Posted by ARnet_tenRA
SampleClip() #will produce a clip 1/10th the size of the above. 1/600th of your movie.

You mean SampleClip(10)!?

jorel 02-28-2003 12:50 PM

:wink:
thanks friend ARnet_tenRA,

i have to read all and try now.
seems amazing. :D

ps:
was a pleasure knows about the prog,is new for me.....

knows you ARnet_tenRA("net_ten"),
was pleasure,is a pleasure and remains a pleasure....
...for me and for everyone here!
:wink:
thanks my friend. :D

ARnet_tenRA 02-28-2003 01:14 PM

Quote:

Originally Posted by alfredini
You mean SampleClip(10)!?

You are right :oops: I corrected it above.

-Tenra

jorel 02-28-2003 04:38 PM

friends help me.....i read the thread and:

i don't know how can i load and use the functions.h

than i'm:
:? , :cry: and :grrr: and :bawl: too!

help please!

what i do? :?

ps:
you know.....of course :imstupid:

kwag 02-28-2003 05:27 PM

Hi Jorel,

Look at this .avs I'm using for testing:

Code:

Import("C:\filters\functions.h")

Mpeg2Source("K:\Movie\xXx\xxx.d2v")
LegalClip()
mergechroma(blur(1.58))
mergeluma(blur(0.6))
GripCrop( width=352, height=480, overscan=1 )
GripSize(resizer="lanczosresize")
SpaceDust()
FluxSmooth(7,7)
NoMoSmooth(40,1,6,1,3,false)
Convolution3d(preset="movieHQ")
GripBorders()
LegalClip()
prediction()
Sampler(length=24)

See the first line Import("C:\filters\functions.h")
That line imports all the DLL's and functions. :wink:

-kwag

Smoochie3 02-28-2003 09:29 PM

What exactly is the "clip" parameter for?

jorel 03-01-2003 11:24 AM

Quote:

Originally Posted by kwag
Hi Jorel,

Look at this .avs I'm using for testing:

Code:

Import("C:\filters\functions.h")

Mpeg2Source("K:\Movie\xXx\xxx.d2v")
LegalClip()
mergechroma(blur(1.58))
mergeluma(blur(0.6))
GripCrop( width=352, height=480, overscan=1 )
GripSize(resizer="lanczosresize")
SpaceDust()
FluxSmooth(7,7)
NoMoSmooth(40,1,6,1,3,false)
Convolution3d(preset="movieHQ")
GripBorders()
LegalClip()
prediction()
Sampler(length=24)

See the first line Import("C:\filters\functions.h")
That line imports all the DLL's and functions. :wink:

-kwag

thanks Kwag,
with a script turn it's easy to understand!
:D

muaddib 03-01-2003 07:12 PM

mergechroma/mergeluma, SpaceDust, FluxSmooth, NoMoSmooth, Convolution3d
ALL this filters together?
:jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop:

kwag 03-01-2003 07:37 PM

Quote:

Originally Posted by muaddib
mergechroma/mergeluma, SpaceDust, FluxSmooth, NoMoSmooth, Convolution3d
ALL this filters together?
:jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop: :jawdrop:

I did say: "Look at this .avs I'm using for testing" :mrgreen:

-kwag

muaddib 03-01-2003 07:44 PM

OK... I saw that :wink:
But even for a test it is a 8O

kwag 03-01-2003 07:48 PM

Quote:

Originally Posted by muaddib
OK... I saw that :wink:
But even for a test it is a 8O

:mrgreen:

I actually settled for:
Code:

mergechroma(blur(1.50))
mergeluma(blur(0.2))

It does wonders, and yes, with all the other filters too :mrgreen:

-kwag


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

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.