Moti172
18th April 2007, 09:50
Hi
I tried to encode cartoon movie (DVD) to xvid, but for some reason received unwanted artifacts around the objects line (check the clouds in the picture attached).
This is my avs script:
import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
DGDecode_mpeg2source("E:\VIDEO_TS\VTS_12_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 0, 14, -2, -14)
LanczosResize(640,352) # Lanczos (Sharp)
a = last
b=a.degrainmedian(mode=2)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
and this is my xvid_encraw commands (via megui):
encoder commandline:
-i "E:\VIDEO_TS\1.avs" -pass1 "E:\VIDEO_TS\1.stats" -bitrate 1197 -kboost 100 -chigh 10 -clow 3 -overhead 0 -turbo -max_key_interval 250 -nopacked -vhqmode 4 -qpel -qmatrix "C:\XviD costum Matrix\Jawor_1CD_Matrix.xcm" -closed_gop -imax 6 -pmax 6 -max_bframes 2 -bvhq -bquant_ratio 100 -bquant_offset 0 -bmax 6 -threads 1 -zones 0,w,1,OC
successfully started encoding
Does someone what is the cause for the unwanted artifacts?
I tried to encode cartoon movie (DVD) to xvid, but for some reason received unwanted artifacts around the objects line (check the clouds in the picture attached).
This is my avs script:
import("C:\Program Files\AviSynth 2.5\plugins\SeeSaw.avs")
DGDecode_mpeg2source("E:\VIDEO_TS\VTS_12_1.d2v",info=3)
ColorMatrix(hints=true)
crop( 0, 14, -2, -14)
LanczosResize(640,352) # Lanczos (Sharp)
a = last
b=a.degrainmedian(mode=2)
SeeSaw(a,b, NRlimit=3, NRlimit2=4, Sstr=1.5, Slimit=5, Spower=5, Sdamplo=6, Szp=16)
and this is my xvid_encraw commands (via megui):
encoder commandline:
-i "E:\VIDEO_TS\1.avs" -pass1 "E:\VIDEO_TS\1.stats" -bitrate 1197 -kboost 100 -chigh 10 -clow 3 -overhead 0 -turbo -max_key_interval 250 -nopacked -vhqmode 4 -qpel -qmatrix "C:\XviD costum Matrix\Jawor_1CD_Matrix.xcm" -closed_gop -imax 6 -pmax 6 -max_bframes 2 -bvhq -bquant_ratio 100 -bquant_offset 0 -bmax 6 -threads 1 -zones 0,w,1,OC
successfully started encoding
Does someone what is the cause for the unwanted artifacts?