Quantcast Avisynth: What's Your Recommended Setting for Tempclean? - digitalFAQ.com Forums [Archives]
  #1  
10-16-2003, 03:02 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
I thought I should try testing encoding with TempClean instead of TempSoft, but I don't know what your latest recommended settings are.
Could you post them, please?
Grateful for your precius time and your help
__________________
AudioSlave
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  
10-16-2003, 03:07 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
In static mode :
TemporalCleaner(ythresh=7,cthresh=15)

In MA adaptative mode :
TemporalCleaner(6+nf,13+nf)

(where nf is the variable already present in optimal MA script).
Reply With Quote
  #3  
10-16-2003, 03:43 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Thanks a LOT
Will try it at once

Nooo! I get an error i VDub. What am I doing wrong?!

EDIT: Could it be related to the internal values of "function"? I have NO idea about this programming stuff...
The error says:
'Script error: Invalid arguments to function "TemporalCleaner"'
__________________
AudioSlave
Reply With Quote
  #4  
10-16-2003, 04:16 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
I found this line in the forum. It works without any errors:
Quote:
TemporalCleaner(fmin(round(6+nf), 7), fmin(round(13+nf), 15)) ")
Can I use this or do I have to change anything to get your recommended values?

EDIT: I saw the updated line, it reads:
Quote:
TemporalCleaner(round(6+nf), round(13+nf)) ")
Is this okay? Again, to get your recommended values right?


Sorry for being a pain in the a**
__________________
AudioSlave
Reply With Quote
  #5  
10-16-2003, 05:16 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Is this okay? Again, to get your recommended values right?
Yeah it's okay. I just forgot that in the MA script provided on this forum, nf is a floating point value.
I use "my" own version of MA script where nf is an integer. So I do not need to "round" it for use it in temporalcleaner.
Reply With Quote
  #6  
10-16-2003, 05:48 PM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Interesting... Do you feel like sharing your script with us? Would be great to get to see how it looks!
__________________
AudioSlave
Reply With Quote
  #7  
10-17-2003, 04:07 AM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
Code:
nf=0
Mpeg2Source("Your_D2V_Source_Here") 
GripCrop(Your_GripCrop_Parameters_Here) 
GripSize(resizer="LanczosResize")
Undot()
STMedianFilter(8,32, 0, 0)
MergeChroma(blur(1.58 ))
MergeLuma(blur(0.1))
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2
ScriptClip("nf = round(YDifferenceToNext())"+chr(13)+ "(nf >= SwitchThreshold) ? unfilter(-(fmin(nf*2,100)),-(fmin(nf*2,100))) : TemporalCleaner(6+nf,13+nf) ")
GripBorders()
function fmin(int f1, int f2) { return (f1<f2) ? f1 : f2 }
Reply With Quote
  #8  
10-17-2003, 05:03 AM
audioslave audioslave is offline
Free Member
 
Join Date: Mar 2003
Location: Sweden
Posts: 725
Thanks: 0
Thanked 0 Times in 0 Posts
Thank you. Will give it a spin as soon as I can
__________________
AudioSlave
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
KVCD: recommended bit rate? ak47 Video Encoding and Conversion 1 06-28-2003 02:09 PM
Avisynth: Dust Not yet recommended... Jellygoose Avisynth Scripting 9 01-22-2003 10:20 AM
KVCD: Force Picture Type Setting - Automatic setting? Reno Video Encoding and Conversion 0 01-22-2003 02:17 AM
Avisynth: Reducing video noise / best template setting? 2COOL Avisynth Scripting 2 10-15-2002 09:34 PM
KVCD: CQ_VBR Quality Setting and CQ Quality Setting, differences ? MoovyGuy Video Encoding and Conversion 6 07-09-2002 01:37 PM

Thread Tools



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