This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

VHS-Material TV-tauglich machen
#1
VHS-Material TV-tauglich machen..

..Round 12 ( -B

Hallihallo :-)

Nach langem Gezehter, habe ich es endlich geschafft meine avi mit Avisynth zu laden.
Ich habe ein Skript vom "www".Rainer, aus Forum xyz, was aber irdwo nicht richtig passt.

Am Ende sollte Progressive rauskommen und evt ein paar Parameter einstellbar sein wie entrauschen, schärfen, vlt resize?!

Leider hab ich mich mit dem ganzen Thema nicht von Anfang an auseinandergesetzt. Weshalb ich jetzt wohl auch hier bin ;-I

Hier das Skript (hab zwei verschiedene vom Rainer weil ich unterschiedliche vids hochgeladen hab _und da schon irdw ein Durcheinander entstand-:

AVISource("D:\1992.avi", audio=true)
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing
#ColorYUV(autowhite=true) # auto white balance
AssumeTFF() # optional, BFF for DV source
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3)
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)
TWEAK(0,1.05,-7.3,0.9)
crop(4,2,-4,-8) # use both lines
spline36resize(768,576)

und


#AVISource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.avi", audio=true)
#DirectShowSource("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\1985-Teil1.avi", audio=true)
FFmpegSource2("V:\wetransfer_1985-teil1-avi_2024-12-29_1850\MyClip000.mkv", atrack = -1)
ConvertToYUY2(interlaced=true) # alternative that specifies interlacing
#ColorYUV(autowhite=true) # auto white balance
AssumeTFF() # optional, BFF for DV source
QTGMC(Preset="Slow", EZDenoise=1.5, TR2=3)
#QTGMC(preset="slow", matchpreset="Slow", matchpreset2="Slow", fpsdivisor=2, sourcematch=3, tr1=2, tr2=1, NoiseTR=2, sharpness=0.1)
#QTGMC(preset="Slower", matchpreset="slow", matchpreset2="slow", sourcematch=3, SubPel=2, SubPelInterp=2, TR1=2, TR2=0, NoisePreset="Slower", NoiseProcess = 2,  NoiseTR=2, ShutterBlur=3, sharpness=0.1, EdiThreads=3)
TWEAK(0,1.05,-7.3,0.9)
crop(16,4,-8,-8) # use both lines
spline36resize(768,576)


Was sagt mir das ganze?

[FRAGE]

Momentan kann ich meine avi nur laden wenn ein # vor allen qtgmc einträgen ist. D.h ja qtgmc zeilen werden übersprungen?!
Ich möchte ja aber progressive
aus dem interlace videos machen?!?
Ich danke schonmals recht herzlich für Tipps :-)
Reply


Messages In This Thread
VHS-Material TV-tauglich machen - by RextheC - 12.02.2026, 16:39

Forum Jump:


Users browsing this thread: 1 Guest(s)