09-18-2002, 11:52 AM
|
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
|
Someday, 12:01 PM
|
|
Site Staff / Ad Manager
|
|
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
|
|
|
09-18-2002, 12:28 PM
|
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
|
09-18-2002, 02:17 PM
|
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
|
09-18-2002, 02:50 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 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
|
09-18-2002, 10:24 PM
|
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
|
09-24-2002, 12:44 AM
|
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.?
|
09-26-2002, 10:54 PM
|
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 !
|
09-30-2002, 03:46 PM
|
Free Member
|
|
Join Date: Jul 2002
Location: Rio - Brasil
Posts: 26
Thanks: 0
Thanked 0 Times in 0 Posts
|
|
Loose Moose,
Your settings for convolution3d are pretty different from what Kwag suggested. Can you ( or Kwag ) explain the difference ?
|
09-30-2002, 03:51 PM
|
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
|
09-30-2002, 03:55 PM
|
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 !
|
All times are GMT -5. The time now is 06:49 AM — vBulletin © Jelsoft Enterprises Ltd
|