Amateur
17th February 2011, 04:50
i am encoding avatar the last airbender cartoon. book 1 volume 2 is strange though. the beginning is telecined up until it tells me the name of the episode, then it becomes progressive. if i treat the source as progressive, the the beginning looks funny so i'm wondering if i will destroy the episode if i ivtc even if it's progressive?
if anyone also wants to help me out with a great looking script that would be nice too. so far i have the following. wondering if i can improve compressibility at all.
30 second clip (shows part of beginning and part of the episode to see what i'm talking about) - http://www.mediafire.com/?14i4x1apdftad85
my script
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\DVDs\Avatar Last Airbender\b1v2e1\VTS_03_1.d2v", cpu=4, info=3)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
Spline36Resize(last.width*2,last.height*2)
aWarpSharp2(thresh=160, blur=3, type=0, depth=16, chroma=4)
aWarpSharp2(thresh=160, blur=3, type=0, depth=8, chroma=4)
Spline36Resize(last.width/2,last.height/2)
crop( 8, 0, -6, -2)
LanczosResize(640,480)
removegrain(mode=1)
dfttest()
saa()
unsharpmask(70,3,0)
tweak(sat=1.15).ColorYUV(levels="tv->pc",off_y=-3,gamma_y=-10)
if anyone also wants to help me out with a great looking script that would be nice too. so far i have the following. wondering if i can improve compressibility at all.
30 second clip (shows part of beginning and part of the episode to see what i'm talking about) - http://www.mediafire.com/?14i4x1apdftad85
my script
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\dgindex\DGDecode.dll")
DGDecode_mpeg2source("E:\DVDs\Avatar Last Airbender\b1v2e1\VTS_03_1.d2v", cpu=4, info=3)
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\ColorMatrix.dll")
ColorMatrix(hints=true, threads=0)
Spline36Resize(last.width*2,last.height*2)
aWarpSharp2(thresh=160, blur=3, type=0, depth=16, chroma=4)
aWarpSharp2(thresh=160, blur=3, type=0, depth=8, chroma=4)
Spline36Resize(last.width/2,last.height/2)
crop( 8, 0, -6, -2)
LanczosResize(640,480)
removegrain(mode=1)
dfttest()
saa()
unsharpmask(70,3,0)
tweak(sat=1.15).ColorYUV(levels="tv->pc",off_y=-3,gamma_y=-10)