Zach
2nd August 2007, 03:46
Disclaimer: I know what I'm about to ask is subjective and also depends on the source material at hand, but I am just seeking a "rule of thumb" type response from the experts.
Take this script for example:
AviSource("clip.avi") #noisy 352x240 clip
ColorMatrix()
Tweak( sat=1.2, bright=2.0, cont=1.2 )
Spline36Resize( 704, 480 )
RemoveGrain(mode=2)
FFT3DGPU( sigma=3.5, sharpen=0.4, precision=2 )
FFT3DGPU is a must because it's a great filter and produces great results, so is using RemoveGrain() after the resize overkill?
There is a difference in the resulting video if I remove it--and doing a Compare() confirms this--but in real-time, the actual difference is just on the edge of perception (you know how that goes), so I can't tell if it's better, worse, or just different. ;)
So I'm just curious what you video encoding "experts" think. As a rule of thumb, would you consider using both denoising filters? Or is that just overkill and only something you would do as a last-ditch effort to try to improve things?
Take this script for example:
AviSource("clip.avi") #noisy 352x240 clip
ColorMatrix()
Tweak( sat=1.2, bright=2.0, cont=1.2 )
Spline36Resize( 704, 480 )
RemoveGrain(mode=2)
FFT3DGPU( sigma=3.5, sharpen=0.4, precision=2 )
FFT3DGPU is a must because it's a great filter and produces great results, so is using RemoveGrain() after the resize overkill?
There is a difference in the resulting video if I remove it--and doing a Compare() confirms this--but in real-time, the actual difference is just on the edge of perception (you know how that goes), so I can't tell if it's better, worse, or just different. ;)
So I'm just curious what you video encoding "experts" think. As a rule of thumb, would you consider using both denoising filters? Or is that just overkill and only something you would do as a last-ditch effort to try to improve things?