aabxx
15th July 2006, 17:22
Hi, I was wondering about material which is interlaced but which will later in the script be deinterlaced...
Is it better to use peachsmoother in this script like this:
SeparateFields()
even = SelectEven.PeachSmoother()
odd = SelectOdd.PeachSmoother()
Interleave(even, odd)
Weave()
(or perhaps there is a better way of denoising before deinterlace than this script?)
Or is it better to deinterlace first and then use PeachSmoother?
Lindsey Dubb said the first alternative is better, but... would it not be better to just denoise after the deinterlace, as that will better represent the final product?
Is it better to use peachsmoother in this script like this:
SeparateFields()
even = SelectEven.PeachSmoother()
odd = SelectOdd.PeachSmoother()
Interleave(even, odd)
Weave()
(or perhaps there is a better way of denoising before deinterlace than this script?)
Or is it better to deinterlace first and then use PeachSmoother?
Lindsey Dubb said the first alternative is better, but... would it not be better to just denoise after the deinterlace, as that will better represent the final product?