View Single Post
Old 1st November 2005, 18:43   #6  |  Link
Revgen
Registered User
 
Join Date: Sep 2004
Location: Near LA, California, USA
Posts: 1,545
@manao

I tried comparing two different deblocking strengths as you illustrated above. It works fine.

However when I tried to compare Sharktooths EQM matrix to Flat 16 Vdub would crash on startup.

Here's my script

source=mpeg2source("E:\3s-Goofs and Saddles\goofs.d2v",idct=6)

enc1=source.avcmatrices(luma4x4="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",chroma4x4="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",luma8x8="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",pluma4x4="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",pchroma4x4="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",pluma8x8="16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16,16",quant=26,deblocking=0,size=true,psnr=true)
enc2=source.avcmatrices(luma4x4="6,9,13,19,9,14,20,27,13,20,28,35,19,27,35,42",chroma4x4="6,10,15,20,10,16,21,27,15,21,28,33,20,27,33,42",luma8x8="6,7,8,10,12,14,16,18,7,9,11,13,15,16,18,20,8,11,14,16,17,19,21,22,10,13,16,18,20,22,24,26,12,15,17,20,23,25,28,30,14,16,19,22,25,29,34,38,16,18,21,24,28,34,46,52,18,20,22,26,30,38,52,72",pluma4x4="8,11,15,20,11,16,21,27,15,21,28,35,20,27,35,42",pchroma4x4="8,11,16,21,11,17,22,27,16,22,28,35,21,27,35,22",pluma8x8="8,9,10,12,14,16,19,21,9,11,13,15,17,19,21,23,10,13,16,18,20,22,23,25,12,15,18,21,23,24,26,32,14,17,20,23,25,27,33,40,16,19,22,24,27,34,41,52,19,21,23,26,33,41,53,64,21,23,25,32,40,52,64,80",quant=26,deblocking=0,size=true,psnr=true)

return interleave(enc1,enc2)

Is there something I'm doing wrong?

EDIT

I guess I'l just wait for the new version.

Last edited by Revgen; 1st November 2005 at 18:45.
Revgen is offline   Reply With Quote