![]() |
|
Periodically freeze frames - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Periodically freeze frames (/thread-387.html) |
Periodically freeze frames - kingcrimsonster - 20.04.2018 When I use Avisynth QTGMC deinterlacer I observe this defect. When I use Vapoursynth QTGMC deinterlacer with similar settings - no defect. Source Target RE: Periodically freeze frames - Selur - 20.04.2018 Avisynh script used: SetMemoryMax(768)
SetMTMode(5,4) # changing MT mode
LoadPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\LoadDll.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\masktools2.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")
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")
LoadCPlugin("C:\PROGRA~1\Hybrid\32bit\AVISYN~1\ffms2.dll")
# loading source: H:\MTV Millennial Awards (MIAW) 2017\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards (MIAW) 2017].ts
# input luminance scale tv
FFVideoSource("H:\MTV Millennial Awards (MIAW) 2017\Iggy Azalea_-_Mo Bounce_-_Switch [MTV Millennial Awards (MIAW) 2017].ts",cachefile="E:\Temp\ts_55839929cdb8885a73fbb175d7d5883d_41_1_0.ffindex",fpsnum=25)
# deinterlacing
SetMTMode(2) # changing MT mode
AssumeTFF()
QTGMC(Preset="Slow", InputType=0, TR2=1, Sharpness=0.2, SourceMatch=2, Lossless=1, ediThreads=2, FPSDivisor=2)
# filtering
return lastNo clue what Vapoursynth script you used, my guess is that this isn't a bug in QTGMC, but a problem with the source filter. Cu Selur RE: Periodically freeze frames - kingcrimsonster - 20.04.2018 Quote:but a problem with the source filter.Can this be fixed? Vapoustnth script Quote:# Imports RE: Periodically freeze frames - Selur - 20.04.2018 Since the used source filter used in Vapoursynth isn't available for Avisynth, your only bet is to try the other filters available, like a. lwlibavvideosource b. FFMS2000 b. FRIM c. DGDecNV (<- requires a license which isn't free and an NVIDIA card) Cu Selur RE: Periodically freeze frames - kingcrimsonster - 20.04.2018 Quote:your only bet is to try the other filters availableI try lwlibavvideosource - no this defect RE: Periodically freeze frames - Selur - 21.04.2018 Happy that worked out. If you find a way to identify files which have this problem through mediainfo&co I would happily add a workaround for it. But without a way to identify such files, there isn't anything I can do. Cu Selur |