egrimisu
31st July 2008, 22:59
Hi i encoded an anime and my settings where :
DGDecode_mpeg2source("D:\work conan\01\Mirai_Shounen_Conan_01.DVD(MPEG2.AC3)[Misu]_Track1.d2v")
setmtmode(2)
source = last
backward_vec1 = source.MVAnalyse(isb = true, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
backward_vec2 = source.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec1 = source.MVAnalyse(isb = false, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec2 = source.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
source.MVDegrain2(backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400,idx=1)
fft3dfilter(sigma=0.4, bt=1, bw=32, bh=32, ow=16, oh=16, plane=4, dehalo=0, ncpu=2)
gradfun2db(thr=1.2)
crop (4,0,-4,0)
spline36resize(720,480)
and my encode settigns where:
program --pass 2 --bitrate 2000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 4 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me tesa --threads 2 --thread-input --progress --no-psnr --no-ssim --output "output" "input"
What matrices to use for gaining video quality for anime at 1500-2200 bitrate( i have anime that i compress to 1550, other 1700, other to 200, and othes to 2200).
if i set a the bitrate so the final file to be 400 per example i get 320, WHY ??? how shall i tweak quantitizers to get 400mb file. i post a screen so you could se that those 80mb could be used.i get blocks in dark areeas
http://img147.imageshack.us/my.php?image=snapshot20080731234501bm4.png
DGDecode_mpeg2source("D:\work conan\01\Mirai_Shounen_Conan_01.DVD(MPEG2.AC3)[Misu]_Track1.d2v")
setmtmode(2)
source = last
backward_vec1 = source.MVAnalyse(isb = true, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
backward_vec2 = source.MVAnalyse(isb = true, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec1 = source.MVAnalyse(isb = false, delta = 1, pel = 2, overlap=4, sharp=1, idx = 1)
forward_vec2 = source.MVAnalyse(isb = false, delta = 2, pel = 2, overlap=4, sharp=1, idx = 1)
source.MVDegrain2(backward_vec1,forward_vec1,backward_vec2,forward_vec2,thSAD=400,idx=1)
fft3dfilter(sigma=0.4, bt=1, bw=32, bh=32, ow=16, oh=16, plane=4, dehalo=0, ncpu=2)
gradfun2db(thr=1.2)
crop (4,0,-4,0)
spline36resize(720,480)
and my encode settigns where:
program --pass 2 --bitrate 2000 --stats ".stats" --ref 16 --mixed-refs --no-fast-pskip --bframes 4 --b-pyramid --b-rdo --bime --weightb --direct auto --subme 7 --trellis 2 --partitions p8x8,b8x8,i4x4,i8x8 --8x8dct --me tesa --threads 2 --thread-input --progress --no-psnr --no-ssim --output "output" "input"
What matrices to use for gaining video quality for anime at 1500-2200 bitrate( i have anime that i compress to 1550, other 1700, other to 200, and othes to 2200).
if i set a the bitrate so the final file to be 400 per example i get 320, WHY ??? how shall i tweak quantitizers to get 400mb file. i post a screen so you could se that those 80mb could be used.i get blocks in dark areeas
http://img147.imageshack.us/my.php?image=snapshot20080731234501bm4.png