View Single Post
Old 20th August 2019, 13:15   #25  |  Link
Emulgator
Big Bit Savings Now !
 
Emulgator's Avatar
 
Join Date: Feb 2007
Location: close to the wall
Posts: 1,545
Quote:
May I kindly ask to post your script?
Code:
va=DirectShowSource("E:\_VID\Szabi\tdk vhsc-sample.avi")#.AssumeFieldBased().AssumeBFF() LWLibavSource made framedrops on CDVC ! Lavfilters worked !
aa=DirectShowSource("E:\_VID\Szabi\tdk vhsc-sample.avi")
AudioDub(va,aa)
ConvertAudioTo16bit()
SmoothCurve(HQ=true, interp=100, limiter=false, debug=false, screenW=1280, screenH=768, \
Ycurve="0-15;20-22;80-80;127-127;180-170;245-218;255-235", \
Ucurve="0-16;100-100;127-127;140-145;255-240", \
Vcurve="0-16;100-100;127-127;140-145;255-240")
#ChromaShiftSP(x=-2.0,y=1.0) #you choose what you prefer, I stopped here)
SetMTMode(2)
TempGaussMC_beta2(EdiMode="NNEDI3", tr2=3, sharpness=1.8)
SetMTMode(5)
Stab(range=1, dxmax=4, dymax=4)
#DeHalo: you choose what you prefer, I stopped here)
MedSharp2(str=2)
Lanczos4Resize(960, 720, 10, 4, -10, -6).AddBorders(160, 0, 160, 0, color=$000000)
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain)
"Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..."
Emulgator is offline   Reply With Quote