Kumo
7th February 2008, 13:20
i'm trying to rip a dvd r2 ntsc anime to x264 via megui(profile anime maxquality),target bitrate 1710kbps.the source is 23,976fps progressive,no ivtc needed.i'd like to have suggestion about the script.at the moment i came to this
DGDecode_mpeg2source("E:\kor\VTS_01.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 8, 10, -8, -6)
vaguedenoiser(nsteps=6,threshold=7)
limitedsharpenfaster()
here some pics of both source and rip.
http://www.mediafire.com/?9fr1xpedjyy
to reach a mod16 res i had to overcrop 8 horizontal and 12 vertical pixels,would be better to crop the source right and resize to mod16(640x480 or 704x528)?
any suggestion about filters?
DGDecode_mpeg2source("E:\kor\VTS_01.d2v",info=3)
ColorMatrix(hints=true)
#deinterlace
crop( 8, 10, -8, -6)
vaguedenoiser(nsteps=6,threshold=7)
limitedsharpenfaster()
here some pics of both source and rip.
http://www.mediafire.com/?9fr1xpedjyy
to reach a mod16 res i had to overcrop 8 horizontal and 12 vertical pixels,would be better to crop the source right and resize to mod16(640x480 or 704x528)?
any suggestion about filters?