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
#31
RemoveDirtMC: hilft etwas:
[Image: grafik.png]
glättet aber recht stark.

Quote:[FRAGE] Was bedeutet "return last"?
Avisynth, um es dem Benutzer einfacher zu machen, hat eine versteckte Variable 'last'.

AVISource("D:\1992.avi", audio=true)
ist das gleiche wie
last = AVISource("D:\1992.avi", audio=true)
und
ConvertToYUY2(interlaced=true)
ist das gleiche wie
ConvertToYUY2(last, interlaced=true)
und
last = ConvertToYUY2(last, interlaced=true)

mit "return last"
geht man sicher, dass auch sicher der letzte Aufruf ohne Variablen ausgegeben wird.

Hat man kein return im Skript wird am Ende automatisch intern ein 'return last' hinzugefügt.
Ist also vor allem eine Klarstellung was gemacht wird.

AVISource("D:\1992.avi", audio=true)
video = AVISource("D:\1993.avi", audio=true)
würde 1992.avi ausgeben.
AVISource("D:\1992.avi", audio=true)
video = AVISource("D:\1993.avi", audio=true)
return last
würde 1992.avi ausgeben.
AVISource("D:\1992.avi", audio=true)
video = AVISource("D:\1993.avi", audio=true)
return video
würde 1993.avi ausgeben.


Quote: und welchen CRT wert soll ich bei VD nehmen?
Keine Ahnung worauf Du Dich da beziehst, habe das letzte mal vor 15 Jahren oder so VD wirklich benutzt.

Quote: noch was kurz: BFF oder TFF oder probieren?
das Video Sample ist TFF.

Sieht man daran, dass
AssumeTFF()
QTGMC()
Geschmeidige horizontale Bewegungen darstellt. Wenn es BFF wäre und man AssumeTFF() vor QTGMC verwendet würde es zu rückeligen Bewegungen kommen.

Hybrid selber läuft schon ewig nicht mehr auf Win7 die dlls und Skripte aus dem 32bit add-on könntest Du aber nutzen.

Cu Selur

Ps.: sieht aus als ob beim Capturen irgendwie versucht wurde zu Schärfen, da man da so einige Halos sieht.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
VHS-Material TV-tauglich machen - by RextheC - 12.02.2026, 16:39
RE: VHS-Material TV-tauglich machen - by Selur - 16.02.2026, 17:26

Forum Jump:


Users browsing this thread: 1 Guest(s)