View Single Post
Old 6th September 2011, 18:50   #771  |  Link
dannyboy48888
Registered User
 
Join Date: Jun 2009
Posts: 1
I am using fluxsmooth (ssse3), TIVTC and DGindexNV all in 64 bit land with no issues. my times increased (or decreased....) as follows on a core2 duo 2Ghz p7350:

pass1 avs2avi null output
(704x384 mpeg2 source)
32 bit: 97fps
64 bit: 142fps

pass2, the actual x264 encode
(704x288 resize)
32 bit: 26fps
64 bit: 32fps

and that is all, no complaints. Just wanted to say THANK YOU!!

and of course the scripts....

pass1
LoadPlugin("C:\Users\ChuckD\Desktop\MeGUI_2028_x86\tools\dgindexnv\x64 Binaries\DGDecodeNV.dll")
LoadPlugin("C:\Users\ChuckD\Desktop\avi64\TIVTC.dll")
LoadPlugin("C:\Users\ChuckD\Desktop\avi64\FluxSmoothSSSE3.dll")
DGSource("C:\Users\ChuckD\Desktop\TODO\00000.dgi",fieldop=0)
crop( 4, 64, -4, -64)
TFM(mode=1, output="C:\Users\ChuckD\Desktop\TODO\tfm.txt")
FluxSmoothST(7,7) # Medium Noise
TDecimate(mode=4, output="C:\Users\ChuckD\Desktop\TODO\stats.txt")

pass 2
LoadPlugin("C:\Users\ChuckD\Desktop\MeGUI_2028_x86\tools\dgindexnv\x64 Binaries\DGDecodeNV.dll")
LoadPlugin("C:\Users\ChuckD\Desktop\avi64\TIVTC.dll")
LoadPlugin("C:\Users\ChuckD\Desktop\avi64\FluxSmoothSSSE3.dll")
DGSource("C:\Users\ChuckD\Desktop\TODO\00000.dgi",fieldop=0)
crop( 4, 64, -4, -64)
TFM(mode=1,input="C:\Users\ChuckD\Desktop\TODO\tfm.txt")
fluxSmoothST(7,7) # Medium Noise
TDecimate(mode=5, hybrid=2, dupthresh=1.0, input="C:\Users\ChuckD\Desktop\TODO\stats.txt", tfmin="C:\Users\ChuckD\Desktop\TODO\tfm.txt", mkvout="C:\Users\ChuckD\Desktop\TODO\timecodes.txt")
Spline64Resize(704,288) # Spline64 (Sharp)
dannyboy48888 is offline   Reply With Quote