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. |
![]() |
#521 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,093
|
Quote:
Timing, AvsMeter.
__________________
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 ??? |
|
![]() |
![]() |
![]() |
#522 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
Ah yes sorry, I use avspmod, but for encoding I simply use a custom bat file.
I don't see it to fit much... if any maybe ex_repair() but it's just a lowpass comparison, for MDegrain I used an alternative (cheaper) because vectors are involved. More interesting would be to have a fast filter where you can convert to frequency domain, filter with any script and convert back. I will post the function here tomorrow (football day today : D)
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#523 | Link | |
Registered User
Join Date: Jan 2018
Posts: 2,169
|
Quote:
![]() Last edited by kedautinh12; 10th October 2021 at 16:00. |
|
![]() |
![]() |
![]() |
#524 | Link |
Registered User
Join Date: Dec 2005
Location: Sweden
Posts: 721
|
Testing the latest SMDegrain (6.0)
Code:
SMDegrain(tr=3,thSAD=300,contrasharp=30,refinemotion=true) Code:
Script error: Convert: Unknown chromaplacement. Line 211. |
![]() |
![]() |
![]() |
#525 | Link | |
Guest
Posts: n/a
|
Quote:
Try contrasharp=true. (or false) |
|
![]() |
![]() |
#527 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
@anton_foy: Maybe you need to update avisynth. top_left alignment was added recently.
@TDS: I think what the problem is. RipBot264 doesn't understand 'contrasharp' val type.You should use a maintained program like avspmod, etc, so at least you know that the problem might be elsewhere.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#528 | Link | ||
Guest
Posts: n/a
|
Quote:
I posted that script you sent me on the RipBot forum, and the dev (Atak) actually replied with a modified script:- Code:
pre=ex_KNLMeansCL(video,a=2,s=2,d=1,h=7.0,wmode=0) video=SMDegrain(video,tr=3,thSAD=300,contrasharp=30,prefilter=pre,refinemotion=true) Quote:
Last edited by TDS; 15th October 2021 at 04:05. |
||
![]() |
![]() |
#529 | Link |
Broadcast Encoder
Join Date: Nov 2013
Location: Royal Borough of Kensington & Chelsea, UK
Posts: 3,208
|
And... they've lost to France with a probably offside goal xD
(But yeah, I was watching the game too, so I guess Doom9 stopped for a bit while everyone was watching it xD) |
![]() |
![]() |
![]() |
#530 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
@TDS: Yes, you can use contrasharp to any filtering that does some blur. probably the issue you are facing is because RipBot parses all the arguments and only accepts one type per argument, in this case bool. This is something you have to discuss with them, try first with another filter that uses "val" type.
Yep, lost to Mbappe offside goal, it reminds me of Henry's hand, or PSG's financial "fair play", anyway Spanish squad is very young many playing for first time. My favourite was Italy, best national team by far in my opinion. By the way I might upload updated ExTools later today, with a fair amount of improvements.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#531 | Link | |
Guest
Posts: n/a
|
Quote:
So can BM3D be setup like you did with KNLMeansCL ?? Code:
pre=ex_BM3D(video,???????) video=SMDegrain(video,tr=3,thSAD=300,contrasharp=30,prefilter=pre,refinemotion=true) |
|
![]() |
![]() |
#532 | Link |
Pig on the wing
Join Date: Mar 2002
Location: Finland
Posts: 5,817
|
Tried QTGMC with inputtype=2, got error "I don't know what 'fs' means.", pointing to extools.avsi at line 1191 and qtgmc.avsi at line 594.
EDIT: Fixed by adding ', bool "fs"' to ex_GaussianBlur's parameter list, but got the next error: "MergeLuma: Images must have same width and height!" pointing to lines 1189 (extools) and 882 (QTGMC).
__________________
And if the band you're in starts playing different tunes I'll see you on the dark side of the Moon... Last edited by Boulder; 11th October 2021 at 19:03. |
![]() |
![]() |
![]() |
#533 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
Just updated ExTools to v6.1 ans SimilarityMetrics to v1.2.
@Boulder: Try the new version as the issue was addressed a week ago but hadn't released the update. I will also have a look for the MergeLuma thing. EDIT: fixed now. @TDS: should be working, at least works here with defaults "ex_BM3D()"
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread Last edited by Dogway; 12th October 2021 at 10:43. |
![]() |
![]() |
![]() |
#535 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
It works for me. It requires Utils-r41 if you are processing chroma. I might remove the dependency soon. Also be sure to have the latest BM3D version.
By the way, here is the feature rich ex_makediff() when using 'aug=true', requires SimilarityMetrics which I also updated today: ![]()
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread Last edited by Dogway; 12th October 2021 at 11:38. |
![]() |
![]() |
![]() |
#536 | Link | |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,913
|
Quote:
Could you post a sample script? It would be nice to make it accept more than one input clip to see differences with different colors. I often do compressibility checks changing tr and thsad and it would be nice how many details they steal.
__________________
@turment on Telegram Last edited by tormento; 12th October 2021 at 11:53. |
|
![]() |
![]() |
![]() |
#537 | Link |
Registered User
Join Date: Nov 2009
Posts: 2,372
|
No, LFR is not automatic since it makes the filter slower (haven't benchamrked though). I would use it always with TemporalSoften, and also with MDegrain if you are using thSAD>500 or tr>4 but these are loose estimations. I would run tests to see the before and after (I use ex_makediff to see better) and check if it recovers enough to be worth it.
ex_makediff() already accepts two clips. Simply call like "ex_makediff(a,b,aug=true,UV=128)". The clip output corresponds to MAE only, it's not an indication of the numbers, only to know where to look for differences. Although I haven't tested with chroma, only with luma plane, might need to rework a few things.
__________________
i7-4790K@Stock::GTX 1070] AviSynth+ filters and mods on GitHub + Discussion thread |
![]() |
![]() |
![]() |
#538 | Link | |
Guest
Posts: n/a
|
Quote:
Cheers |
|
![]() |
![]() |
#539 | Link |
Acid fr0g
Join Date: May 2002
Location: Italy
Posts: 2,913
|
I was asking for more than two
![]() I usually launch smdegrain with tr=3,4,5 and thsad=300,400,500 accordingly. Sometimes 6, 600 too. I'd like to look at the differences at the same time.
__________________
@turment on Telegram |
![]() |
![]() |
![]() |
#540 | Link | |
Guest
Posts: n/a
|
Quote:
![]() However, when I went to try the CPU "version", it showed an error on line 838, of SMDegrain334d, Code:
BM3D_CPU (sigma=[s,ch?s/2:0,ch?s/2:0], radius=r, chroma=ch) Code:
cd = Default(CUDA, false) So originally you said to change Line 195 Code:
(prefilter== 5) ? inputP.ex_BM3D(sigma=5,radius=1,CUDA=false,UV=Chr,fulls=fs) Last edited by TDS; 15th October 2021 at 04:03. |
|
![]() |
![]() |
Tags |
avisynth, dogway, filters, hbd, packs |
Thread Tools | Search this Thread |
Display Modes | |
|
|