View Single Post
Old 29th September 2004, 04:04   #10  |  Link
JuanC
Registered User
 
Join Date: May 2002
Posts: 220
Quote:
Originally posted by Fizick
1)Defreq is autoloaded well for my Athlon.
Can anybody else test this on P3, P4 ?
I'm on a P4/1.6Ghz. I'm trying DeFreq on a noisy analog TV capture (NTSC 720x480, 29.97 fps, mpeg2 @9mbps). When not separating fields, I have no "vdub disappearing" problems, but as my clips are captured interlaced (I IVTC them afterwards)...

(I use WinXp, fftw3.dll is at \windows\system32)

So, when separating fields, 720x240, 59.94 fps, AND using show & info parameters, sometimes (when using "inappropriate" values for fx/fy ???) DeFreq is making VdubMod disappear when auto loading, and when manually loading, VDubMod disappears after advancing a few frames.

Here's my script:
Code:
SetMemoryMax(192)
LoadPlugin("G:\Program Files\AviSynth 2.5\plugins\Test\DeFreq.dll")

video1=DGdecode_mpeg2source("test1.d2v")
audio1=	WAVSource("test1.WAV")
video1a=AudioDub(video1, audio1) 

#AssumeTFF().SeparateFields()
Return DeFreq(fx=68,fy=-75,show=true,info=true)
#Weave()...
JuanC is offline   Reply With Quote