Quantcast digitalFAQ.com Forums [Archives] - Search Results
Go Back    digitalFAQ.com Forums [Archives] > Search Forums
Showing results 1 to 9 of 9
Search took 0.00 seconds.
Search: Posts Made By: Dialhot
Forum: Avisynth Scripting 03-13-2006, 05:19 PM
Replies: 25
Views: 6,063
Posted By Dialhot
Actually I have a SSE2tool.dll (as I have a SSE2...

Actually I have a SSE2tool.dll (as I have a SSE2 cpu, not SSE3) in my directory, but you are right, it is not in the last rar. That means that I surely downloaded it elsewhere, or with a previous...
Forum: Avisynth Scripting 03-13-2006, 10:25 AM
Replies: 25
Views: 6,063
Posted By Dialhot
I use the latest available on author's site...

I use the latest available on author's site (http://home.arcor.de/kassandro/RemoveGrain)

Faster I don't remember (I did a lot of test the same day) but not slower for sure, and a lot better.
...
Forum: Avisynth Scripting 03-13-2006, 10:04 AM
Replies: 25
Views: 6,063
Posted By Dialhot
This is the function the way I use it now : ...

This is the function the way I use it now :

function LRemoveDust_YV12(clip input, int clmode, int "limit")
{
input=Crop(input,0,0,-0,-0,true)
limit=default(limit,2)
clmode=default(clmode,17)...
Forum: Avisynth Scripting 02-17-2006, 04:46 AM
Replies: 25
Views: 6,063
Posted By Dialhot
The link is working well ! There is no other...

The link is working well ! There is no other place as the link is on the author's ftp depository.

Try to go there and select the correct file : http://manao4.free.fr/
Forum: Avisynth Scripting 02-17-2006, 03:55 AM
Replies: 25
Views: 6,063
Posted By Dialhot
Something close :) function LRemoveDust(clip...

Something close :)
function LRemoveDust(clip input, int clmode, int "limit")
{
limit=default(limit,1)
clmode=default(clmode,17)
repmode = 2
clensed = Clense(Crop(input,0,0,-0,-0,true)
rep =...
Forum: Avisynth Scripting 02-16-2006, 11:05 AM
Replies: 25
Views: 6,063
Posted By Dialhot
It depends on how you typed this exactly, please...

It depends on how you typed this exactly, please copy the modified function here. You probably missed the "clip" parameter.
Forum: Avisynth Scripting 02-16-2006, 04:45 AM
Replies: 25
Views: 6,063
Posted By Dialhot
To return to quality/speed. I tested yesterday...

To return to quality/speed. I tested yesterday LimitedSharpenFaster to replace LimitedSharpen. It is a lot faster !

With LS() I encoded in 0.53x for a half DVD resolution (352*480). For the same...
Forum: Avisynth Scripting 02-14-2006, 05:02 PM
Replies: 25
Views: 6,063
Posted By Dialhot
Simply use Crop(0,0,-0,-0,true) just before the...

Simply use Crop(0,0,-0,-0,true) just before the first line where you use a filter from removegrain plugin.
Forum: Avisynth Scripting 02-10-2006, 07:21 AM
Replies: 25
Views: 6,063
Posted By Dialhot
Is LRemoveDust() really slow on your PC ? Because...

Is LRemoveDust() really slow on your PC ? Because this function is as fast as the combo RemoveDust().Deen() on mine, but suffer about a memory bug that can make the encoding times 3x or 4x bigger !...
Showing results 1 to 9 of 9

 

 
All times are GMT -5. The time now is 10:29 PM  —  vBulletin © Jelsoft Enterprises Ltd