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. |
4th September 2021, 13:04 | #301 | Link | ||
Registered User
Join Date: Nov 2009
Posts: 2,371
|
Quote:
Code:
a=Dither_convert_8_to_16().Dither_box_filter16(5).DitherPost() ex_boxblur(4,mode="mean") ex_makediff(a, aug=true, UV=128) ex_bilateral() gives same output as vsTBilateral(), speed is similar as well. Dither_bilateral16() employs shortcuts to speed up the process but in my opinion the output doesn't look nice. Excerpt from docs. Quote:
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
||
4th September 2021, 13:11 | #302 | Link | |||
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,599
|
Quote:
Quote:
Quote:
__________________
See My Avisynth Stuff Last edited by real.finder; 4th September 2021 at 13:21. |
|||
4th September 2021, 13:36 | #303 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,371
|
MedianBlur2 didn't perform well on my benchmarks, something is going on there, occasionally it would perform "fine" but must of the time it crawls so I don't know.
I will try to post comparison shots for ex_bilateral() and Dither_bilateral16() when I got some time.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
4th September 2021, 15:27 | #304 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,371
|
Here's the comparison (brighten to see better):
Converttostacked().Dither_bilateral16(radius=2,thr=10,flat=1.0,u=1,v=1).Convertfromstacked() ex_bilateral(1) As you can see Dither_bilateral16() output is very dirty/grainy, and artifacts similar to combing. By the way, updated SharpenersPack with new sharpeners; SSSharp, ReCon, blah, MedSharp, ex_unsharp and SharpenComplex2
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
4th September 2021, 17:16 | #305 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,599
|
Quote:
here a friend words
__________________
See My Avisynth Stuff |
|
5th September 2021, 10:26 | #306 | Link | |
Guest
Posts: n/a
|
Quote:
Even tho it was good to update VC, it's an OpenCL problem when using KNLMeansCL, as a pre-filter in Doggy's SMDegrain !!! The pc's that have this error haven't got a compatible GPU, and I'm not sure if you can get a "driver" for older Xeon Intel CPU's for OpenCL Support. |
|
5th September 2021, 21:23 | #310 | Link |
Big Bit Savings Now !
Join Date: Feb 2007
Location: close to the wall
Posts: 1,803
|
Be kind, ask for grannys. These are good too ;-)
__________________
"To bypass shortcuts and find suffering...is called QUALity" (Die toten Augen von Friedrichshain) "Data reduction ? Yep, Sir. We're that issue working on. Synce invntoin uf lingöage..." |
6th September 2021, 23:12 | #312 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,371
|
ExTools updated to v5.4
-ex_vinverse() - small optimization -ex_blur() - 'bifit' arg to toggle between gaussian or binomial distribution -ex_guidedblur(), ex_ANguidedblur() - moved to yugefunc.avsi -ex_GaussianBlur() - New. Optimized true gaussian blur approximation for high sigma -ex_luts() - bugfix when using two clips. 'exprf' arg to append code to the end. -ex_shape() - add anisotropy for shapes (except 'cross') -sel_med() - more medians, fill up to n=49 Just updated ExTools to v5.4, required for my recent updates (from today updates, and before for SharpenersPack). This feels like the last version although I will fix any reported bugs or add things if it feels convenient, but my update rate on ExTools will be much slower from now on. I also uploaded today v1.0 of SharpenersPack, because it feels very solid. There are possible additions like Oyster, qUINT Sharp, NLM Sharp and other kind of sharpeners, but for now it will stay like this. Also updated SMDegrain to refine ex_retinex() with the new ex_GaussianBlur() function. Now I will focus on yugefunc and port worthy functions from VapourSynth, I added a list in the header for the filters I wish to port. I will also have a look at QTGMC to optimize it more, port Didée's LTSMC, remake ex_vibrance() and whatever arises.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
7th September 2021, 00:57 | #313 | Link | ||
Guest
Posts: n/a
|
Quote:
Edit :- Unfortunately, since changing up to SMDegrain 3.2.8, I'm getting another Line 161 error...go back to 3.2.7, it's good , when using BM3D in CPU mode. On further investigation, the difference was :- Quote:
Also note other change in "red" (thanks to kedautinh12) Last edited by Pauly Dunne; 7th September 2021 at 04:05. |
||
7th September 2021, 15:33 | #317 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,371
|
@Pauly Dunne: Thanks for the report! I updated SMDegrain, last minute changes are never good. Also added CPU mode but it's not callable from SMDegrain args, just change to CUDA=false in line 159.
@tormento: I think it's needed only for sh_GetUserGlobalIMTint(), but when I used it it didn't report my threads. I still don't know how AviSynth doesn't have a thread reporting internal function...
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
7th September 2021, 17:28 | #318 | Link | |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,599
|
Quote:
__________________
See My Avisynth Stuff |
|
7th September 2021, 18:37 | #319 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,371
|
Can avstp report cores/thread as string?
Here an image for ex_shapes(), still need to work out cross anisotropy (EDIT: fixed):
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread Last edited by Dogway; 15th September 2021 at 00:13. |
8th September 2021, 05:08 | #320 | Link |
Registered User
Join Date: Jan 2012
Location: Mesopotamia
Posts: 2,599
|
don't think so, I didn't mean avstp but https://forum.doom9.org/showthread.p...21#post1777021 and https://forum.doom9.org/showthread.p...46#post1778346
__________________
See My Avisynth Stuff |
Tags |
avisynth, dogway, filters, hbd, packs |
Thread Tools | Search this Thread |
Display Modes | |
|
|