Amateur
19th January 2011, 07:00
i have been testing the following script
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Transformers Animated\s1e1\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)
undot()
fluxsmootht(7)
eDeen(7,7,14,1,2)
vmToon(strength=100, luma_cap=150, threshold=2, thinning=100, ssw=2,ssh=2)
saa(eedi2)
crop( 0, 0, 0, -6)
LanczosResize(640,480) # Lanczos (Sharp)
#denoise
trim(7500,9000)
i used it several times to determine the lowest bitrate i could use and still get good results. when i got a bitrate i liked, i changed the trim numbers to see if another scene looked just as good. that turned out fine so i wanted to test one more block. now when i use the script, it screws up the result. the height seems to be doubled and it isn't doing the ivtc. each time i changed the trim range, i saved the script as a different name and now when i go back to my original script, it isn't acting right either.
what the heck happened?
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\Transformers Animated\s1e1\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)
undot()
fluxsmootht(7)
eDeen(7,7,14,1,2)
vmToon(strength=100, luma_cap=150, threshold=2, thinning=100, ssw=2,ssh=2)
saa(eedi2)
crop( 0, 0, 0, -6)
LanczosResize(640,480) # Lanczos (Sharp)
#denoise
trim(7500,9000)
i used it several times to determine the lowest bitrate i could use and still get good results. when i got a bitrate i liked, i changed the trim numbers to see if another scene looked just as good. that turned out fine so i wanted to test one more block. now when i use the script, it screws up the result. the height seems to be doubled and it isn't doing the ivtc. each time i changed the trim range, i saved the script as a different name and now when i go back to my original script, it isn't acting right either.
what the heck happened?