Quantcast Avisynth: a Newbie Needs Help with Script - digitalFAQ.com Forums [Archives]
  #1  
01-29-2004, 01:40 AM
eqlb02 eqlb02 is offline
Free Member
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
hi i recently just started using avisynth and i was wondering
if this script is good or needs some tweaking
Code:
#### 
## Main section and static filters ### 
# 
nf=3
AviSource("what ever the movie is ",false)
ConvertToyv12()
BlindPP(CPU=4) 
# 
undot() 
STMedianFilter(3, 3, 1, 1 ) 
MergeChroma(blur(1.5)) 
MergeLuma(blur(0.1)) 
Limiter() 
asharp(1, 4) 
### 
SwitchThreshold = (Width<=352) ? 5 : (Width<=480) ? 4 : 3 
ScriptClip("nf = YDifferenceToNext()"+chr(13)+ "nf >= SwitchThreshold ? \ 
unfilter( -(fmin(round(nf)*4, 100)), -(fmin(round(nf)*4, 100)) ) : \ 
TemporalCleaner(round(6+nf), round(13+nf)) ")   
deen("c2d",2,8,10) 
VagueDenoiser(threshold=0.8,method=1,nsteps=6,chroma= true)
Blockbuster(method="noise",detail_min=1,detail_max=10,variance=0.3,seed=5623)
DCTFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
FluxSmooth()

# 
# 
# 
Limiter() 
# 
# 
## Functions ### 
function fmin( int f1, int f2) { 
  return ( f1<f2 ) ? f1 : f2 
} 
# 
####
thanks for any help you could give
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
  #2  
01-29-2004, 01:54 AM
eqlb02 eqlb02 is offline
Free Member
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
opps i meant is there any way to make this script better for video
or is it good as it is. any thing that should change.
With this script it makes a good quilaty video but would be nice
to now if i'm going about it the right way or is something wrong with it
Reply With Quote
  #3  
01-29-2004, 04:27 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
You script is far TOO heavy.

STMedianFilter -> spatio-temporal filter
unfilter / TemporalCleaner -> spatial / temporal
deen("c2d" -> spatial
VagueDenoiser -> spatio-temporal
FluxSmooth() -> spatio-temporal



The value of a script isn't based on the number of filters it includes

The most amazing in this is that you are doing an avi and for that you mixed both avi->kvcd optimal script AND MA script (that MUST'NT be used on avis !)

My advice : use the optimal scripts provided on the forum avi->kvcd
Or use the latest optimal script AS IT ! No need to add any lines like you did (deen, vaguedenoiser, fluxsmooth...)

What were you needs and/or your idea when you decide to add these lines ?
Reply With Quote
  #4  
01-29-2004, 10:37 AM
eqlb02 eqlb02 is offline
Free Member
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
When i used ether the ma or the avi script. i had a lot of noise
and alot blending of colors. And i think it was kwag(i hope thats right name)
script gave me a few issue's with certian avi's. it wouldn't start the
movie in ether player or tmpeg. So me be a newbie thought i could
do that.i did read a little bit of infromation on how to use avisynth and it's plugins
but some of that infromation threw me for a loop :-p .

i realy dont know what you meant by my script is heavy.
Reply With Quote
  #5  
01-29-2004, 10:40 AM
eqlb02 eqlb02 is offline
Free Member
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
lol i dint see that forum and subject and i didnt see your optimal
script there. i'm a reall dioot. so for that i will give that script
a try. *blushes* *changes hair from blond to red*
Reply With Quote
  #6  
01-29-2004, 11:24 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by eqlb02
i realy dont know what you meant by my script is heavy.
Heavy means that you are filtering too much.
Filters do not only remove noise, they also remove tiny details in the picture. And the more you remove, the more your piocture looks blurry and soft. The result isn't very pleasant for the eye.
Reply With Quote
  #7  
01-29-2004, 11:39 AM
eqlb02 eqlb02 is offline
Free Member
 
Join Date: Jan 2004
Posts: 16
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for the help there. I really needed it.
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Newbie guide for Mencoder with Avisynth support rds_correia Video Encoding and Conversion 44 05-02-2004 05:07 PM
Newbie hat frage zu problem mit einem avs-script sigi144 Video Konvertierung und Encodieren (Deutsch) 11 01-20-2004 01:43 PM
Please help a newbie with not the right tool Rambytes Avisynth Scripting 4 08-02-2003 05:12 PM
Newbie! Was heisst AR und CQ? Repsac Video Konvertierung und Encodieren (Deutsch) 11 07-13-2003 06:57 AM
Newbie ptite kestion???? Evile-Death Conversion et d'Encodage de Vidéo (Français) 1 06-12-2003 01:07 AM

Thread Tools



 
All times are GMT -5. The time now is 05:57 PM  —  vBulletin © Jelsoft Enterprises Ltd