VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. Hi ****

    I have this script that seems generate an output with the logo (clip2) that is a little flickering:


    Code:
    Import("v:\automazioneclip\avisynth\plugins\IResize.avsi")
    LoadPlugin("v:\automazioneclip\avisynth\plugins\LSMASHSource.dll")
    LoadCPlugin("v:\automazioneclip\yadif.dll")                 
    clip1=LWLibavVideoSource("V:\pere\VIDEO1\pere.mxf")
    clip2=ImageSource("V:\MINIARCHIVIO\Angelini\2021\schermata con logo trasparente 2.tga", pixel_type="RGB32")
    Overlay(clip1, clip2, mask=ShowAlpha(clip2))
    AssumeFPS(25)
    the .TGA is this:

    https://www.dropbox.com/s/00robw4ojs3vzdb/schermata%20con%20logo%20trasparente%202.tga?dl=0

    the source in clip1 is video file .mxf 50i

    I wonder if is there a way to make "deflickering" the .tga if possible, thanks
    Quote Quote  
  2. Add a vertical blur to the logo. Blur(0.0, 1.0) or Santiag(2,2) or both. Better yet, don't use very thin horizontal lines in interlaced video.
    Quote Quote  



Similar Threads

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