Quantcast Avisynth: Simplify Your AVS Scripts - Page 2 - digitalFAQ.com Forums [Archives]
  #21  
02-28-2003, 09:06 AM
ARnet_tenRA ARnet_tenRA is offline
Free Member
 
Join Date: Jan 2003
Location: Illinois, USA
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
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
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
  #22  
02-28-2003, 09:49 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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)
it's all seems very special!
i save in my "guide folder".(my special folder )

Reply With Quote
  #23  
02-28-2003, 10:48 AM
ARnet_tenRA ARnet_tenRA is offline
Free Member
 
Join Date: Jan 2003
Location: Illinois, USA
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
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.

-Tenra
Reply With Quote
  #24  
02-28-2003, 11:24 AM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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.

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

can you help friend ARnet_tenRA? (net_ten)
thanks in advance!
Reply With Quote
  #25  
02-28-2003, 12:53 PM
ARnet_tenRA ARnet_tenRA is offline
Free Member
 
Join Date: Jan 2003
Location: Illinois, USA
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
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 of your movie.

Regards, Tenra
Reply With Quote
  #26  
02-28-2003, 01:48 PM
alfredini alfredini is offline
Free Member
 
Join Date: Dec 2002
Posts: 38
Thanks: 0
Thanked 0 Times in 0 Posts
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)!?
Reply With Quote
  #27  
02-28-2003, 01:50 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts

thanks friend ARnet_tenRA,

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

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!

thanks my friend.
Reply With Quote
  #28  
02-28-2003, 02:14 PM
ARnet_tenRA ARnet_tenRA is offline
Free Member
 
Join Date: Jan 2003
Location: Illinois, USA
Posts: 73
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by alfredini
You mean SampleClip(10)!?
You are right I corrected it above.

-Tenra
Reply With Quote
  #29  
02-28-2003, 05:38 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
friends help me.....i read the thread and:

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

than i'm:
, and and too!

help please!

what i do?

ps:
you know.....of course
Reply With Quote
  #30  
02-28-2003, 06:27 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
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.

-kwag
Reply With Quote
  #31  
02-28-2003, 10:29 PM
Smoochie3 Smoochie3 is offline
Free Member
 
Join Date: Jun 2002
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
What exactly is the "clip" parameter for?
Reply With Quote
  #32  
03-01-2003, 12:24 PM
jorel jorel is offline
Invalid Email / Banned / Spammer
 
Join Date: Aug 2002
Location: Brasil - MG - third stone from the sun
Posts: 5,570
Thanks: 0
Thanked 0 Times in 0 Posts
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.

-kwag
thanks Kwag,
with a script turn it's easy to understand!
Reply With Quote
  #33  
03-01-2003, 08:12 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
mergechroma/mergeluma, SpaceDust, FluxSmooth, NoMoSmooth, Convolution3d
ALL this filters together?
Reply With Quote
  #34  
03-01-2003, 08:37 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muaddib
mergechroma/mergeluma, SpaceDust, FluxSmooth, NoMoSmooth, Convolution3d
ALL this filters together?
I did say: "Look at this .avs I'm using for testing"

-kwag
Reply With Quote
  #35  
03-01-2003, 08:44 PM
muaddib muaddib is offline
Free Member
 
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
OK... I saw that
But even for a test it is a
Reply With Quote
  #36  
03-01-2003, 08:48 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by muaddib
OK... I saw that
But even for a test it is a


I actually settled for:
Code:
mergechroma(blur(1.50)) 
mergeluma(blur(0.2))
It does wonders, and yes, with all the other filters too

-kwag
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: What scripts are you using? rainer Avisynth Scripting 9 04-17-2007 12:51 AM
what are AviSynth Scripts? krustytheklown Avisynth Scripting 11 08-10-2003 08:43 PM
Sizes with scripts for avisynth 2.08 vs avisynth 2.52 ? jorel Avisynth Scripting 24 07-10-2003 09:57 PM
Avisynth: Can Avisynth chain scripts? MrTibs Avisynth Scripting 6 06-19-2003 06:28 PM
Avisynth: My avisynth scripts do not work ! Kane Avisynth Scripting 2 04-16-2003 03:40 AM

Thread Tools



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