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
#12
Avisynth-Preview geht nicht, es erscheint "couldn't show Frame".
Reply
#13
Okay und der Preview geht, wenn Du HQDering nicht verwendest?
Reply
#14
Preview geht wenn ich HQDering nicht verwende, mit MosquitNR z.B. geht es.
Reply
#15
Keine Ahnung warum HQDering bei Dir nicht mag.
Hab gerade aber entdeckt, dass es davon ne neuere Version gibt, welche andere filter benutzt, kann mal gucken ob ich am Wochenende dazu komme die auszuprobieren und eventuell in Hybrid zu integrieren.
Reply
#16
Alles klar, dann muss erstmal ohne gehen.

Gruß
Rabiato
Reply
#17
Kannst auch mal testen ob es einen Unterschied macht, wenn Du 'add distributor()' deaktivierst,.. (vielleicht hat HQDering irgendwelche Probleme mit zu vielen Threads,..)
Reply
#18
MoinSelur,

"add distributor()" deaktivieren führt auch zum Absturz.

Gruß
Rabiato
Reply
#19
Okay, not surprised by that since it was a long shot. Smile

Cu Selur
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)