View Single Post
Old 14th August 2019, 19:15   #6  |  Link
szabi
Registered User
 
Join Date: Nov 2004
Posts: 251
Without any suggestion I use this with adding 5 sec blankclip:
Code:
AVISource("D:\wedding\tdk vhsc.avi")
AssumeFPS(25,1)
AssumeBFF()
ConvertBits(8)
ConvertToYV12(interlaced=true)
QTGMC( Preset="Slow", EdiThreads=2, EZDenoise=1.2, TR2=2, Rep2=2, Sharpness=0.8, SLMode=1 )
SelectEven()
Tweak(hue=0, sat=1.0, bright=-1, cont=1.0, dither=true, coring=false)
Levels(8, 0.995, 255, 8, 248,dither=true,coring=false)
crop(10, 2, -10, -2)
LanczosResize(696,520)
FadeIO(25, color=$000000, fps=25.0)
video1=last
BlankClip(length=125, width=696, height=520, pixel_type="YV12", fps=25, fps_denominator=1, audio_rate=48000, channels=2, sample_type="24bit", color=$000000)
video2=last
video2+video1+video2
It is propably not the best available improvement however by own that is I can do.

If I do not google just asking I blamed, use search. If I do google search I blamed too.
I gathered all founded information in initial post to be useful anyone, not only one liner init post like "I need VHS restore help".
I spent time to do my best.
First answer post only points my weak knowledge, but provide no help.
I might be too sensitive but after all it fell badly.
Nevermind now.


My old machine work on this 40 minutes wedding video around 7 hours.

EDIT: FranceBB. You did post during I answer StainlessS.
I checked the sample you uploaded and I trying to figure out your script.
I did not mention it, "AviSynthPlus-MT-r2772.exe" is used.
Thanks for your help.
Regards
szabi

Last edited by szabi; 14th August 2019 at 19:38.
szabi is offline   Reply With Quote