Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 5 of 5
Search took 0.00 seconds.
Search: Posts Made By: fabrice
Forum: Avisynth Scripting 11-17-2003, 03:57 PM
Replies: 51
Views: 4,082
Posted By fabrice
Hi Jellygoose, The problem of the unfilter...

Hi Jellygoose,

The problem of the unfilter linear filtering is that it blur the whole image, even if there is only a 'static' figure' in front of a moving scene.

The temporal filter, with a...
Forum: Avisynth Scripting 11-17-2003, 03:45 PM
Replies: 51
Views: 4,082
Posted By fabrice
Hi, I was thinking just the same! :) ...

Hi,


I was thinking just the same! :)

As I find the MA script a bit too blurry, I'm using a script of my own, based on the "old Optimal Script". :)

As I said, I'm still working on this...
Forum: Avisynth Scripting 11-17-2003, 02:01 PM
Replies: 51
Views: 4,082
Posted By fabrice
Hi digitall.doc, The purpose of my previous...

Hi digitall.doc,

The purpose of my previous post was to show how to 'implement' the MA script with this FMF script. That's not what I'm using...

Just right now, I'm trying to use...
Forum: Avisynth Scripting 11-17-2003, 12:39 AM
Replies: 51
Views: 4,082
Posted By fabrice
Hi, this would be the MA script translated...

Hi,

this would be the MA script translated to FMF:
# LOW MOTION FILTER FUNCTION
function Low_Motion_Filter(clip c)
{
c=TemporalSoften(c, param1_lm, param2_lm, param3_lm, 1, 1)
return c
}
Forum: Avisynth Scripting 11-16-2003, 03:13 PM
Replies: 51
Views: 4,082
Posted By fabrice
Hi, What you discribe is the QMF script....

Hi,

What you discribe is the QMF script. With the FMF, as posted below, you have 3 levels, of course, but you can adjust the parameters according the difference-, just like the MA Script, for...
Showing results 1 to 5 of 5

 

 
All times are GMT -5. The time now is 07:25 AM  —  vBulletin © Jelsoft Enterprises Ltd