(2017-12-21, 03:24 AM)Colek Wrote: Decided to have some fun with the plugin, but sadly my Russian isn't really great, but it is working very well right now!
I had HDTV capture of Taxi 3 on HDD and Bluray, so I decided to test it along with these two.
HDTV capture isn't logo free, but the framing is very different throughout the movie. ColorAdjust function sadly didn't do much for me, but I had to use ColorYUV on Bluray and some saturation tweaks on HDTV capture (as it had very bleached out reds). Looks very good! Looking forward to seeing development of this plugin
Could you tell me how would I go about using this plugin with two sources like one is HDTV with logo, and other Web-DL logo free? I would want to use Web-DL to cover up logos from HDTV capture.
If input video has logo you must use sourceMask or overlayMask parameter:
starz=ImageSource("M:\MEDIA\FLLV\SOURCE\STARZ.png", pixel_type="Y8").ColorYUV(levels="TV->PC")
OverlayEngine(OM.ConvertToYV8(), WS.ConvertToYV8(), sourceMask=starz...
Mask is the black&white image where logo is purely black.
Unmasked logo causes high diff values. The diff must be lower than OverlayEngine.maxDiff if it possible. Otherwise each frame will be proccesed separatly without full scene (very slow).
Thanks for the reply, appreciated. Sadly, I've followed your steps and overlay just masks whole video, not just masked out part. I've tried changing from sourceMask to overlayMask, inverting colours on the .png file, but I always end up with overlay just going onto the whole video, not just the logos.
Looks like the same transfer with different small cropping and color matrix. Are you sure that AutoOverlay is needed here? Maybe static overlay with mask for logo will be more useful.
I guess that Taxi 3 will be better for example script because the sources have significantly different aspect ratio.
If you can upload the samples in the original quality without reencoding please.
# High perfomance MT functions from resampleMT plugin.
fastResizeFunction="BilinearResizeMT"
bestResizeFunction="Spline64ResizeMT"
# Analysis pass is recommended. Stat file is not overwritable.
analysisPass=false
statFile="E:\MEDIA\Taxi\Overlay.stat"
# Editor may be used after analysis pass
editor=false
I'm too busy with Harry Potter, and don't dare to run an avisynth script while x264 is encoding another script - probably nothing would happen, but you know, 20+hrs encoding and then discover you got glitches is not a nice discovery!
But happy to see the plugin is working well! Hope to test it in the next weeks!
Meanwhile, random.next and Colek, if you would like to write a simple "how to" guide with images - like explaining how a script work to a 5yrs old avisynth genius - it will be great!
First I need to release a stable build and publish a reference guide in english including.
At the moment you can create a separate thread to discuss about but without my active techincal support.