Thread: Yadif vs TIVTC
View Single Post
Old 8th February 2011, 03:58   #4  |  Link
halpern
Registered User
 
halpern's Avatar
 
Join Date: Jan 2005
Location: USA
Posts: 52
Here is my script generated by MeGUI for my Xvid encode. I just don't see why I'm getting such low FPS for my computer. I have an AMD X2 64 6000+ which isn't that bad.

SetMTMode(2,0)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("H:\hdtvshow.d2v", info=3)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, interlaced=true, threads=0)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\TIVTC.dll")
tfm(order=1).tdecimate(hybrid=1)
crop( 0, 8, -2, 0)

LanczosResize(624,352) # Lanczos (Sharp)
#denoise

Last edited by halpern; 8th February 2011 at 05:22.
halpern is offline   Reply With Quote