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.

rev. 2018.01.28.1 - Fehlende dlls bei HQDering
#11
Das Avisynth Script als solches sieht eigentlich okay aus:
### SetMemoryMax(768)
SetMTMode(2,8) # changing MT mode
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\DGDecode.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\AddGrainC.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\dfttest.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\EEDI2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\eedi3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\FFT3DFilter.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mt_masktools-26.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\mvtools2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\SSE2Tools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\TDeint.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\VerticalCleanerSSE2.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\PlanarTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\nnedi3.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\RgTools.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\dither.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\SmoothAdjust.dll")
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\MedianBlur2.dll")
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\yadif.dll")
LoadDll("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\fftw3.dll")
LoadDll("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LIBFFT~1.DLL")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\QTGMC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\SMDegrain.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\AnimeIVTC.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\dither.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\HQDeringmod.avsi")
Import("C:\Program Files\Hybrid\32bit\avisynthPlugins\Dehalo_alpha_mt.avsi")
# loading source: K:\Konvert-Test\GET_SMART_S1_01.mpg
#  input luminance scale tv
MPEG2Source(d2v="K:\Hybrid\20_51_07_3310.d2v")
# deinterlacing
AssumeTFF()
QTGMC(Preset="Fast", ediThreads=2)
SelectEven()
# cropping to 706x574
Crop(4,2,-10,0)
# current resolution: 706x574
# deringing
HQDeringmod()
# dehaloing
DeHalo_alpha_mt(rx=2.1,ry=2.1)
# scaling
Spline36Resize(720,592)
# current resolution: 720x592
return last
Teste mal ob es einen Unterschied macht wenn Du eine der folgenden Sachen machst:
  • Die anderen Filter nicht verwendest
  • "Filtering->Avisynth->Misc->add distributor()" deaktivierst
  • "Filtering->Avisynth->Misc->MT-Threads" auf 2 oder 4 einschränkst
  • "Filtering->Avisynth->Misc->Memory max" auf 512 oder 1024 setzt
  • "Filtering->Avisynth->Misc->Disable MT" aktivierst

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#12
Keine der vorgeschlagenen Vorgehensweise führt zum Erfolg, HQDering stürzt jedesmal ab.
Reply
#13
Geht der Avisynth Preview oder wird da eventuell eine Fehlermeldung geworfen?
Stürzt es auch ab wenn du eine progressive nicht MPEG Quelle nimmst?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#14
Avisynth Preview geht.
Mit MP4 und MKV stürzt HQDering nicht ab.

Es scheint an den Deinterlacern zu liegen, mit QTGMC und Yadifmod kommt es zum Absturz, mit TDeint und Yadif nicht.
Reply
#15
Scheint als ob es also irgendwie an der Kombination der Filter liegt, vermutlich MpegSource,...
Vielleicht fällt mir noch was ein was man testen kann,..
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#16
Macht es einen Unterschied, wenn Du:
"Avisynth->Custom->Add custom content before" auf 'dehaloing' setzt und in das Bereich darunter
Preroll(100)
Einträgst?
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#17
Preroll(100)

hat keinerlei Wirkung, bei m2ts stürzt HQDering übrigens auch ab.
Reply
#18
Wenn Da MPEG-2 drinnen steckt wird auch MPEG2Source verwendet.
Muss jetzt pennen, gucke morgen nach der Arbeit aber noch mal auf das Problem,..
Komisch ist das ich das hier nicht nachgestellt bekomme. Sad
Bei mir crashed a nix egal was für ne Quelle ich verwende.
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply
#19
MediaInfo zufolge handelt es sich um AVC.
Reply
#20
Dann sollte FFmpegSource oder LWLibavVideoSource verwendet werden, womit der SourceFilter auch rausfliegt.
Eventuell irgendein VirusScanner oder so der da interferiert?

Sehr merkwürdig. Kann das hier nicht nachstellen. Sad

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)