View Single Post
Old 8th October 2022, 12:44   #551  |  Link
VoodooFX
Banana User
 
VoodooFX's Avatar
 
Join Date: Sep 2008
Posts: 989
Quote:
Originally Posted by Zetti View Post
Thank you very much.

I will test the temp script and im happy to see that i came with something you can use to get the script better for everyone.
Now you can adjust detection position with DetWinHoPos and use Show=12 for preview.
Code:
InpaintDelogo(Loc="60,566,-120,-30", Show=12, DynLocUp=2, DynMask=4, DynTune=170, DynMask4H=150, KillBlobs=-7, KillNoise=5, DetWinHoPos=0.8)



Comparison of Extract=1 vs Extract=-1 vs ReExtract=1 [read help about how to setup negative Extract]:

Code:
InpaintDelogo(Loc="60,566,-120,-30", Show=4, DynLocUp=2, DynMask=4, DynTune=170, DynMask4H=150, KillBlobs=-7, KillNoise=5,
\  Extract=1, ImgDir="D:\Subs", ImgInflate=1, CorrTh=0.7, DetWinHoPos=0.8)
Code:
InpaintDelogo(Loc="60,566,-120,-30", Show=4, DynLocUp=2, DynMask=4, DynTune=170, DynMask4H=150, KillBlobs=-7, KillNoise=5,
\  Extract=-1, ImgDir="D:\Subs", ImgInflate=1, CorrTh=0.7, DetWinHoPos=0.8)
Code:
InpaintDelogo(Loc="60,566,-120,-30", Show=4, DynLocUp=2, DynMask=4, DynTune=170, DynMask4H=150, KillBlobs=-7, KillNoise=5,
\  Extract=-1, ReExtract=1, ImgDir="D:\Subs", ImgInflate=1, CorrTh=0.7, DetWinHoPos=0.8)



Test.mkv file: https://drive.google.com/file/d/1Wi-...ew?usp=sharing
VoodooFX is offline   Reply With Quote