loa-ash
30th June 2005, 17:29
this is my first script to encode anime ntsc.. please check me if sounds good...dvd2avi tell me that video si 29.970 progressive... it isn't...(dvd2avi is studpid...). is a DVD from hong kong about Saint seiya - tenkai (overture).
the unprocessed video is
***loalainhtp.altervista.org/vob/prev.vob***
this is my avisynth script:
LoadPlugin("c:\programmi\avisynth 2.5\plugins\decomb521.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\colormatrix.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\masktools149.dll")
Import("c:\programmi\avisynth 2.5\plugins\mfToon-v0.52.avs")
Import("c:\programmi\avisynth 2.5\plugins\AAA.avs")
Mpeg2Dec3_Mpeg2Source("H:\VIDEO_TS\prev.d2v")
colormatrix()
Telecide(order=1, guide=0, post=2, vthresh=30)
Decimate(mode=3, cycle=5)
LanczosResize(720,404)
AAA(720,404,50,50,1,2,chroma=false)
mftoon()
the encoding is very slowly.... so my question is if I can produce a HQ anime encoding using different filters and plugins that don't kill my pc (AMD Thunderbird 1.2ghz with 256MB DDR....-_-)
Please check and tell me if I can use other functions....
thanks all
the unprocessed video is
***loalainhtp.altervista.org/vob/prev.vob***
this is my avisynth script:
LoadPlugin("c:\programmi\avisynth 2.5\plugins\decomb521.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\colormatrix.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\mpeg2dec3.dll")
LoadPlugin("c:\programmi\avisynth 2.5\plugins\masktools149.dll")
Import("c:\programmi\avisynth 2.5\plugins\mfToon-v0.52.avs")
Import("c:\programmi\avisynth 2.5\plugins\AAA.avs")
Mpeg2Dec3_Mpeg2Source("H:\VIDEO_TS\prev.d2v")
colormatrix()
Telecide(order=1, guide=0, post=2, vthresh=30)
Decimate(mode=3, cycle=5)
LanczosResize(720,404)
AAA(720,404,50,50,1,2,chroma=false)
mftoon()
the encoding is very slowly.... so my question is if I can produce a HQ anime encoding using different filters and plugins that don't kill my pc (AMD Thunderbird 1.2ghz with 256MB DDR....-_-)
Please check and tell me if I can use other functions....
thanks all