Dorc
7th March 2006, 21:33
I got a problem using FFT3D:
VirtualDub 1.6.11 (stable)/ .13 (unstable) crashes when encoding via the following (simple) script to Xvid in the 1stpass
LoadPlugin("C:\AVSplugins\fft3dfilter185\fft3dfilter.dll")
LoadPlugin("C:\AVSplugins\ColorMatrix\Release\ColorMatrix.dll")
Import("C:\AVSplugins\mvbob\mvbob.avs")
mpeg2source("1.d2v",cpu=6,info=3)
ColorMatrix(hints=true)
mvbob().SelectOdd()
fft3dfilter(sigma=3)
Lanczos4Resize(512,384,16,3,694,570)
the .d2v is from a DVB Sorce (DVD compliant VOB Files)
there were no error reports in the Errorlog, VD just vanished
Maybe it is a memory problem (1GB phys. RAM, 900MB-1.2GB occupied during conversion) ?
I tried to narrow down the frames involved but so far no real success (XViD 1st pass log stop at different frame numbers)
Splitting the process for now is difficult (uncomp. file will be >50gb)
Is there a way to print Debug messages with FFT3D ? (I found nothing in the documentation.)
PS: I cant use FFT3DGPU because the computer is more usable with FFT3D than with FFT3DGPU (3ghz P4 with GF5200 card) - using the GPU version will overuse CPU making mousemovements jerky - encoding speed is 1fps (120k frames)
VirtualDub 1.6.11 (stable)/ .13 (unstable) crashes when encoding via the following (simple) script to Xvid in the 1stpass
LoadPlugin("C:\AVSplugins\fft3dfilter185\fft3dfilter.dll")
LoadPlugin("C:\AVSplugins\ColorMatrix\Release\ColorMatrix.dll")
Import("C:\AVSplugins\mvbob\mvbob.avs")
mpeg2source("1.d2v",cpu=6,info=3)
ColorMatrix(hints=true)
mvbob().SelectOdd()
fft3dfilter(sigma=3)
Lanczos4Resize(512,384,16,3,694,570)
the .d2v is from a DVB Sorce (DVD compliant VOB Files)
there were no error reports in the Errorlog, VD just vanished
Maybe it is a memory problem (1GB phys. RAM, 900MB-1.2GB occupied during conversion) ?
I tried to narrow down the frames involved but so far no real success (XViD 1st pass log stop at different frame numbers)
Splitting the process for now is difficult (uncomp. file will be >50gb)
Is there a way to print Debug messages with FFT3D ? (I found nothing in the documentation.)
PS: I cant use FFT3DGPU because the computer is more usable with FFT3D than with FFT3DGPU (3ghz P4 with GF5200 card) - using the GPU version will overuse CPU making mousemovements jerky - encoding speed is 1fps (120k frames)