Log in

View Full Version : How i can fix this


encho1982
24th November 2011, 19:11
Hello, I'm not sure if this is right place to ask your question so I apologize if I. I have a video that I downloaded from the Internet and in the format flv. Looks like this:

http://store.picbg.net/pubpic/2E/75/589b4f4fff952e75.png

I tried to fix it and got this:

http://store.picbg.net/pubpic/60/3F/a4c7945d20a8603f.png

As you can see I have a lot of progress. I want to ask how they can handle the file to see better? What filters should I use?

I used this script:

LoadPlugin("C:\MeGUI\Plugins123\RemoveGrain\RemoveGrain.dll")
LoadPlugin("C:\MeGUI\Plugins123\Нова папка\kerneldeint140.dll")
LoadPlugin("C:\MeGUI\Plugins123\FFT3DFilter\FFT3DFilter.dll")
DirectShowSource("C:\Users\Encho\Desktop\a.flv")
KernelDeint(order=0, threshold=100, sharp=true, twoway=true, map=true)
LanczosResize(400, 320, 0, 0.75)
Sharpen(0.74, 0.2)
FFT3DFilter(sigma=2, sharpen=1)
RemoveGrain()

*********************************************************