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.

 

Go Back   Doom9's Forum > Capturing and Editing Video > Avisynth Usage

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th July 2004, 19:53   #181  |  Link
ARDA
Registered User
 
Join Date: Nov 2001
Posts: 291
You're right; no problem at all to compile you plugin.By the way it looks a good job at first impression,still didn't test.
There is no difference in settings,the problem is probably in the structure of some of my tests;in many cases I have all classes functions in same cpp without headers and extern definitions.
I'll study that more and post maybe in another moment not to be off topic.
Coming back to fluxsmooth still think the static variables (compilation time) are the problem for several calls.

Thanks.ARDA
ARDA is offline   Reply With Quote
Old 29th July 2004, 01:06   #182  |  Link
SansGrip
Noise is your friend
 
Join Date: Sep 2002
Location: Ontario, Canada
Posts: 554
Yes, I imagine that's the problem. I always forget only one instance is created. I made those static (at about 3am ) because of the compile problem you mentioned wrt ebx, but it didn't occur to me that it might screw something up.

I'll make a new release, probably tonight.

Thanks .
__________________
Regards,
SansGrip
SansGrip is offline   Reply With Quote
Old 29th July 2004, 22:23   #183  |  Link
SansGrip
Noise is your friend
 
Join Date: Sep 2002
Location: Ontario, Canada
Posts: 554
New release, 1.1a:

Quote:
Yet another "oops" release. Current pixel is once again considered in the averaging code -- I found the lack of it too aggressive, especially during fast motion. Also fixed stupid "3am bug" involving a couple of variables I'd declared static that shouldn't've been. Thanks to krieger2005 for spotting that one, and ARDA for diagnosing it.
Available here.
__________________
Regards,
SansGrip
SansGrip is offline   Reply With Quote
Old 2nd August 2004, 06:48   #184  |  Link
Dali Lama
Registered User
 
Join Date: Jan 2002
Posts: 331
Hi SansGrip,

Nice to see you here again. Yes, I have been using FluxSmooth, and interestingly enough, I only use its temporal portion. Thanks for improving the noise reduction and making a fast temporal version (as if the original wasn't fast enough )

In a quick comparison, I cannot see much difference in noise removal from v1 to v1.1a in anime material.

Oh and make sure you check out kurosu's MVDenoise. Its a very good and relatively fast motion-compensated temporal noise remover.

Thanks,

Dali
Dali Lama is offline   Reply With Quote
Old 24th August 2004, 00:35   #185  |  Link
SansGrip
Noise is your friend
 
Join Date: Sep 2002
Location: Ontario, Canada
Posts: 554
Quote:
Originally posted by Dali Lama
In a quick comparison, I cannot see much difference in noise removal from v1 to v1.1a in anime material.
That's good -- there shouldn't be any . The "improved noise reduction" was flawed and I removed it from the most recent release. The only benefit of using 1.1a is that temporal-only smoothing is much faster with FluxSmoothT().

Quote:
Oh and make sure you check out kurosu's MVDenoise. Its a very good and relatively fast motion-compensated temporal noise remover.
I will -- thanks.
__________________
Regards,
SansGrip
SansGrip is offline   Reply With Quote
Old 24th August 2004, 17:14   #186  |  Link
Fizick
AviSynth plugger
 
Fizick's Avatar
 
Join Date: Nov 2003
Location: Russia
Posts: 2,183
Kurosu is a great man,
but I think, Manao is the author of MVDenoise
Or there are a lot MVDenoises ?
__________________
My Avisynth plugins are now at http://avisynth.org.ru and mirror at http://avisynth.nl/users/fizick
I usually do not provide a technical support in private messages.
Fizick is offline   Reply With Quote
Old 24th August 2004, 18:22   #187  |  Link
Dali Lama
Registered User
 
Join Date: Jan 2002
Posts: 331
You're right Fizick. Sorry Manao.

Thanks for that clarification SansGrip

-Dali
Dali Lama is offline   Reply With Quote
Old 29th August 2004, 14:02   #188  |  Link
Boulder
Pig on the wing
 
Boulder's Avatar
 
Join Date: Mar 2002
Location: Finland
Posts: 5,718
Dead slow occasionally with CCE

SansGrip,

FluxSmoothST seems to get very slow with CCE if the filter is placed before resizing. I've got a 720x480 AVI clip and I tried to make a compressibility test with QCCE, the script is like this:

Code:
AVISource("c:\temp\test.avi",false)
FluxSmoothST(temporal_threshold=-1,spatial_threshold=7)
BicubicResize(656,304,0,0.6)
AddBorders(24,136,24,136)
ConverttoYUY2()
AssumeFPS(25.000)
SelectRangeEvery(500,15)
1) When I try to encode this with CCE, it takes a very long time. If I load this in VDub, it's not at all that slow. If I then move FluxSmoothST right after resize, CCE is as fast as ever, no slowdowns whatsoever.

2) If I add the line Crop(2,2,636,268,align=true) or with align=false, right after the AVISource line, there is no slowdown.

3) If I encode the same script without the sampling line (SelectRangeEvery), encoding time is almost the same with Flux before or after the resizing part.

I also remember having this problem with the earlier versions as well. I also tested it on several AVI clips and they all give similar results.
__________________
And if the band you're in starts playing different tunes
I'll see you on the dark side of the Moon...
Boulder is offline   Reply With Quote
Old 10th August 2005, 08:11   #189  |  Link
sapient
Unbeliever
 
Join Date: Sep 2002
Location: Greece
Posts: 111
Current link?

Where can I download the latest version... The link a few posts above is dead...
sapient is offline   Reply With Quote
Old 10th August 2005, 09:54   #190  |  Link
Wilbert
Moderator
 
Join Date: Nov 2001
Location: Netherlands
Posts: 6,364
http://www.avisynth.org/warpenterprises/
Wilbert is offline   Reply With Quote
Old 15th December 2014, 05:23   #191  |  Link
nomonhan
Registered User
 
Join Date: Oct 2014
Posts: 1
The link
http://www.avisynth.org/warpenterprises/
is dead
nomonhan is offline   Reply With Quote
Old 15th December 2014, 05:29   #192  |  Link
Reel.Deel
Registered User
 
Join Date: Mar 2012
Location: Texas
Posts: 1,664
Quote:
Originally Posted by nomonhan View Post
http://avisynth.nl/index.php/FluxSmooth

Also the first link in Google search.
Reel.Deel is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:44.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.