None.Which statement in this script is using yadif? QTGMC at "faster" doesn't use it.Like I wrote 'generated with Hybrid' and Hybrid includes all the plugins QTGMC could use, so no additional adjustment of the Plugins is needed when the QTGMC parameters change.
what do you understand as slow? I mean come on, QtGMC + MT + preset 'Faster' isn't slow,..If holygamer doesn't like the slow speed of plugins like MCTemporalDenoise, he certainly won't like just-as-slow-or-slower QTGMC. You could try the ultra-fast preset, but results aren't quite as slick.
+ Reply to Thread
Results 31 to 60 of 106
-
-
Deinterlacing always causes some artifacts. But since most displays are now progressive, deinterlacing will be taking place somewhere before you see the video. If you deinterlace before encoding you will forever be stuck with the artifacts created by that deinterlacing. Whereas, if you leave it interlaced, the TV or DVD player will deinterlace for you. The best software deinterlacer (QTGMC) is currently better than any TV/DVD deinterlacer. But the possibility exists that someday TV/DVD deinterlacers will be better than QTGMC.
-
an additional downside when not interlacing is that normally interlaced encoding is not as efficient as progressive encoding,...
-
I deinterlace regularly for all kinds of intermediate processing, but reinterlace afterward for standard DVD. Also do a lot of IVTC, but restore 3:2 playback for DVD. And often use QTGMC to repair a bad interlace job. I'm talking about tv playback.
Last edited by sanlyn; 22nd Mar 2014 at 21:21.
-
Hi i did have Set' Avisynth 2.5.8MT and it worked wonderfully got the speed as well more then 100FPS with i7 4770k 16GB, now i did have to format my PC so i did that thinking the link would work but now it doesn't work MEDIAFIRE has removed that file so i don't have it anymore i did try others and replaced the DLL in SYSWOW64 and the FPS only coming around 9-15FPS where i was getting 100-125FPS i haven't changed anything eles other the DLL same scripy layout same Filters Dll just ReFormated and lost the avisynth MT version so if any has the set's AVISYNTH MT 2.5.8 please share it
Can some one please Share Set's Avisynth 2.5.8 exe + Avisynth.dll
ATM i have this version of DLL is not MT
http://prntscr.com/351cav
i use to download this file from the thread below
http://forum.doom9.org/showthread.php?t=148117
and i did try this user's file as well
http://forum.doom9.org/showthread.php?p=1412274#post1412274
Can some one please Share Set's Avisynth 2.5.8 MT exe + MT Avisynth.dll Please guys or paste anylink where i can download!!
thanks -
-
and all the filter saying is for 2.5.8 is there any other filters for 2.6?
Other than that, normally 2.58 compatible filters can also be used in Avisynth 2.6 without a problem.
i tired avisynth 2.6 but i am getting slow with that when i use i am only getting around 30FPS when i use to get more then 100+ FPS thats why i wanted to go back to avisynth 2.5.8
So to me this sound more like you are doing something really wrong,... -
thanks for your help i'll try and update the plugin and see if any speed improve sample my script
LoadPlugin("C:\Users\Administrator\Documents\megui\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("D:\Downloads\You\VIDEO_TS\VT S_01_1.d2v", info=3)
ColorMatrix(hints=true, threads=0)
#deinterlace
crop(0, 56, 0, -56)
LanczosResize(608,256)
fft3dfilter(sigma=1.0, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4)
LSFmod( strength=75, smode=3, soothe=true, keep=20, edgemode=0, edgemaskHQ=false)
is my script alrite because this is the same script and same source i used with avisynth 2.5.8 and got more then 100 FPS oh i did add SetMTMode(2) at the top for 2.5.8 -
oh i did add SetMTMode(2) at the top for 2.5.8
-
looking at your script:
Code:LoadPlugin("C:\Users\Administrator\Documents\megui\tools\dgindex\DGDecode.dll") DGDecode_mpeg2source("D:\Downloads\You\VIDEO_TS\VT S_01_1.d2v", info=3) ColorMatrix(hints=true, threads=0) #deinterlace crop(0, 56, 0, -56) LanczosResize(608,256) fft3dfilter(sigma=1.0, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4) LSFmod( strength=75, smode=3, soothe=true, keep=20, edgemode=0, edgemaskHQ=false)
Code:# set max memory and base MT mode and thread count SetMemoryMax(768) SetMTMode(2,0) # change MT mode # loading plugins and scripts; I don't throw stuff blindly into my avisynth folder so I need to load stuff manually # you probably won't need this whole part LoadPlugin("E:\Hybrid\avisynthPlugins\LoadDll.dll") # using this I can avoid copying fft related stuff into my Windows folder LoadPlugin("E:\Hybrid\avisynthPlugins\ColorMatrix.dll") # used for colormatrix LoadPlugin("E:\Hybrid\avisynthPlugins\mt_masktools-26.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\RemoveGrainSSE2.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\warpsharp.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\FFT3DFilter.dll") # for ffd3dfilter LoadPlugin("C:\Users\Administrator\Documents\megui\tools\dgindex\DGDecode.dll") LoadDll("E:\Hybrid\avisynthPlugins\fftw3.dll") # normally this one has to reside in a Windows subfolder LoadDll("E:\Hybrid\avisynthPlugins\libfftw3f-3.dll") # normally this one has to reside in a Windows subfolder Import("E:\Hybrid\avisynthPlugins\LSFmod.avs") # loading source DGDecode_mpeg2source("D:\Downloads\You\VIDEO_TS\VT S_01_1.d2v", info=3) # colorspace adjustment ColorMatrix(hints=true, threads=0) # cropping crop(0, 56, 0, -56) #resize LanczosResize(608,256) # denoising FFT3DFilter(sigma=1.0, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4) # sharpening LSFmod(strength=75, smode=3, soothe=true, keep=20, edgemode=0, edgemaskHQ=false) return last
Last edited by Selur; 29th Mar 2014 at 05:12.
-
But i tired it with 2.6 as well but it doesn't improve the speed?
Avisynth 2.58 and Avisynth 2.6 should have the same speed.
Avisynth 2.58 MT and Avisynth 2.6 MT should have the same speed.
-> normally there shouldn't be any speed gain by switching to from 2.58 to 2.6 -
libfftw3f-3.dll, fftw3.dll<--there would go on SYSWOW64 because i have x64bit?
ffms2.Dll i don't load that do i need to?
Like what other order can you please explain?
This is the source i am working on http://prntscr.com/354fvr -
ffms2.Dll i don't load that do i need to?
Like what other order can you please explain?- set max memory and base MT mode and thread count
- loading plugins and scripts
- loading source
- colorspace adjustment
- cropping
- resize
- denoising
- sharpening
This is the source i am working on http://prntscr.com/354fvr
->
a. if this isn't just a screenshot using MPEG2Source doesn't make any sense.
b. adjusting filters based on a single screen shot is an endeavor ment to fail. -
Thanks See the Screen shot below 1st image with Setmtmemory + Setmtmode and 2nd without
1ST WITH SETMT MODE
http://prntscr.co4jgn
2ND With out SETMTMOD
http://prntscr.co4jocLast edited by sutha25; 29th Mar 2014 at 05:53.
-
a. no clue how good/accrate the benchmark of the frontend you are using is (I would use AVSMeter)
b. try if adding RequestLinear helps:
Code:# set max memory and base MT mode and thread count SetMemoryMax(768) SetMTMode(2,0) # change MT mode # loading plugins and scripts; I don't throw stuff blindly into my avisynth folder so I need to load stuff manually # you probably won't need this whole part LoadPlugin("E:\Hybrid\avisynthPlugins\LoadDll.dll") # using this I can avoid copying fft related stuff into my Windows folder LoadPlugin("E:\Hybrid\avisynthPlugins\ColorMatrix.dll") # used for colormatrix LoadPlugin("E:\Hybrid\avisynthPlugins\mt_masktools-26.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\RemoveGrainSSE2.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\warpsharp.dll") # used in LSFmod LoadPlugin("E:\Hybrid\avisynthPlugins\FFT3DFilter.dll") # for ffd3dfilter LoadPlugin("C:\Users\Administrator\Documents\megui\tools\dgindex\DGDecode.dll") LoadPlugin("E:\Hybrid\avisynthPlugins\TIVTC.dll") LoadDll("E:\Hybrid\avisynthPlugins\fftw3.dll") # normally this one has to reside in a Windows subfolder LoadDll("E:\Hybrid\avisynthPlugins\libfftw3f-3.dll") # normally this one has to reside in a Windows subfolder Import("E:\Hybrid\avisynthPlugins\LSFmod.avs") # loading source DGDecode_mpeg2source("D:\Downloads\You\VIDEO_TS\VT S_01_1.d2v", info=3) RequestLinear(rlim=50,clim=50) # colorspace adjustment ColorMatrix(hints=true, threads=0) # cropping crop(0, 56, 0, -56) #resize LanczosResize(608,256) # denoising FFT3DFilter(sigma=1.0, bt=5, bw=32, bh=32, ow=16, oh=16, sharpen=0.4) # sharpening LSFmod(strength=75, smode=3, soothe=true, keep=20, edgemode=0, edgemaskHQ=false) return last
-
Please see the Below Pic
http://prntscr.com/354ndx
getting around 190FPS if i remove the FFT3dfilterso how can i replace that dll? is there any updates version on that i am using version 2.1.1 -
FFT3DFilter() is just a slow filter. You can try using other noise filters like FluxSmooth(), DegrainMedian(), TTempSmooth(), etc.
-
fft3dfilter is always slow, independent of the Avisynth version.
If you need fft3dfilter, fft3dgpu might also be an alternative, other than that, I would agree that it wouldn't be my denoise filter of choice.
jagabo named some alternatives and there are a lot more: http://avisynth.nl/index.php/External_filters#Denoisers -
-
-
The main direct download link at this site is to 2.5.8.
https://www.videohelp.com/download/Avisynth_258.exe -
Avisynth 2.5.8 comes with an avisynth.dll and the last 2.5.8 MT version I saw was https://code.google.com/p/avisynth-mt/downloads/list
yea but not the MultiTheard edition -
Similar Threads
-
Help needed! Hacking LG BD390 to Multi region
By PANOS in forum Newbie / General discussionsReplies: 0Last Post: 13th Oct 2011, 08:35 -
AviSynth much needed help!
By dbanimal in forum EditingReplies: 18Last Post: 28th Jan 2011, 10:33 -
Query about Multi-threaded vide codecs?
By goldenmean in forum Newbie / General discussionsReplies: 2Last Post: 9th Feb 2010, 15:59 -
Multi-threaded video conversion - how to check it?
By usta in forum Video ConversionReplies: 8Last Post: 12th Nov 2009, 08:16 -
Guide Needed for Authoring Multi Language DVD with multi language menus
By kemimich in forum Authoring (DVD)Replies: 2Last Post: 24th Dec 2008, 16:46