View Full Version : unblend: deblend with yv12 support
ACClarke
6th June 2003, 21:22
thank's a lot for this
I will test it on some Manga stuff (bad NTSC->PAL)
Koepi
7th June 2003, 00:35
Very nice, will check it on STNG bad transfers...
Thanks & best regards
Koepi
TheLaminatorX
20th June 2003, 15:51
Can someone tell me what those settings do? I don't see any documentation anywhere :(
WarpEnterprises
21st June 2003, 21:10
unblend(clip, int "threshold", float "dthresh", bool "show")
unblend compares each frame to the previous and the next.
threshold is a noise threshold (~5). If a pixel is more different from the one in the prev or next frame it is not considered .
Then there is a calculation done which gives a kind of probability that the frame is a blend - that it can be "constructed" by blending the prev and next together.
Having a probability > dthresh (~0.03) will replace the current with next or prev.
You can check if you select a blended frame and increase dthresh until it shows it as blended.
TheLaminatorX
23rd June 2003, 17:52
Thanks for the info!
dar1us
11th July 2003, 15:23
Where can I get the filter?!
harrison
Wilbert
11th July 2003, 15:32
www.geocities.com/wilbertdijkhof/unblend.zip
@people who use the plugin,
Could anyone of you provide a short readme, how to use this plugin?
FredThompson
18th July 2003, 04:19
It's also here: http://www.avisynth.org/~warpenterprises/
rePAL is there also and has a readme.
Wilbert
18th July 2003, 08:11
That's because I mailed them to WarpEnterprises :)
FredThompson
18th July 2003, 08:16
sparse homepage ya got there, huh?
WarpEnterprises
20th July 2003, 21:14
?? (somewhat cryptic)
Wilbert
20th July 2003, 21:46
I think he was referring to my homepage :) Anyway, I have internet at home since a few weeks. So, I will do something about it when I have some time :)
FredThompson
20th July 2003, 22:12
yes, I was talking about Wilbert's homepage.
I'm putting together a home for "dead" sites and translations to English. Would you please forward whatever notes you have?
primitive
8th September 2003, 23:21
Sorry to dig up an old thread, but this filter worked wonders @ default settings with some blended anime I had laying around.
Good show!
WarpEnterprises
9th September 2003, 07:39
As I have a backup of the AviSynth forum here is the post Bach deleted at the top.
unblend is a plugin based on warpenterprise's deblend algorithm and neuron2's decimate code, with YV12 support only. The aim is the same of deblend. The best usage is
avisource()
(smart)bob()
unblend()
decimate()
Of course you will need to play with some filters to achieve a smartbob, play with unblend settings - the default is unblend(threshold=5, dthresh=0.03, show=false) - and play with decimate settings.
kiwisrgreen
10th November 2006, 15:26
will this filter unblur, I don't get what it does exactly. oh if it doesn't could someone recommend me a filter that does.
Alain2
10th November 2006, 17:13
Blur ~= within a frame, makes sharp edges becoming smoothes, over a defined radius
Blend = mix of 2 (ratio tbd, can be 50%/50% or others) or more original frames into 1, which can look like directional blurring on moving objects
What is the effect you want to try to revert ?
kiwisrgreen
10th November 2006, 18:35
http://img296.imageshack.us/img296/5337/supposedtw9.th.jpg (http://img296.imageshack.us/img296/5337/supposedtw9.jpg)
http://img231.imageshack.us/img231/7365/notsupvd3.th.jpg (http://img231.imageshack.us/img231/7365/notsupvd3.jpg)
trying to get bottom to look like top, what it's supposed to look like
http://img120.imageshack.us/img120/9066/suppsw1.jpg
http://img103.imageshack.us/img103/9141/mptsini3.jpg
foxyshadis
10th November 2006, 21:57
On anime, blending is very obvious, it looks like ghosted lines next to each other. That blurring, however, needs a sharpener and tweak to incrase saturation (and, tbh, a better source, you'll never get it looking quite like the top).
jmac698
11th November 2006, 03:33
There's a quick anime guide http://www.techimo.com/articles/index.pl?photo=35
btw, repal() worked great for me..
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.