Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#81 | Link | |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Quote:
Test the core mvtools part first on your own to check whether the issue comes from mvtools itself. Here are equivalent settings for AVS and VS respectively. Code:
super = MSuper(rfilter=4) bv2 = MAnalyse(super, isb=true, delta=2, overlap=4, search=3, truemotion=false) bv1 = MAnalyse(super, isb=true, delta=1, overlap=4, search=3, truemotion=false) fv1 = MAnalyse(super, isb=false, delta=1, overlap=4, search=3, truemotion=false) fv2 = MAnalyse(super, isb=false, delta=2, overlap=4, search=3, truemotion=false) output = MDegrain2(super, bv1, fv1, bv2, fv2, thSAD=500, thSADC=250) Code:
super = core.mv.Super(clip, rfilter=4) bv2 = core.mv.Analyse(super, isb=True, delta=2, overlap=4, search=3, truemotion=False) bv1 = core.mv.Analyse(super, isb=True, delta=1, overlap=4, search=3, truemotion=False) fv1 = core.mv.Analyse(super, isb=False, delta=1, overlap=4, search=3, truemotion=False) fv2 = core.mv.Analyse(super, isb=False, delta=2, overlap=4, search=3, truemotion=False) output = core.mv.Degrain2(clip, super, bv1, fv1, bv2, fv2, thsad=500, thsadc=250) |
|
|
|
|
|
#83 | Link |
|
Registered User
Join Date: Jul 2011
Posts: 1,121
|
So what am i supposed to do?
They looked different, is it supposed to, i mean it doesn't use the prefilter as far as i can tell, if rfilter isn't that of course? (isn't Prefilter when you add an already filtered imaged and use it as some kind of layer or something). |
|
|
|
|
#85 | Link |
|
I'm Siri
Join Date: Oct 2012
Location: void
Posts: 2,633
|
prefilter is a special filter used only on vector search clip
when you do the motion compensation (mv.compensate/degrain/...), vectors are required to move blocks from predicted frames to the current reference frame the point is, you don't have to get vectors from the clip you are performing compensation like, you can get vectors from a spatial denoised version of the source clip so you can reduce the local SAD value that's pretty much it |
|
|
|
|
#87 | Link | |
|
unsigned int
Join Date: Oct 2012
Location: 🇪🇺
Posts: 760
|
Quote:
__________________
Buy me a "coffee" and/or hire me to write code! |
|
|
|
|
|
#88 | Link | |||
|
A deadly Taru!
Join Date: Jun 2008
Location: San d'Oria, Vana'diel
Posts: 22
|
Hi, QTGMC won't start and throw this error
Quote:
Quote:
(OS - Linuxmint 17.1 x64) Script - Quote:
__________________
Don'taru push me!! Last edited by Tarutaru; 26th February 2015 at 14:43. Reason: Forgot to post the script |
|||
|
|
|
|
#90 | Link |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Update r14.
|
|
|
|
|
#91 | Link |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Update r15.
|
|
|
|
|
#92 | Link | |
|
Registered User
Join Date: Jun 2006
Posts: 452
|
Quote:
Info & code about MCBob : http://avisynth.nl/index.php/MCBob . For me the script is really to complicated to rewrite it myself ; otherwise I would have done it already. Thanks ! |
|
|
|
|
|
#93 | Link | |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Quote:
|
|
|
|
|
|
#94 | Link |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Update r16.
|
|
|
|
|
#95 | Link |
|
Registered User
Join Date: Aug 2012
Posts: 203
|
I think there's a little bug into QTGMC.
When using InputType 2-3 at line 1013 got passed to mv.Mask a 16bit clip, but the plugin require a 8bit clip Solved dithering srchClip like so [i mostly use 16bit QTGMC so i'm fine with this change] Code:
inputTypeBlend = core.fmtc.bitdepth(core.mv.Mask(core.fmtc.bitdepth(srchClip, bits=8), bVec1, kind=1, ml=ProgSADMask), bits=16) |
|
|
|
|
#97 | Link |
|
Registered User
Join Date: Jun 2009
Posts: 172
|
Hello,
I try to use LSFMod but I have this error "Erreur de segmentation" (Segfault) If I try clip = haf.QTGMC(clip, Preset='Medium', TFF=True) I have this error "Exception en point flottant" (Floating point exception) What's the problem ? Thank you
__________________
How to setup MPC-HC with ffdshow, avisynth, reclock and more - Ezoden.com |
|
|
|
|
#99 | Link | |
|
Registered User
Join Date: Aug 2006
Location: Taiwan
Posts: 394
|
Quote:
No license, just like most of the AVS scripts. |
|
|
|
|
|
#100 | Link | |
|
Registered User
Join Date: Jun 2009
Posts: 172
|
Quote:
I use MPV, I also tried with Vspipe, and I only have this error with LSFMod : Segfault
__________________
How to setup MPC-HC with ffdshow, avisynth, reclock and more - Ezoden.com |
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|