VideoHelp Forum
+ Reply to Thread
Results 1 to 3 of 3
Thread
  1. Hi, I never done it before, I'm not sure what is the correct procedure to use when I have to deal with multiple logos.

    these "mask.bmp" have the same name in the ss, but I renamed them to mask1 and mask2.


    have I to create the mask1, then the mask2 or both in the same command line?
    what's the syntax?

    then about removing logos, how? as usual with 2 different lines at the same time?

    edit: ok, nvm, it works that way, I used "Impaint" instead of "Deblend" but those damn logos are hard to remove.
    some frames have bubbles.. I have to settle with it.
    Last edited by maudit; 5th Oct 2023 at 05:54.
    Quote Quote  
  2. Originally Posted by VoodooFX View Post
    I don't see any images or files.
    yes, you're right, I've delete it.
    here's the code:

    Code:
    LoadPlugin("C:\\\\util\MeGUI-2913-64\tools\lsmash\LSMASHSource.dll")
    V=LWLibavVideoSource("C:\\DVB-T\TS cut\MKV\-cut.mkv")
    A=LWLibavAudioSource("C:\\DVB-T\TS cut\MKV\-cut.mkv")
    
    V=V.AssumeFPS(25)
    V=AudioDub(V,A)
    V=V.propDelete("_FieldBased")
    V=V.crop(0, 130, 0, -130)
    
    V=V.Loop(0,31714,40540) #spot
    V=V.Loop(0,66830,75781) #spot
    V=V.Loop(0,124429,133430) #spot
    
    V=V.Loop(0,0,373) # cut intro
    
    #V=V.InpaintLoc(Loc="194,0,-1578,-804") # logo borders
    #V=V.InpaintLoc(Loc="1696,784,-120,-0") # logo borders
    #V=V.InpaintLoc(Loc="174,0,-1558,-784") # +20px
    #V=V.InpaintLoc(Loc="1676,764,-100,-0") # +20px
    
    #V=V.InpaintDelogo(mask="C:\\\DVB-T\TS cut\.mask\mask1.bmp", Automask=1, Loc="174,0,-1558,-784", Analyze=2,NoBorderAt="top")
    #V=V.InpaintDelogo(mask="C:\\DVB-T\TS cut\.mask\mask2.bmp", Automask=1, Loc="1676,764,-100,-0", Analyze=2,NoBorderAt="bottom")
    
    V=V.InpaintDelogo(mask="C:\\DVB-T\TS cut\.mask\mask1.bmp", Loc="174,0,-1558,-784", Analyze=2, Mode="Inpaint",NoBorderAt="top")
    V=V.InpaintDelogo(mask="C:\\DVB-T\TS cut\.mask\mask2.bmp", Loc="1676,764,-100,-0", Analyze=2, Mode="Inpaint",NoBorderAt="bottom")
    
    #V=V.SelectRangeEvery(800,20)
    V=V.bbmod(0,1,0,0,128,8)
    #V=V.Waveform(window=16, zoom=64, under=true)
    Return V.Prefetch(7)
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!