Log in

View Full Version : Noise Filter


tigerstyle
7th April 2005, 14:20
Hi I need a pretty heavy duty noise filter and some settings for it. I will post a picture of what my video looks like later since I am not at home at the moment. Thanks

Guest
7th April 2005, 14:54
You also need to use the search function.:search:

Didée
7th April 2005, 15:03
Sounds more like "usage" than "development" to me, but nonetheless: Let the picture(s) come. If this (http://img156.exs.cx/img156/2999/01thenoise3hl.png) vs. that (http://img156.exs.cx/img156/3091/092xltsmc4au.png) qualifies as "heavy duty", then there is hope. (And "development" the correct forum.)

esby
7th April 2005, 16:07
Hi I need a pretty heavy duty noise filter

Do I assume that you want to make noise in the video?
Or in the reverse, do you want to clean it.

esby

vinetu
7th April 2005, 18:30
Hmmm...
No one can beat the Soulhunter's work on that matter:
-before (http://img200.exs.cx/img200/6308/source0qm.png)

-after (http://img183.exs.cx/img183/5331/result1pq.png)

the tread (http://forum.doom9.org/showthread.php?s=&threadid=92340)

Thank You MAN!!!

tigerstyle
7th April 2005, 18:38
I want to make my video cleaner. thanks

tigerstyle
8th April 2005, 00:33
Here are some screen shots of the video I am trying to encode.

1 (http://img209.exs.cx/img209/1596/17sd1.jpg)

2 (http://img65.exs.cx/img65/2372/21fl.jpg)

3 (http://img65.exs.cx/img65/9683/36nr.jpg)

Please tell me what settings to use. Ohh and they may seem ok from that but moving and fullscreen they are pretty blocky. This is the source image here. (http://img187.exs.cx/img187/2436/source5wg.jpg)

[Edit]
Ohh and when I posted this I thought it was in Avisynth Development sorry for the confusion.

dbzgundam
8th April 2005, 01:44
@tigerstyle

ADV's Eva Renewal is a pure insult to the work done on the video in Japan.

1. It's interlaced (This alone is immediate failure)
2. The encoding plain sucks. There are tons of ringing artifacts in the OP, and grain isn't always handled in the best way either thanks to the encoding.
3. 60i credits
4. Interlacing (again, because it's just that much of a sin)


It's not easy to nicely encode these DVDs since, it's not on only a bit noisy from the source materials (that's probably the least of your problems), but the encoding really shitted it up. :mad: Don't get me wrong though, it's much better than some other anime DVDs that the other Doom9 members and myself have dealt with. ;)

I used this script:

MPEG2Source("F:\EVANGELION_VOL_4_PLATINUM\VIDEO_TS\d2v.d2v",ipp=true,idct=7)
LoadPlugin("C:\Program Files\AviSynth 2.5\plugins\TIVTC\TIVTC.dll.")
TFM(order=1,mode=0,pp=7)
Decimate()
Convolution3D(preset="animehq").undot.undot
FFT3DFilter(sigma=3.2)
SmoothD(quant=1,zero_weight=8)
Deen("a3d",1,3,4)

And, use x264!

Kagura
8th April 2005, 07:01
FFT3D? Deen? SmoothD?

All in the same script?

/me faints

It... *is* a DVD, isn't it?

tigerstyle
8th April 2005, 14:30
Yes It is a DVD it is the Platimum edition of EVA but I can encode the origanil but I thought that this would be better quality. Ohh and I am using AVIEdit to make my scripts but I will try your script and plug it into mine thanks.


P.S. What one would be better to encode the original or the Remastered one. thanks for all your guys help.

dbzgundam
8th April 2005, 23:24
Originally posted by tigerstyle
Yes It is a DVD it is the Platimum edition of EVA but I can encode the origanil but I thought that this would be better quality. Ohh and I am using AVIEdit to make my scripts but I will try your script and plug it into mine thanks.


P.S. What one would be better to encode the original or the Remastered one. thanks for all your guys help.

The remastered one, of course.

tigerstyle
9th April 2005, 02:16
Alright it helped clean it up some here is the after pictures.

1 (http://img56.exs.cx/img56/592/118st.jpg)

2 (http://img56.exs.cx/img56/9549/218oi.jpg)

3 (http://img56.exs.cx/img56/8592/317uy.jpg)

Those are the after pictures and it did not clean it up all that much but it did somewhat and you can tell the difference. Ohh and I did not use all of your script I just took pieces of it since it was not reconizing some plugins or fileters. I just filled in some pieces here is mine.

MPEG2Source("F:\EVA\Video\1\Episode 1.d2v",ipp=true,idct=7)
Telecide(1)
Decimate()
Convolution3D(preset="animehq").undot.undot
Deen("a3d",1,3,4)
ConvertToYUY2(interlaced=true)
LanczosResize(640,480)

Well thanks for your help and if you do have some more tips about how to make the quality even more better I would really like to here.