Removing Noise?
-
dragonballultima
- Joined: Wed Apr 06, 2005 7:26 pm
- Contact:
Removing Noise?
When I rip a video and etc. I have noise. I use TMpegEnc, but is there something else for the noise? What should I use? Programs or what? If it is something in the avs script then could someone tell me what filter to use and how to edit it if there is a way. I don't like avs and need help if it is needed to be done there.
- risk one
- Joined: Sun Oct 13, 2002 4:47 pm
You may not like it, but avisynth is probably the best option. this page
http://www.animemusicvideos.org/guides/ ... tqual.html
of the guide talks about cleaning up you footage. For smoothing I'd use where the x can be a number from 1 to 4 (1 is weak smoothing, 4 is strong).
You should check out the other smoothers too, they're all included in the AMVapp, I think.
http://www.animemusicvideos.org/guides/ ... tqual.html
of the guide talks about cleaning up you footage. For smoothing I'd use
Code: Select all
deen("a3d", x)
You should check out the other smoothers too, they're all included in the AMVapp, I think.

