Log in

View Full Version : tips for anime and rv10


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

Soulhunter
30th June 2005, 20:22
I dont know this source, has it strong aliasing?

Otherwise you dont need my 1fps AAA... ^^;


Bye

loa-ash
1st July 2005, 02:02
AAA is AnimeAntiAliasing.... is very slowly... so i'm searching alternative...

Chainmax
2nd July 2005, 22:51
First of all, I'd suggest you to use Xvid or AVC for your future rips. In any case, maybe you can try the latest version of my animated content filterchain which can be found in this thread (http://forum.doom9.org/showthread.php?p=680793#post680793). It has given me some pretty nice results.

loa-ash
4th July 2005, 01:29
I will try your script... then many many thanks to all. :D