07.08.2024, 19:16
I never came up with good descriptions, so there are none.
Not sure whether it helps, but here is what I can remember:
RemoveDirtMC is meant to be a motion compensated version of RemoveDirt (http://avisynth.nl/index.php/RemoveDirt#...irt_Script)
Not sure whether this helps:
remgrainmode: mode used for RemoveGrain
Modes: 0-24
for explanations, see: http://avisynth.nl/index.php/RgTools/RemoveGrain
repmode: mode used to call Repair
Modes: 0-24
for explanations, see: http://avisynth.nl/index.php/RgTools/Repair
limit: noise for RestoreMotionBlocks
for explanations, see: http://avisynth.nl/index.php/RemoveDirt#...tionBlocks
block_size: block size of MAnalyze, blksize 8 is much better for 720x576 noisy source than blksize=16
block_over: block overlapping of MAnalyze 0! 2 or 4 is not good for my noisy b&w 8mm film source
Cu Selur
Ps.: Just noticed the default values were wrong, they should be:
see: https://github.com/Selur/VapoursynthScri...oveDirt.py
(uploaded a new dev version which should fix the defaults)
Not sure whether it helps, but here is what I can remember:
RemoveDirtMC is meant to be a motion compensated version of RemoveDirt (http://avisynth.nl/index.php/RemoveDirt#...irt_Script)
Not sure whether this helps:
remgrainmode: mode used for RemoveGrain
Modes: 0-24
for explanations, see: http://avisynth.nl/index.php/RgTools/RemoveGrain
repmode: mode used to call Repair
Modes: 0-24
for explanations, see: http://avisynth.nl/index.php/RgTools/Repair
limit: noise for RestoreMotionBlocks
for explanations, see: http://avisynth.nl/index.php/RemoveDirt#...tionBlocks
block_size: block size of MAnalyze, blksize 8 is much better for 720x576 noisy source than blksize=16
block_over: block overlapping of MAnalyze 0! 2 or 4 is not good for my noisy b&w 8mm film source
Cu Selur
Ps.: Just noticed the default values were wrong, they should be:
def RemoveDirtMC(input, limit=6, repmode=16, remgrainmode=17, block_size=8, block_over = 4, gpu=False):
(uploaded a new dev version which should fix the defaults)
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.