I'm using the Zarx264gui. I have the settings at Constant quality, Quantizer 20, and 192 kbs audio.
The scrip I'm importing is
Code: Select all
AVISource("D:\Clips\an08\huffy.avi")
ConvertToYV12()
deen("w3d",1)
tweak(sat=1.1,cont=1.0)
mftoon()
FastLineDarken(50)
crop(2,0,-2,0)
LanczosResize(720,384)
I thought that h.264 was suppose to allow higher quality with smaller file sizes... is there something I've over looked?
any help is appreciated.