Hi ****
I have this script that seems generate an output with the logo (clip2) that is a little flickering:
the .TGA is this: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)
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
+ Reply to Thread
Results 1 to 2 of 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.
Similar Threads
-
How to remove a logo without a smudge
By aruwin in forum EditingReplies: 7Last Post: 12th Dec 2020, 23:51 -
avisynth 50p to 50i: how to avoid the flickering artifacts?
By marcorocchini in forum Newbie / General discussionsReplies: 15Last Post: 20th Jul 2019, 09:58 -
How to remove logo from video
By FlameFusion in forum EditingReplies: 9Last Post: 25th Apr 2018, 23:15 -
How to Remove Logo From MKV File
By 09norcim in forum EditingReplies: 5Last Post: 9th Mar 2018, 05:59 -
How do I use VSDC (or another editor) to remove a logo?
By backwardforward in forum EditingReplies: 7Last Post: 29th Jan 2017, 06:17