ToS_Maverick
19th October 2006, 18:48
i'm having a little coding-issue here.
after coding 24 season 4, i realised that some lines got steppy, as if a bad resizing filter was used. just look for your self.
original
http://img170.imageshack.us/img170/4427/144origpp4.th.jpg (http://img170.imageshack.us/my.php?image=144origpp4.jpg)
coded image
http://img170.imageshack.us/img170/4162/145codeddv2.th.jpg (http://img170.imageshack.us/my.php?image=145codeddv2.jpg)
source is the pal dvd version.
script used:
DGDecode_mpeg2source("E20.d2v",info=3)
ColorMatrix(hints=true)
crop( 8, 4, -4, -4)
lanczosresize(640,352)
commandline:
x264.exe --crf 20 --level 3 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 10000 --me umh --threads 2 --thread-input --progress --no-psnr
other things i found out:
- in 1024x576 no problem with the line
- in 768x432 there are slight steps
- 640x352 you see the result above
- same problem with xvid
after coding 24 season 4, i realised that some lines got steppy, as if a bad resizing filter was used. just look for your self.
original
http://img170.imageshack.us/img170/4427/144origpp4.th.jpg (http://img170.imageshack.us/my.php?image=144origpp4.jpg)
coded image
http://img170.imageshack.us/img170/4162/145codeddv2.th.jpg (http://img170.imageshack.us/my.php?image=145codeddv2.jpg)
source is the pal dvd version.
script used:
DGDecode_mpeg2source("E20.d2v",info=3)
ColorMatrix(hints=true)
crop( 8, 4, -4, -4)
lanczosresize(640,352)
commandline:
x264.exe --crf 20 --level 3 --ref 5 --mixed-refs --no-fast-pskip --bframes 3 --b-pyramid --b-rdo --bime --weightb --filter -2,-1 --subme 6 --trellis 1 --analyse p8x8,b8x8,i4x4,i8x8 --8x8dct --vbv-maxrate 10000 --me umh --threads 2 --thread-input --progress --no-psnr
other things i found out:
- in 1024x576 no problem with the line
- in 768x432 there are slight steps
- 640x352 you see the result above
- same problem with xvid