View Single Post
Old 23rd June 2021, 11:23   #3  |  Link
FranceBB
Broadcast Encoder
 
FranceBB's Avatar
 
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 2,883
Well, there wasn't much I could do, but here's my attempt:

Code:
FFVideoSource("\\mibctvan000\Ingest\MEDIA\temp\snip.mkv")
AssumeBFF()
QTGMC(Preset="Placebo")
source=last
left=Crop(source, 0, 0, -354, -0).tweak(hue=40.0)
right=Crop(source, 366, 0, -0, -0).tweak(hue=-140.0, sat=0.80)
StackHorizontal(left, right)
Cnr2(mode="ooo", scdthr=255.0, ln=255, lm=222, un=255, um=255, vn=255, vm=255)
Tweak(sat=0.40, interp=32)
Levels(6, 1.0, 245, 0, 255)
dfttest(sigma=64, tbsize=1, lsb_in=false, lsb=false, Y=true, U=true, V=true, opt=0, dither=0)

Original vs Filtered:




EDIT: Ah, David was faster than me to reply, I didn't see his reply 'till I reloaded the page eheheheh
FranceBB is offline   Reply With Quote