View Single Post
Old 26th September 2022, 00:15   #489  |  Link
doctorkhv
Registered User
 
Join Date: Mar 2019
Posts: 48
Quote:
Originally Posted by StainlessS View Post
doctorkhv, see here [Postimages instructions]:- https://forum.doom9.org/showthread.p...ge#post1959414
Thank you so much StainlessS

Thank you so much VoodooFX

I never saw a video without spots.

I am unable to apply the InpaintDelogo-temp.avs script. , used XviD4PSP 5
PHP Code:
Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\AudioFunctions.avs")
Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\functions\VideoFunctions.avs")
LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\FFMS2.dll")
Import("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\FFMS2.avsi")
LoadPlugin("C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\SplineResize.dll")

FFmpegSource2("D:\Un.homme.et.une.femme.1966.mkv"rffmode=0threads=1cachefile="D:\Temp\Un.homme.et.une.femme.1966.mkv.ffindex")

ConvertToYV12()

###[FILTERING]###
XviD4PSPPluginsPath "C:\Program Files (x86)\XviD4PSP 5\dlls\AviSynth\plugins\"

Import(XviD4PSPPluginsPath + "
InpaintDelogo-temp.avs")

InpaintFunc(last,mask="
D:\spots.png", Loc="0,0,0,0", Inflate=0) 
doctorkhv is offline   Reply With Quote