Benus_MinO
18th June 2009, 15:10
Hi, I have problem with encoding anime. I can't do the right cleaning the image, so I ask you for help. I paste there my avs script and pfofile that I use in megui:
DirectShowSource("D:\S&W vol.1\F1_T2_Video - .mkv", fps=23.976, audio=false, convertfps=true)
Trim(0,34164)
LanczosResize(1280,720)
RemoveGrainHD()
MSharpen(10,30)
GradFun2DB()
GradFun2DB()
Undot()
And here samples of image:
http://img199.imageshack.us/img199/6595/screensds.th.png (http://img199.imageshack.us/i/screensds.png/)http://img200.imageshack.us/img200/7484/screen2z.th.png (http://img200.imageshack.us/i/screen2z.png/)
I want something like that:
http://img268.imageshack.us/img268/5162/spiceandwolfop720pblura.th.png (http://img268.imageshack.us/i/spiceandwolfop720pblura.png/)http://img197.imageshack.us/img197/5016/thoras2.th.png (http://img197.imageshack.us/i/thoras2.png/)
Megui profile:
program --pass 2 --bitrate 1817 --stats ".stats" --ref 12 --mixed-refs --bframes 16 --b-adapt 2 --b-pyramid --weightb --direct auto --deblock 1:1 --subme 8 --trellis 2 --psy-rd 0.6:0 --partitions all --8x8dct --me umh --threads auto --thread-input --aq-strength 2.0 --progress --no-psnr --no-ssim --output "output" "input"
Of Course I also tried change the parametr of AQ, but result is that same. Anyone have idea, how I can improve quality of this video?
DirectShowSource("D:\S&W vol.1\F1_T2_Video - .mkv", fps=23.976, audio=false, convertfps=true)
Trim(0,34164)
LanczosResize(1280,720)
RemoveGrainHD()
MSharpen(10,30)
GradFun2DB()
GradFun2DB()
Undot()
And here samples of image:
http://img199.imageshack.us/img199/6595/screensds.th.png (http://img199.imageshack.us/i/screensds.png/)http://img200.imageshack.us/img200/7484/screen2z.th.png (http://img200.imageshack.us/i/screen2z.png/)
I want something like that:
http://img268.imageshack.us/img268/5162/spiceandwolfop720pblura.th.png (http://img268.imageshack.us/i/spiceandwolfop720pblura.png/)http://img197.imageshack.us/img197/5016/thoras2.th.png (http://img197.imageshack.us/i/thoras2.png/)
Megui profile:
program --pass 2 --bitrate 1817 --stats ".stats" --ref 12 --mixed-refs --bframes 16 --b-adapt 2 --b-pyramid --weightb --direct auto --deblock 1:1 --subme 8 --trellis 2 --psy-rd 0.6:0 --partitions all --8x8dct --me umh --threads auto --thread-input --aq-strength 2.0 --progress --no-psnr --no-ssim --output "output" "input"
Of Course I also tried change the parametr of AQ, but result is that same. Anyone have idea, how I can improve quality of this video?