Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#21 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,582
|
Quote:
__________________
See My Avisynth Stuff |
|
![]() |
![]() |
![]() |
#22 | Link | |
Registered User
Join Date: Mar 2002
Location: Krautland
Posts: 903
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#23 | Link | |||
Registered User
Join Date: Nov 2004
Posts: 251
|
Quote:
I did not know as much about resizing. I use "LanczosResize" since 15 years, "Bilinear" was used before. Additionally "Spline64Resize" was a new one for me. Concerning the TV upscale mine in on halfway because it was release in 2013. Many thanks for the detailed information. Quote:
Quote:
I do not find info on "edgesidebleed" and "sBlackerPixel" What are they doing? I found this on YAHR3: Y'et A'nother H'alo R'educing script Others are documented on wiki. Can you help me with that two? Thanks for the sample, both of you. regards szabi Last edited by szabi; 18th August 2019 at 17:44. |
|||
![]() |
![]() |
![]() |
#24 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,582
|
Quote:
"edgesidebleed" in Advanced Denoising.avsi, sBlackerPixel in DDComb.avsi (see my signature) edgesidebleed = edge side bleed fix sBlackerPixel is helper function for Dark Pixels Preserve/Protect since dehalo filter can kill these Pixels
__________________
See My Avisynth Stuff Last edited by real.finder; 18th August 2019 at 21:26. |
|
![]() |
![]() |
![]() |
#25 | Link | |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,467
|
Quote:
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..." |
|
![]() |
![]() |
![]() |
#26 | Link | |
Registered User
Join Date: Nov 2004
Posts: 251
|
Quote:
You are right it was told already, pardon. Do you plan to add these to the external filters on wiki? Emulgator Thanks for the script. May I ask why "TempGaussMC_beta2" is used instead qtgmc? "DeHalo" and "MedSharp2" not listed on wiki but there are similar. However I do not find what "SmoothCurve" and Y-U-Vcurve doing? Regards szabi |
|
![]() |
![]() |
![]() |
#27 | Link | |||
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,467
|
Quote:
Quote:
MedSharp2 you will love as nice sharpener though. Quote:
If chroma suits you ? You got to decide. I don't know how the jackets of the gents looked back then, it was just my guesswork from gazing at the histogram and wanting some U and V over 127 back in. A Viszontlátásra !
__________________
"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..." |
|||
![]() |
![]() |
![]() |
Tags |
avisynth, repair, restore, restoring, vhs |
Thread Tools | Search this Thread |
Display Modes | |
|
|