02-28-2003, 08:06 AM
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
02-28-2003, 08:49 AM
|
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  )
|
02-28-2003, 09:48 AM
|
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
|
02-28-2003, 10:24 AM
|
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!
|
02-28-2003, 11:53 AM
|
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
|
02-28-2003, 12:48 PM
|
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)!?
|
02-28-2003, 12:50 PM
|
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.
|
02-28-2003, 01:14 PM
|
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
|
02-28-2003, 04:38 PM
|
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
|
02-28-2003, 05:27 PM
|
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
|
02-28-2003, 09:29 PM
|
Free Member
|
|
Join Date: Jun 2002
Posts: 129
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
What exactly is the "clip" parameter for?
|
03-01-2003, 11:24 AM
|
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!
|
03-01-2003, 07:12 PM
|
Free Member
|
|
Join Date: Jun 2002
Location: São Paulo - Brasil
Posts: 879
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
|
03-01-2003, 07:37 PM
|
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
|
I did say: "Look at this .avs I'm using for testing"
-kwag
|
03-01-2003, 07:44 PM
|
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
|
03-01-2003, 07:48 PM
|
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
|
All times are GMT -5. The time now is 12:57 AM — vBulletin © Jelsoft Enterprises Ltd
|