View Single Post
Old 21st November 2022, 13:53   #12  |  Link
color
Registered User
 
color's Avatar
 
Join Date: May 2016
Posts: 235
Quote:
Originally Posted by VoodooFX View Post
Coords is short form of coordinates, I meant set coords of your logo to Loc parameter.

For your sample it's:
Code:
InpaintDelogo( mask="C:\1.bmp", Loc="1388,944,-280,-24", Mode="Deblend" )
or like this if you want:
Code:
coords = "1388,944,-280,-24"
InpaintDelogo( mask="C:\1.bmp", Loc=coords, Mode="Deblend" )
Use Crop(1388,944,-280,-24) to see what those coords means.

Btw, never use "DirectShowSource" filter, it's outdated too.
Oh, now I get it, "location" for the logo. I thought it ment it is creating data from the mask. (thanks for having patient with me, my english is not so great)

I do get this error now. Still a bit unshour what is wrong, I have checked so all the required plugins are up to date as well. Or have I missed something?

EDIT: I use latest Avisynt+

__________________
Automatic Colorization

Last edited by color; 21st November 2022 at 14:05.
color is offline   Reply With Quote