2017-12-21, 03:07 PM
(2017-12-21, 09:42 AM)random.next Wrote:(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!If input video has logo you must use sourceMask or overlayMask parameter:
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.
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.