![]() |
Hey guys, where do you get DustV5 for 2.5 :?: cause the only version a know is for 2.08 :!:
|
and where can we let the blockbuster for 2.5? i have blockbuster-2.5.dll and tmpgenc say me that this filter is for avisythn 2.0x 8O 8O
Thanks... |
Quote:
Quote:
|
Yet another version http://forum.doom9.org/showthread.php?s=&threadid=56871 im waiting for the turbo speed update. :mrgreen:
|
Quote:
I'll try it later, as soon as I finish one of my test encodes. -kwag |
The wine is starting to taste good. I compared the two filters with the same video from last time. Well dust again wins by both time and size, but by a little. I used VagueDenoiser(threshold=3.5,method=0,filter=6,nste ps=8) for one script(Scr1) and golddust for the other(Scr2). Scr1 was 00:03:47 long and 5.49 MB and Scr2 was 00:03:04 and 4.70 MB. I didn't test the quality I just not good at that. Maybe in a month or 2 Dust may be finally beaten.
|
There is a sample screenshot on my page showing RAW DV, KVCD filtering, KVCD with VagueDenoiser and VagueDenoiser by itself.
That particular grab is a little misleading because it looks like the last 2 are identical. There's a big difference on some other frames. Yup, it's a stunningly beautiful filter but dog slow. I guess it's a good reason to build another computer with a large HD and have it filter 24/7/365, huh? |
Thanks everyone for their tests ! That's what i really need now :)
About the filter: -The "chizel" effect has been removed in all versions above 0.2. That was the artifacts i was talking about on Doom9. -The speed is loooow. i'm working on it, but it may take a lot of time. Keep hope ;) |
Welcome Lefungus I am glad you’re making this filter and glad to be on this forum, I was waiting too long for a true AVIsynth 2.5x filter for video captures. Also you’re doing great on the progress.
|
Quote:
Thanks and welcome ;) -kwag |
Too late for your script challenge (and i don't know how to use TMPGEnc)
But on my preliminary tests i would have used this Code:
mpeg2source("c:\vobs\test.d2v")To really kill noise, temporal smoother is required so i've used fluxsmooth, there may be better alternatives though. [edited]: minor corrections |
Hi Lefungus,
I'm pretty sure your filter will soon be an option on the current script ( http://www.kvcd.net/forum/viewtopic.php?t=3483 ) :) I know it's very slow right now, but if time doesn't matter, then it can be applied. Then the script would look like this: Code:
## DLL Section ## |
That's what i call a complex script ! :)
On which sources it will be applied ? imo threshold=2.5 is a bit high on clean dvd sources. i would use 1-1.5. 2.5 was ok on the sample of the script challenge. But only because the clip was really noisy so some details were bound to be lost. |
That's for clean DVD material. The script is always updated and posted here: http://www.kvcd.net/forum/viewtopic.php?t=3483 together with the change log :)
It's really designed for clean DVD sources, but can be used as a basic framework to "plug" other filters inside the MA section, or outside the MA (static) section. -kwag |
Maybe vaguedenoiser could be adapted to motion ?
threshold=2.5 for high motion threshold=1 for slow motion And don't forget the warning :) -> "This is an ultra slow script" |
Quote:
Quote:
But I think Vague would work better with static values on the same filter boundary that the temporal filter is working. That is, below the SwitchThreshold point. So after the cut-off point, temporal and Vague switch off, and blurr kicks in, and vice versa :D When I tried it several days ago, Vague was way slower than what it is now, so maybe I'll test it again. I believe it would be applied on the filter line, something like this: Code:
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2 |
I was just try that script with VagueD and it look pretty stable u know
no memory leaks, but its weird how the encode with the filter it slows down at times then it takes of and when it slow down is mostly in dark scenes. anyway what the filter needs now is a little turbo boost. :wink: |
Quote:
To the encoder, it will feel like an old granma driving a Model T Ford: Accelerate, break :!:, accelerate, break :!:, accelerate, break :!: :mrgreen: -kwag |
@kwag,
Is it possible to "break" the line with VagueDenoiser - like you've done with the other lines on the adaptive part of the script? Something like this: Quote:
EDIT: The reason I ask is that it would be easier to read the script this way. For myself, of course. I don't mean for AviSynth. :wink: |
Hi audioslave,
I don't think so, because the line is joined by the ".", and it behaves as a single line. So I think it can't be broken :) -kwag |
[links removed]
|
Thanks Lefungus :)
It's testing time again ;) -kwag |
I forgot, but there's no filter parameter anymore. It always use Brislawn 10/10.
If some want to test others wavelet filters, you need to use older versions as i can't optimize for every wavelets. Anyway i think Brislawn was the best on my own tests |
Quote:
What are your suggested values for a DVD source, with your current version :?: -kwag |
method=1
nsteps=6 or 3 chroma=true then put threshold at 1.5 For a really clean source, decrease it, for a really noisy source increase it. on GITS, i've used threshold=2 on Evil Dead, i think i'll use 2 also, lots of noise on Brotherhood of the wolves, fairly clean, i use 1.3, sometimes, it's a little too much, so i think i'll play with the motion adaptative filtering, between 0.8 for still scenes to 2 or even 4 for high motion parts |
Sorry guys, there was a little bug on v0.24, 0.242 should be correct.
|
Quote:
|
Could anyone please post an example on how to use VagueDenoiser with motion adaption? Thanks! :wink:
|
Quote:
Code:
SwitchThreshold = (Width<=352) ? 4 : (Width<=480) ? 3 : 2 -kwag |
Thanks kwag, but as far as I understand the filter parameter no longer exists in the latest version of VagueDenoiser? Can I simply remover that parameter and keep the other :?:
|
Quote:
Just remove the parametes, and try it out. -kwag |
:mrgreen:
It's alright kwag! Even the best sometimes make mistakes. :wink: |
version 0.25:
- even more speed (something like 1-2 fps) - default parameters (threshold=2, nsteps=3, chroma=true, method=1) VagueDenoiser 0.25 dll VagueDenoiser 0.25 sources Anyone has played with parameters ? I'm curious to hear what were your results. It's slow but useable now ( i think) |
Quote:
Quote:
I'll give it a try later today, when I finish a couple of batch encodes in queue. Thanks Lefungus :cool: -kwag |
Wow very nice Lefungus. I got a question though when are you going to add 3Dnow optimization since I am an AMD fan (like are you planning it on the next release).
Keep the good work up. |
If any 3dnow optimization is going to be added, it's from Kurosu (at doom9). As i have a pentium4 and i use intel compiler, there's no way i can test these improvements :/
|
Ok, I just thought you were going to add it when you said this
Quote:
Well good luck on future releases. |
Ok, I just tested VagueDenoiser version 0.25.
Here are the results on a selected range clip (same for all tests): Code:
VagueDenoiser filter No Filter at all Motion Adaptive Scripthttp://www.digitalfaq.com/archives/i.../2003/07/3.jpg Not much difference, but as you can see, there is a good space savings with VagueDenoiser, and details are well preserved. Me just need more speed :cool: Here's the script used, and then I commented the VagueDenoiser line for the "No Filters" sample: Code:
## DLL Section ##-kwag |
Interesting... How do I implement VagueDenoiser in the MA script? That should give us even more compression, right? Kwag, I assume that your test (and picture) with VagueDenoiser wasn't with the MA script, or have I got it all wrong?
|
yes Kwag,really cool result!
:) @ audioslave nice question! :wink: @ Lefungus congrats! great work. 8) |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.