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. |
23rd May 2017, 01:59 | #81 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
well it work like this
Code:
#~ SMDegrain(Contrasharp=500) LSFmod(SMDegrain(),source=last,defaults="slow",strength=500,soothe=false,Lmode=0,soft=-2,keep=0) #same as above
__________________
See My Avisynth Stuff |
23rd May 2017, 03:12 | #82 | Link |
partially-informed layman
Join Date: Jan 2002
Location: Bangkok, Thailand
Posts: 314
|
The SMDegrain documentation states 100 as the maximum value for Contrasharp:
Contrasharp int (0-100, default -) So maybe it doesn't know what to do with a value of 500? |
23rd May 2017, 04:37 | #83 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,936
|
Quote:
LSFmod(FluxSmoothT(),source=last,defaults="slow",strength=500,soothe=false,Lmode=0,soft=-2,keep=0) I've never used LSFMod's source option before, so I had a look and it says: "If source is defined, LSFmod doesn't sharp more a denoised clip than this source clip In this mode, you can safely set Lmode=0 & PP=off" Now I know why SMDegrain's contrasharp function doesn't actually appear to sharpen, relative to the source, as I assume it uses LSFMod the same way. Thanks for the help and info. When applying sharpening if I want the output to be a little sharper than the source (which I usually do) I now know I need to keep using LSFMod() separately. Cheers. |
|
30th June 2017, 16:12 | #84 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
updated ResizeX (in same edi_rpow2 link in OP) for fix Y8 bugs that happened in last updates
__________________
See My Avisynth Stuff |
31st August 2017, 01:01 | #89 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
I will happily upload it if it existing, as far I know no one did port it to x64
__________________
See My Avisynth Stuff Last edited by real.finder; 4th September 2017 at 04:15. |
16th September 2017, 01:02 | #90 | Link |
Registered User
Join Date: Mar 2011
Posts: 4,936
|
real.finder,
I was playing around with your "sanimebob and smam and admfilter" script today (v1.44) and I think I found an error in the admfilter function. Simply using this: admfilter() results in an error "dfttestMC doesn't have a named argument luma_rebuild". While I'm here.... The dfttestMC script (v3) includes the Dither_Luma_Rebuild function but it's quite different from the Dither_Luma_Rebuild function in the SMDegrain script which obviously has more functionality. Should the two functions have different names or is it safe to delete or comment out the function in the dfttestMC script? Thanks. |
16th September 2017, 02:18 | #91 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
16th September 2017, 02:19 | #92 | Link |
Registered User
Join Date: Mar 2011
Posts: 4,936
|
AnimeIVTC seems to insist on using TMM2 if you specify mode=1 or mode=4. It's the same if the source is YV12 or YUY2, which I'll confess confuses me a little as I didn't think TMM2 supported YUY2. Modes 2 and 3 work without TMM2 regardless of the source type.
I had no idea TMM2 existed until I bumped into the error. Could a link to TMM2 be added to the Wiki as well? There's only a link for TMM. I don't know whether it matters, but according to the TMM2 help file it only supports Windows Vista SP2 or later. Contrary to that though, putting tmm2.dll in the Avisynth plugins folder prevented the "no function named tmm2" error even though I'm using XP, so I assume it's working. Should the script be checking for the existence of TMM2? I'm just trying to understand if/when the video needs to be converted to a different format. Cheers. |
16th September 2017, 02:28 | #93 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
and for YUY2 in avs26 it will convert to yv16 then back to YUY2, most of filters (whether dll or avsi) that support YUY2 do something like this internally anyway even if chikuzen said it work on vista and up some of his plugins work with xp too and some that not work I did built them to work in xp 32 https://forum.doom9.org/showthread.p...17#post1798117
__________________
See My Avisynth Stuff |
|
16th September 2017, 02:28 | #94 | Link | |
Registered User
Join Date: Mar 2011
Posts: 4,936
|
Quote:
I've now found v3.9 though, and it has no Dither_Luma_Rebuild function and admfilter works fine. Thanks. |
|
16th September 2017, 02:30 | #95 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,020
|
Cheers, real.finder. I musta missed that post.
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
5th October 2017, 11:24 | #96 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
new edit for aWarpSharp4xx, even if it added support for the new parameters that jpsdr added recently (in the test builds that he PM me), it still support 2015.12.30 Version and up if you didn't use the new upcoming parameters, and this edit fix some small things, so it's better to update even before new Version of awarpsharp2
__________________
See My Avisynth Stuff |
10th October 2017, 13:12 | #97 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
I did change the GBlur function name for TCannyMod by chikuzen to avoid the collision with GBlur by vcmohan https://github.com/realfinder/TCannyMod/releases
now it's GBlur2 same for https://github.com/realfinder/CombMask/releases but for all functions since they existing in old dlls now every function has 2 in the end (CombMask2, MaskedMerge2 and IsCombed2)
__________________
See My Avisynth Stuff Last edited by real.finder; 10th October 2017 at 13:28. |
12th October 2017, 22:10 | #98 | Link | |
Eurobeat Fan
Join Date: Sep 2014
Posts: 108
|
Quote:
Is there a thread or link to stay informed about aWarpSharp2 updates? Also, you could add a link to your srestore update in the main post. Last edited by magiblot; 12th October 2017 at 22:17. |
|
14th October 2017, 07:46 | #99 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
Quote:
__________________
See My Avisynth Stuff |
|
24th November 2017, 02:15 | #100 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,597
|
new update for DeHalo_alpha things, more speed in some cases (in search_rade=1, search_radi=1)
keep in mind that I did some update in the previous period for another functions but didn't post to advertise them due laziness and/or whatever
__________________
See My Avisynth Stuff |
Tags |
avisynth, avs script, avs+, banding, generator, hbd, mod |
Thread Tools | Search this Thread |
Display Modes | |
|
|