Amateur
5th January 2011, 18:59
FINALLY got this script to work for me so now i just need to know how to implement it properly.
here is a sample (http://www.mediafire.com/?97l81kmhm8v38mv) of a peanuts show i'm trying to encode. megui analysis shows it to be hybrid film/interlaced mostly interlaced and does tivtc with top field first but that leaves a good amount of blending.
i tried adding srestore(omode=4) to my script but it doesn't appear to be doing anything.
** - chose omode=4 because the wiki documentation says that mode will use the smaller blend possibility.
and this is what the preview looks like
http://img171.imageshack.us/img171/9125/98399959.jpg
then went through omodes 1-5 with similar results
so i decided just try srestore() with nothing specified and the frames went from nearly 46000 to just under 19000. is this function supposed to remove more than half of the frames? will the video still look right?
full script (in case something else in the script can be modified to reduce the blending effect)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\DVDs\Peanuts 1970s Collection (vol. 1)\e1\VTS_01_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)
srestore()
undot()
FluxSmoothT(temporal_threshold=6)
vmToon(strength=100, luma_cap=150, threshold=2, thinning=100, ssw=3,ssh=3)
warpsharp(depth=100, blur=3, bump=100)
LanczosResize(640*2,480*2).turnleft().sangnom().turnright().sangnom()
BicubicResize(640,480,0.333,0.333) # Bicubic (Soft)
apparently srestore() didn't even get rid of all of the blending. the frame above got fixed but here is a few frames later
http://img811.imageshack.us/img811/5514/59214478.jpg
here is a sample (http://www.mediafire.com/?97l81kmhm8v38mv) of a peanuts show i'm trying to encode. megui analysis shows it to be hybrid film/interlaced mostly interlaced and does tivtc with top field first but that leaves a good amount of blending.
i tried adding srestore(omode=4) to my script but it doesn't appear to be doing anything.
** - chose omode=4 because the wiki documentation says that mode will use the smaller blend possibility.
and this is what the preview looks like
http://img171.imageshack.us/img171/9125/98399959.jpg
then went through omodes 1-5 with similar results
so i decided just try srestore() with nothing specified and the frames went from nearly 46000 to just under 19000. is this function supposed to remove more than half of the frames? will the video still look right?
full script (in case something else in the script can be modified to reduce the blending effect)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\DVDs\Peanuts 1970s Collection (vol. 1)\e1\VTS_01_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)
srestore()
undot()
FluxSmoothT(temporal_threshold=6)
vmToon(strength=100, luma_cap=150, threshold=2, thinning=100, ssw=3,ssh=3)
warpsharp(depth=100, blur=3, bump=100)
LanczosResize(640*2,480*2).turnleft().sangnom().turnright().sangnom()
BicubicResize(640,480,0.333,0.333) # Bicubic (Soft)
apparently srestore() didn't even get rid of all of the blending. the frame above got fixed but here is a few frames later
http://img811.imageshack.us/img811/5514/59214478.jpg