Amateur
3rd January 2011, 20:25
would it be possible for someone to give me some layman's term instructions of how to use this function? i tried reading the stuff in the script but it seems to be written by a programmer for a programmer.
i'm currently trying to encode Highlander animated series. using megui to analyse the clip gives me:
hybrid film/interlaced. mostly interlaced
top field first
TIVTC
the only problem is that with these settings, i get images like
(what i understand to be bad blending?)
http://img831.imageshack.us/img831/6713/82036340.jpg
and
(still traces of interlacing in his mouth?)
http://img20.imageshack.us/img20/728/61909945.jpg
the script generated by megui is
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Highlander\e1\VTS_02_1.d2v", cpu=4, 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(mode=1,hybrid=3)
crop( 8, 0, -10, 0)
LanczosResize(640,480) # Lanczos (Sharp)
i have yet to mess with smoothing and sharpening and stuff yet because of the above problems. hopefully i can get this solved.
thanks for whatever help can be provided.
edit: i did find the following in the animeivtc thread
mode=1, hard telecide
mode=2, field blended
mode=3, double hard telecide
mode=4, material hybrid.
i figure since megui says it's hybrid that i should choose mode=4 but then it asks me to specify an output mode which is where i get completely lost. i also see many many other parameters being used in other scripts in that same thread which i really don't know what they control
i'm currently trying to encode Highlander animated series. using megui to analyse the clip gives me:
hybrid film/interlaced. mostly interlaced
top field first
TIVTC
the only problem is that with these settings, i get images like
(what i understand to be bad blending?)
http://img831.imageshack.us/img831/6713/82036340.jpg
and
(still traces of interlacing in his mouth?)
http://img20.imageshack.us/img20/728/61909945.jpg
the script generated by megui is
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Highlander\e1\VTS_02_1.d2v", cpu=4, 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(mode=1,hybrid=3)
crop( 8, 0, -10, 0)
LanczosResize(640,480) # Lanczos (Sharp)
i have yet to mess with smoothing and sharpening and stuff yet because of the above problems. hopefully i can get this solved.
thanks for whatever help can be provided.
edit: i did find the following in the animeivtc thread
mode=1, hard telecide
mode=2, field blended
mode=3, double hard telecide
mode=4, material hybrid.
i figure since megui says it's hybrid that i should choose mode=4 but then it asks me to specify an output mode which is where i get completely lost. i also see many many other parameters being used in other scripts in that same thread which i really don't know what they control