Quantcast Avisynth: Temporalcleaner and Smartsmoother - digitalFAQ.com Forums [Archives]
Go Back    digitalFAQ.com Forums [Archives] > Video Production Forums > Avisynth Scripting

Reply
 
LinkBack Thread Tools
  #1  
09-18-2002, 11:52 AM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
Hi Kwag,

Found plugins for VirtualDub called "TemporalCleaner" and "SmartSmoother".
Is there a way to use these plugins with avisynth. They are suppose
to clean picture image "mosquito effect" and "block soften" while compress-
ing filesize. This is the best of both worlds. Their only negative is slowing
down encoding time. I want to test them, but must use VirtualDub to
frameserve for Tmpgenc. Is there a way to have avisynth call them.

Thanx

-black prince
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  
09-18-2002, 12:28 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 black prince,

TempoalSmoother works better than "TemporalCleaner" and "SmartSmoother". But based on my latest tests, I've found C3D even better, because it filters the "mosquito effect" better than TemporalSmoother, but maintains higher sharpness and no ghosting effect. Even using TemporalSmoother(2,2) I can see some ghosting or "silk" effect on top of the video on some movies. I only use TemporalSmoother for captures and very noisy DVD's. I am now more biased towards C3D, because of the results.

-kwag
Reply With Quote
  #3  
09-18-2002, 02:17 PM
black prince black prince is offline
Free Member
 
Join Date: Jul 2002
Posts: 1,224
Thanks: 0
Thanked 0 Times in 0 Posts
@Kwag

What settings are you using now for C3D. My last settings
were C3D(1,4,6,3,5,2.5,0).

Thanx

-black prince
Reply With Quote
  #4  
09-18-2002, 02:50 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 black prince
@Kwag

What settings are you using now for C3D. My last settings
were C3D(1,4,6,3,5,2.5,0).

Thanx

-black prince
Convolution3d (1,0,0,7,7,3,0)

-kwag
Reply With Quote
  #5  
09-18-2002, 10:24 PM
rendalunit rendalunit is offline
Free Member
 
Join Date: Apr 2002
Location: san jose, Ca
Posts: 1,148
Thanks: 0
Thanked 0 Times in 0 Posts
hey black prince,

You can use the smart smoother vdub filter with AviSynth with this plugin vdub filters 1.4. Mario posted this link in another thread

ren
Reply With Quote
  #6  
09-24-2002, 12:44 AM
Bombero0437 Bombero0437 is offline
Free Member
 
Join Date: Sep 2002
Location: (USA) Florida
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
Kwag, Where can i get the C3D filter and how do i get it to work in my fitcd script please.?
Reply With Quote
  #7  
09-26-2002, 10:54 PM
Loose Moose Loose Moose is offline
Free Member
 
Join Date: Jun 2002
Location: North of 40
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Bombero0437
Kwag, Where can i get the C3D filter and how do i get it to work in my fitcd script please.?

Hi

try this :

LoadPlugin("C:\MPEG2DEC.dll")
LoadPlugin("C:\Convolution3d.dll")
mpeg2source("D:\movie.d2v")
BilinearResize(336,192,45,0,630,480)
Convolution3d (1, 8, 8, 8, 8, 3, 0)
#TemporalSmoother(1,2)
AddBorders(8,24,8,24)

Here's the web site for "Convolution3D for AviSynth" : http://hellninjacommando.com/con3d/


LM
__________________
If it ain't broke, you're not trying !
Reply With Quote
  #8  
09-30-2002, 03:46 PM
Lula1 Lula1 is offline
Free Member
 
Join Date: Jul 2002
Location: Rio - Brasil
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via ICQ to Lula1
Loose Moose,

Your settings for convolution3d are pretty different from what Kwag suggested. Can you ( or Kwag ) explain the difference ?
Reply With Quote
  #9  
09-30-2002, 03:51 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
Hey lula,
Some like blondes, some like brunettes
It really depends on the source material.
I chose "softer" filtering parameters. Not as strong as Loose Moose's settings.

-kwag
Reply With Quote
  #10  
09-30-2002, 03:55 PM
Loose Moose Loose Moose is offline
Free Member
 
Join Date: Jun 2002
Location: North of 40
Posts: 20
Thanks: 0
Thanked 0 Times in 0 Posts
Quote:
Originally Posted by Lula1
Loose Moose,

Your settings for convolution3d are pretty different from what Kwag suggested. Can you ( or Kwag ) explain the difference ?
The ones I used here are taken from the authors page.
Please have a look at the different settings for C3D and their meaning.


http://hellninjacommando.com/con3d/readme.html

BTW there is a "GeneralConvolution" included in avisynth.


LM
__________________
If it ain't broke, you're not trying !
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Is temporalcleaner a better choice instead of temporalsoften? Jimblob Video Encoding and Conversion 2 05-03-2004 02:21 PM
Avisynth: Detect scene change and TemporalCleaner ? NismoSX Avisynth Scripting 4 07-19-2003 12:20 PM




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