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.

[BUG] rev. 2017.12.24.1 - Probleme mit SMDegrain
#11
Komisch, HQDering geht hier ohne Probleme, geht der Avisynth Preview?
Avisynth script:
SetMemoryMax(768)
SetMTMode(2,8) # changing MT mode
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\TIVTC.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\unblock.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\mt_masktools-26.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\dither.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\dfttest.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\RemoveGrainHDS.dll")
LoadPlugin("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\RgTools.dll")
LoadDll("C:\PROGRA~1\Hybrid8\32bit\AVISYN~1\LIBFFT~1.DLL")
Import("C:\Program Files\Hybrid8\32bit\avisynthPlugins\dither.avsi")
Import("C:\Program Files\Hybrid8\32bit\avisynthPlugins\HQDeringmod_v1.0.avsi")
# loading source: K:\Konvert-Test\VTS_01_1.VOB
#  input luminance scale tv
MPEG2Source(d2v="K:\Konvert-Test\21_20_23_4710.d2v")
# deinterlacing
TFM(slow=2,mChroma=true)
TDecimate(cycleR=1,cycle=5)
# cropping to 716x340
Crop(2,72,-2,-68)
# current resolution: 716x340
# deringing
HQDeringmod()
# scaling
Spline36Resize(720,336)
# current resolution: 720x336

# CUSTOM SCRIPT PART - position: ending - START
function endingCustom(clip clp) {
  last=clp
  trim(62000,63000)
}
# CUSTOM SCRIPT PART - position: ending - START

endingCustom() #loading custom script content
distributor()
return last
sieht eigentlich okay aus. Speicher sollte auch nicht all zu viel bei SD Auflösungen verwendet werden,..
Reply


Messages In This Thread
RE: rev. 2017.12.24.1 - Probleme mit SMDegrain - by Selur - 18.01.2018, 21:41

Forum Jump:


Users browsing this thread: 3 Guest(s)