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
Register FAQ Calendar Today's Posts Search

 
 
Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
Old 3rd October 2013, 00:43   #1  |  Link
Xoemab
Registered User
 
Join Date: Oct 2011
Posts: 24
FFT3DFilter Alternatives?

I'm very happy with FFT3DFilter output result but it slow 8-9 fps (on my bad laptop ) is there any filters that can produce same or better output with better speed?

I was using this script and avspmod gave me 8-9 when I run the analysis pass

Code:
LoadPlugin("C:\megui\tools\dgindexz\DGDecode.dll")
DGDecode_mpeg2source("C:\Users\Admin\DVD 1\VIDEO_TS\VTS_01_1.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
Load_Stdcall_Plugin("C:\Program Files (x86)\AviSynth 2.5\plugins\yadif.dll")
Yadif(order=1)
crop(0, 12, 0, -16)
FFT3DFilter(sigma=2.0, plane=0, bw=32, bh=32, bt=3, ow=16, oh=16, sharpen=1, interlaced=true)
Here is the comparison http://screenshotcomparison.com/comparison/43204

Last edited by Xoemab; 3rd October 2013 at 00:45.
Xoemab is offline   Reply With Quote
 


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 23:29.


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