When I use TemporalDegrain() I sometimes get deformed motion. It almost looks like a 3D rotation effect - some foreground objects move faster than some background objects.
For example, using
on http://www.mediafire.com/file/0lym5r657vplaa7/Wide-angle_lens_blurring_sample.wmv, there's deformed motion between frames 22 and 23. In other places too, but that's a good example.Code:a = last a.TemporalDegrain()
Reducing degrain or SAD1/2 (by a lot) helps a little, but in either case denoising effectiveness is reduced obviously. The only thing that prevents almost all deformation is setting HQ=0, but that also reduces denoising.
Is TemporalDegrain() suitable for clips of widely varying sharpness like this one? If so, what are the recommended settings to use with HQ>0 but without deformation?
Is there another MC temporal denoiser that's more suited to this kind of footage perhaps?
Many thanks,
Francois
+ Reply to Thread
Results 1 to 3 of 3
-
-
Any type of temporal filtering can have this sort of artifact if the motion vectors are not calculated correctly . The motion in the original in this sequence is a slight stutter and I think it's confusing the temporal degrain motion vectors
MCTD didn't have an issue on this sample . It's basically a mega function with dozens of included filters, and many parameters to adjust (but there are presets to simply things)
http://avisynth.org/mediawiki/MCTemporalDenoise -
You're right, of course
. When I emulate what TemporalDegrain does up to the first MAnalyse() but follow that with MShow(), and then repeat that with prefiltering disabled, it's clear that many motion vectors of this clip go missing during prefiltering.
One can force TemporalDegrain() to skip prefiltering with
Code:TemporalDegrain (input, denoise=input, HQ=0 )
Thanks for trying this out with MCTemporalDenoise(), I'll definitely check it out.
Similar Threads
-
How to do they Create Motion in this example
By Thread7 in forum Newbie / General discussionsReplies: 3Last Post: 9th Apr 2012, 15:17 -
Stop Motion help?
By leth in forum Newbie / General discussionsReplies: 1Last Post: 30th Nov 2010, 01:12 -
Motion² - first samples!
By nitro1973 in forum Software PlayingReplies: 1Last Post: 25th Apr 2010, 16:00 -
Divx Bitrate Adjustment - Low Motion or High Motion? TmpgEnc Xpress 4
By Sliztzan in forum Video ConversionReplies: 5Last Post: 31st Aug 2008, 20:11 -
Motion
By augiecrazy8 in forum MacReplies: 1Last Post: 12th May 2008, 00:18