plomon
29th January 2006, 08:29
most of the denoisers are third-party and can be downloaded from http://www.avisynth.org/warpenterprises/ , and most of those include a readme which explains what they do, how to use them, and usually provides sample use cases. (Docs for many 3rd party filters are also included with Avisynth.) Once the revamp of the wiki is complete that will also be a direct resource.
The reason they have parameters at all is that there is no best setting, every source is unique, but the defaults are tuned to be the "best" for the most sources.
If you need help beyond that, searching this forum for a filter name is guaranteed to find you more information on how to use it.
thx a lot foxyshadis. I posting a few captures from the movie se7en(starring Brad Pitt & Morgan Freeman). These are screenshots of an avisynth script file written on the d2v project of the movie. The script is here:
mpeg2source("f:\se7en\se7en.d2v")
LoadPlugin("d:\program files\avisynth 2.5\plugins\warp\warpsharp.dll")
TomsMoComp(-1,5,1)
ConvertToYV12()
Convolution3d("movielq")
WarpSharp (128, 3,128, -0.6)
Crop(4,58,-8,-60)
LancZosResize(640,272)
The captures are taken from VDub on opening the above script.
Here are they:
Cap1
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap1.jpg
Cap2
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap2.jpg
Cap3
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap3.jpg
Cap4
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap4.jpg
Cap5
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap5.jpg
Cap6
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap6.jpg
In caps 1&2, the backround is Rain. It's a rainy shot. The raining looks very dull to me. The backround seems to be more ghosty. The rain is only sometimes visible clearly(as in Cap2 rather than Cap1).
In Cap3, Bradd Pitt's face has no sharp edges. It looks very blurred.
In Caps 4,5&6, the green wall in the background is extremely pale and dull. Despite the application of a few filters, the screen here looks very rusty and like an old film. I don't know much about filters and their usage. But, from the explanations given about smoothening and sharpening filters, I felt like using the Convolution3d and WarpSharp filters.
Since the source is an Interlaced MPEG2, I used TomsMoComp filter to deinterlace.
The brightness of the entire movie is extremly low. Can this be a reason for my thinking about the lack of sharpness in the captures ?? I don't know.
After looking at the captures, if anyone else too feels that some more enhancement is needed or can be done to the movie and if I need to change the script I wrote, please suggest them now.
The reason they have parameters at all is that there is no best setting, every source is unique, but the defaults are tuned to be the "best" for the most sources.
If you need help beyond that, searching this forum for a filter name is guaranteed to find you more information on how to use it.
thx a lot foxyshadis. I posting a few captures from the movie se7en(starring Brad Pitt & Morgan Freeman). These are screenshots of an avisynth script file written on the d2v project of the movie. The script is here:
mpeg2source("f:\se7en\se7en.d2v")
LoadPlugin("d:\program files\avisynth 2.5\plugins\warp\warpsharp.dll")
TomsMoComp(-1,5,1)
ConvertToYV12()
Convolution3d("movielq")
WarpSharp (128, 3,128, -0.6)
Crop(4,58,-8,-60)
LancZosResize(640,272)
The captures are taken from VDub on opening the above script.
Here are they:
Cap1
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap1.jpg
Cap2
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap2.jpg
Cap3
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap3.jpg
Cap4
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap4.jpg
Cap5
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap5.jpg
Cap6
http://i5.photobucket.com/albums/y189/plomon/Superficial/cap6.jpg
In caps 1&2, the backround is Rain. It's a rainy shot. The raining looks very dull to me. The backround seems to be more ghosty. The rain is only sometimes visible clearly(as in Cap2 rather than Cap1).
In Cap3, Bradd Pitt's face has no sharp edges. It looks very blurred.
In Caps 4,5&6, the green wall in the background is extremely pale and dull. Despite the application of a few filters, the screen here looks very rusty and like an old film. I don't know much about filters and their usage. But, from the explanations given about smoothening and sharpening filters, I felt like using the Convolution3d and WarpSharp filters.
Since the source is an Interlaced MPEG2, I used TomsMoComp filter to deinterlace.
The brightness of the entire movie is extremly low. Can this be a reason for my thinking about the lack of sharpness in the captures ?? I don't know.
After looking at the captures, if anyone else too feels that some more enhancement is needed or can be done to the movie and if I need to change the script I wrote, please suggest them now.